2004-06-14T16:06:05 Simon Marlow:
> You probably don't want to install the registerised build; just use it
> to build a fresh tree:
> 
>   $ ./configure
> --with-ghc=/unregisterised-build/ghc/compiler/ghc-inplace
>   $ make

Everything was fine up to there, but "make" does nothing at all.

I followed the instructions for creating the
ghc-6.2.1-i386-unknown-linux-hc.tar.gz (which I did on a Red Hat 8
system), then (on my uClibc-based, static linking system) ran

        tar xjf ghc-6.2.1-src.tar.bz2
        tar xzf ghc-6.2.1-i386-unknown-linux-hc.tar.gz
        cd ghc-6.2.1
        ./configure --enable-hc-boot --enable-hc-boot-unregisterised --prefix=/usr
        ./distrib/hc-build --enable-hc-boot-unregisterised --prefix=/usr
        ./configure --with-ghc=`pwd`/ghc/compiler/ghc-inplace
        make

That last make didn't do anything.

-Bennett

Attachment: pgpIGjvNEwMDT.pgp
Description: PGP signature

_______________________________________________
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to