On Wed, Sep 09, 2009 at 01:36:56PM +0200, Matthias Kilian wrote: > > When trying to build ghc-6.11 using a previously built ghc-6.11 for > bootstrapping, linking ghc-stage1 fails with the following error: > > "/home/kili/src/ghc/2/bin/ghc" -o ghc/stage1/build/tmp/ghc-stage1 -H32m -O > -package-conf libraries/bootstrapping.conf -i -ighc/. -ighc/stage1/build > -ighc/stage1/build/autogen -Ighc/stage1/build -Ighc/stage1/build/autogen > -O -fasm -package ghc-6.11 -XCPP -XPatternGuards -XForeignFunctionInterface > -XUnboxedTuples -XFlexibleInstances -XMagicHash -fforce-recomp -odir > ghc/stage1/build -hidir ghc/stage1/build -stubdir ghc/stage1/build -hisuf hi > -osuf o -hcsuf hc ghc/stage1/build/Main.o > /usr/bin/ld: cannot find -lHSghc-6.11.20090908 > collect2: ld returned 1 exit status
Thanks for the report; I've fixed this, along with some other problems building the HEAD with itself. Thanks Ian _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
