Sigbjorn Finne <[EMAIL PROTECTED]> wrote,

> > -----Original Message-----
> > From: Sven Kuenzler [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, July 05, 2000 08:13
> > To: Sigbjorn Finne
> > Cc: Christoph Lueth
> > Subject: Re: Sigbjorn Finne: RE: H/Direct Contact
> > 
> > I am one of Christophs students who a trying to build a corba binding
> > for ghc/hdirect.
> > Ralf has another deadline to accomplish so I'm taking over his task to
> > get HDirect running.
> > So, I just checked out fptools and ghc and downloaded the hc files.
> > I ./configured it with --enable-hc-boot and tried a gmake boot.
> > 
> > The make process, however, stops with this error message:
> > 
> > ===fptools== Finished making `boot' in mangler split stats ...
> > PWD = /home/uniform/hcorba/fptools/ghc/driver
> > --------------------------------------------------------------
> > ----------
> > ../driver/ghc-inplace -M -optdep-f -optdep.depend  -osuf o   
> > -fglasgow-exts -cpp -package concurrent -package posix 
> > -package text   
> > Config.hs Main.hs PackageSrc.hs
> > gmake[2]: ../driver/ghc-inplace: Command not found
> > gmake[2]: *** [depend] Error 127
> > gmake[1]: *** [boot] Error 1
> > gmake: *** [boot] Error 1
> > 
> > 
> > Where do I find this ghc-inplace? It is not in the CVS 
> > repository or in
> > the ghc bootstrap  tarball

What do you mean by checked out fptools and ghc and
downloaded the hc files?  Do you mean you checked the
sources out of CVS and got a (not matching) set of .hc files
from the Web download page?  A perfect recipe for disaster,
I guess.

You should use hc and source files from exactly the same
version of GHC.  Unfortunately, the only version on the Web
at the moment is GHC 4.06, where the build process from .hc
is quite broken - it is possible to build it, but it
involves editing makefiles.  

So, you might want to wait until GHC 4.08 is out (should be
any second, I guess), where all is much easier.  In
particular, there is a script `hc-build' now that automates
the build process (which is described in the building
instructions included with the system - and which will be up
on the Web once 4.08 is released, I guess).

Cheers,
Manuel


Reply via email to