[GHC] #7665: dynamicToo001 fails on Windows
GHC
cvs-ghc at haskell.org
Tue Feb 5 21:07:02 CET 2013
#7665: dynamicToo001 fails on Windows
---------------------------------+------------------------------------------
Reporter: igloo | Owner: igloo
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.7
Keywords: | Os: Unknown/Multiple
Architecture: Unknown/Multiple | Failure: None/Unknown
Difficulty: Unknown | Testcase:
Blockedby: | Blocking:
Related: |
---------------------------------+------------------------------------------
`dynamicToo001` fails on Windows:
{{{
=====> dynamicToo001(normal) 1 of 1 [0, 0, 0]
cd . && $MAKE -s --no-print-directory dynamicToo001 </dev/null
>dynamicToo001.run.stdout 2>dynamicToo001.run.stderr
Wrong exit code (expected 0 , actual 2 )
Stdout:
Makefile:12: recipe for target `dynamicToo001' failed
Stderr:
A001.dyn_o:fake:(.text+0x2e): undefined reference to
`__imp_stg_CAF_BLACKHOLE_info'
A001.dyn_o:fake:(.text+0x5f): undefined reference to `__imp_newCAF'
A001.dyn_o:fake:(.text+0x72): undefined reference to
`__imp_stg_bh_upd_frame_info'
A001.dyn_o:fake:(.text+0x87): undefined reference to
`__imp_ghczmprim_GHCziTypes_Czh_con_info'
c:/ghc64/git/cygwin/inplace/mingw/bin/../lib/gcc/x86_64-w64-mingw32/4.6.3/../../../../x86_64-w64-mingw32/bin/ld.exe:
A001.dyn_o: bad reloc address 0x0 in section `.data'
c:/ghc64/git/cygwin/inplace/mingw/bin/../lib/gcc/x86_64-w64-mingw32/4.6.3/../../../../x86_64-w64-mingw32/bin/ld.exe:
final link failed: Invalid operation
collect2: ld returned 1 exit status
make[2]: *** [dynamicToo001] Error 1
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7665>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list