Hello, Please refer to
http://www.haskell.org/pipermail/glasgow-haskell-users/2007-April/012290.html and the mail thread leading up to this response. It seems to be the same problem. Best regards Thorkil On Monday 28 May 2007 14:13, Gabriele Keller wrote: > I had a serious problem building ghc head under Intel MacOS today. The > first problem was that the FIND makefile var wasn't initialized > properly. A log of the second problem is attached > > Cheers, > Gabriele > > -=- > rm -f -f stamp/configure.library.*.base base/unbuildable > ( cd base && setup/Setup configure \ > --enable-library-profiling --enable-split-objs \ > --prefix=/usr/local \ > --with-compiler=../../compiler/ghc-inplace \ > --with-hc-pkg=../../utils/ghc-pkg/ghc-pkg-inplace \ > --with-hsc2hs=../../utils/hsc2hs/hsc2hs-inplace \ > --with-ld=/usr/bin/ld \ > --datasubdir=ghc \ > --haddock-args="--use-contents=../index.html \ > --use-index=../doc-index.html" \ > > --configure-option='--with-readline-libraries=/opt/local/lib' > --configure-option='--with-readline-includes=/opt/local/include' \ > --configure-option=--with-cc=gcc ) \ > && touch stamp/configure.library.build-profiling-splitting.base > || touch base/unbuildable > configure: Reading installed packages... > Configuring base-2.1... > configure: Using install prefix: /usr/local > configure: Binaries installed in: /usr/local/bin > configure: Libraries installed in: /usr/local/lib/base-2.1/ghc-6.7.20070526 > <<lots of configure messages messages>> > checking what readdir sets errno to upon EOF... 0 > configure: creating ./config.status > config.status: creating include/HsBaseConfig.h > rm -f -rf ifBuildable > mkdir ifBuildable > cp ifBuildable.hs ifBuildable/ > cd ifBuildable && /opt/local/bin/ghc -Wall --make ifBuildable -o ifBuildable > [1 of 1] Compiling Main ( ifBuildable.hs, ifBuildable.o ) > Linking ifBuildable ... > ifBuildable/ifBuildable base setup/Setup build \ > --ghc-option=-O > --ghc-option=-Rghc-timing --ghc-option=-fgenerics > Preprocessing library base-2.1... > Building base-2.1... > [ 1 of 155] Compiling GHC.PrimopWrappers ( GHC/PrimopWrappers.hs, > dist/build/GHC/PrimopWrappers.o ) > /tmp/ghc6079_0/ghc6079_0.split__178.s:unknown:missing indirect symbols > for section (__TEXT,__symbol_stub) > <<ghc: 210234056 bytes, 69 GCs, 2181117/4524304 avg/max bytes residency > (4 samples), 11M in use, 0.01 INIT (0.00 elapsed), 0.56 MUT (9.56 > elapsed), 0.11 GC (0.12 elapsed) :ghc>> > make: *** [build.library.base] Error 1 > Macintosh-2 keller 708 (.../ghc/libraries): ls > > _______________________________________________ > Cvs-ghc mailing list > [email protected] > http://www.haskell.org/mailman/listinfo/cvs-ghc > _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
