[GHC] #8497: clang/wrapper cannot build GHC head with integer-gmp on Mavericks
GHC
ghc-devs at haskell.org
Sat Nov 2 05:59:28 UTC 2013
#8497: clang/wrapper cannot build GHC head with integer-gmp on Mavericks
----------------------------------+----------------------------------------
Reporter: kazu-yamamoto | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.7
Keywords: clang | Operating System: MacOS X
Architecture: | Type of failure: Building GHC failed
Unknown/Multiple | Test Case:
Difficulty: Unknown | Blocking:
Blocked By: |
Related Tickets: |
----------------------------------+----------------------------------------
I'm using GHC 7.6.3 with clang/wrapper (setting is modified). This GHC
cannot build GHC head with integer-gmp:
{{{
checking for assembler byte directive... .byte
checking how to define a 32-bit word...
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm:
can't open file: conftest.o (No such file or directory)
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm:
can't open file: conftest.o (No such file or directory)
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm:
can't open file: conftest.o (No such file or directory)
configure: error: cannot determine how to define a 32-bit word
make[1]: *** [libraries/integer-gmp/gmp/gmp.h] Error 1
make: *** [all] Error 2
}}}
With integer-simple, build is OK.
For more information, please see http://d.hatena.ne.jp/kazu-
yamamoto/20131028/1382921924
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8497>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list