
18 Jun
2004
18 Jun
'04
12:53 p.m.
2004-06-18T15:59:21 Simon Marlow:
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 make ProjectsThatExist="glafp-utils ghc libraries hslibs" prefix=$BPM_ROOT/usr install install-docs
I think you need to 'make all' before 'make install'.
Ahh, I thought the ./distrib/hc-build had had that effect. I'll give it a try, thanks! -Bennett