[GHC] #8282: Windows error building HEAD missing '_atomic_inc'
GHC
ghc-devs at haskell.org
Fri Sep 13 05:39:17 CEST 2013
#8282: Windows error building HEAD missing '_atomic_inc'
----------------------------------+----------------------------------------
Reporter: schyler | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Build System | Version: 7.6.3
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: Building GHC failed
Unknown/Multiple | Test Case:
Difficulty: Unknown | Blocking:
Blocked By: |
Related Tickets: |
----------------------------------+----------------------------------------
Pulled ad15c2b4bd37082ce989268b3d2f86a2cd34386a like so:
{{{
make clean
./sync-all pull
make
}}}
Error while building on Windows:
{{{
Loading package ghc-7.7.20130912 ... linking ... ghc-stage2.exe: unable to
load package `ghc-7.7.20130912'
ghc-stage2.exe:
C:\MinGW\msys\1.0\home\kvanberendonck\ghc\compiler\stage2\build\libHSghc-7.7.20130912.a:
unknown symbol `_atomic_inc'
make[1]: *** [libraries/dph/dph-lifted-copy/dist-
install/build/Data/Array/Parallel/PArray/PData.o] Error 1
make: *** [all] Error 2
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8282>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list