need help with 6.4.2 boot build for HPUX 11.0
Joe Buehler
aspam at cox.net
Fri Jun 22 11:19:12 EDT 2007
After some fiddling, I got GHC 6.4.2 built for HPUX 11.0
following the instructions in the porting documentation
for building from C files generated on another machine.
I had intended to then use this compiler to rebuild 6.4.2.
However, I find that ghc-inplace is not able to find things.
Compilation of a trivial test program results
in complaints from ghc about not being able to find the
prelude:
$ /home/project-releases/tmp/ghc-6.4.2/ghc/compiler/ghc-inplace --make jhpb
Chasing modules from: jhpb
Compiling Main ( jhpb.hs, jhpb.o )
jhpb.hs:1:0:
Failed to load interface for `Prelude':
Could not find module `Prelude':
it is not a module in the current program, or in any known package.
Using tusc to look at the system calls that GHC is making
I am guessing that there is a package.conf file that
is not configured properly? What might be missing here?
Joe Buehler
More information about the Cvs-ghc
mailing list