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

_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to