
Neil Mitchell wrote:
Wierd, Yhc tries to link in cpphs directly (not as a package) so you shouldn't have any problem with this. Can you please check that you have a directory depends/cpphs in your repo, which corresponds to the cpphs program's source code.
Yep. It is there.
Can you please also give us the entire text of that link command, so we can see if Cpphs is being included or not in the linking.
See attached.
Could you also try doing "scons depends" then "scons" again, to see if this fixes it.
~/haskell/YHC/yhc$ scons depends scons: Reading SConscript files ... Checking for architecture... x86 Checking for operating system... linux2 darcs pull --repodir=depends/cpphs Pulling from "http://www.cs.york.ac.uk/fp/darcs/cpphs"... No remote changes to pull in! darcs pull --repodir=depends/filepath Pulling from "http://www.cs.york.ac.uk/fp/darcs/filepath"... No remote changes to pull in! cd depends/ctypes; svn update At revision 52318. scons: done reading SConscript files. scons: Building targets ... scons: Nothing to be done for `depends'. scons: done building targets. ...and trying "scons" again still results in the same problem.
Hmm, definately sounds like cpphs is being skipped in the link phase. I wonder if this is because you have cpphs installed as a package already?
Yes. In my first attempt at compiling yhc a couple of days ago, the process complained about something, which I interpreted as needing to install cpphs, which I then did. The build process was then able to proceed further, up to the point where I'm now at. Thanks, Greg Buchholz