I tried again, after pulling, but the same thing happens. The output of ./configure is: ---------------------------------------------------------------------- Configure completed successfully.
Building GHC version : 7.7.20130317 Build platform : i386-apple-darwin Host platform : i386-apple-darwin Target platform : i386-apple-darwin Bootstrapping using : /usr/bin/ghc which is version : 7.4.2 Using llvm-gcc : /usr/bin/gcc which is version : 4.2.1 Building a cross compiler : NO ld : /usr/bin/ld Happy : /usr/bin/happy (1.18.10) Alex : /usr/bin/alex (3.0.2) Perl : /usr/bin/perl dblatex : xsltproc : /usr/bin/xsltproc Using LLVM tools llc : /usr/local/bin/llc opt : /usr/local/bin/opt HsColour was not found; documentation will not contain source links Building DocBook HTML documentation : NO Building DocBook PS documentation : NO Building DocBook PDF documentation : NO and the build error: "inplace/bin/ghc-stage1" -static -H32m -O -package-name ghc-prim-0.3.1.0 -hide-all-packages -i -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build -ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/dist-install/build -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/. -optP-include -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package rts-1.0 -split-objs -package-name ghc-prim -XHaskell98 -XCPP -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples -XEmptyDataDecls -XNoImplicitPrelude -O2 -no-user-package-db -rtsopts -dynamic-too -odir libraries/ghc-prim/dist-install/build -hidir libraries/ghc-prim/dist-install/build -stubdir libraries/ghc-prim/dist-install/build -hisuf hi -osuf o -hcsuf hc -c libraries/ghc-prim/./GHC/IntWord64.hs -o libraries/ghc-prim/dist-install/build/GHC/IntWord64.o -dyno libraries/ghc-prim/dist-install/build/GHC/IntWord64.dyn_o /var/folders/_c/4n2x0zfx7mx5gk_46pdxn3pm0000gn/T/ghc41160_0/ghc41160_1.split__2.s:unknown:missing indirect symbols for section (__DATA,__la_sym_ptr2) make[1]: *** [libraries/ghc-prim/dist-install/build/GHC/IntWord64.o] Error 1 make[1]: *** Deleting file `libraries/ghc-prim/dist-install/build/GHC/IntWord64.o' make: *** [all] Error 2 On Sun, Mar 17, 2013 at 12:36 PM, Austin Seipp <ase...@pobox.com> wrote: > I just built HEAD successfully on OS X 10.8.3 (`xcodebuild -version` > reports "Xcode 4.6.1; Build version 4H512) with the traditional routine. I > think this was due to some recent fallout from enabling the dynamic way by > default, and Ian fixed it. > > > On Sat, Mar 16, 2013 at 6:36 PM, Kazu Yamamoto <k...@iij.ad.jp> wrote: > >> Hi, >> >> > I started to look into fixing this issue, but HEAD no longer >> > compiles for me. Here is the build error I get (on os x 10.8.2): >> >> The same problem happens on my Mac since yesterday. >> >> Watching this compiling the file by "dtruss" changes its >> behavior. That is, compiling the file finishes. But typing "make" >> results in the same problem on another file. >> >> --Kazu >> >> _______________________________________________ >> ghc-devs mailing list >> ghc-devs@haskell.org >> http://www.haskell.org/mailman/listinfo/ghc-devs >> > > > > -- > Regards, > Austin > > _______________________________________________ > ghc-devs mailing list > ghc-devs@haskell.org > http://www.haskell.org/mailman/listinfo/ghc-devs > >
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs