I tried again, after pulling, but the same thing happens. The output of ./configure is:----------------------------------------------------------------------Configure completed successfully.Building GHC version : 7.7.20130317Build platform : i386-apple-darwinHost platform : i386-apple-darwinTarget platform : i386-apple-darwinBootstrapping using : /usr/bin/ghcwhich is version : 7.4.2Using llvm-gcc : /usr/bin/gccwhich is version : 4.2.1Building a cross compiler : NOld : /usr/bin/ldHappy : /usr/bin/happy (1.18.10)Alex : /usr/bin/alex (3.0.2)Perl : /usr/bin/perldblatex :xsltproc : /usr/bin/xsltprocUsing LLVM toolsllc : /usr/local/bin/llcopt : /usr/local/bin/optHsColour was not found; documentation will not contain source linksBuilding DocBook HTML documentation : NOBuilding DocBook PS documentation : NOBuilding DocBook PDF documentation : NOand 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 1make[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 <aseipp@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 <kazu@iij.ad.jp> wrote:
Hi,
The same problem happens on my Mac since yesterday.
> 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):
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