#7097: linker fails to load package with binding to foreign library
-------------------------------+--------------------------------------------
    Reporter:  nus             |       Owner:              
        Type:  bug             |      Status:  new         
    Priority:  normal          |   Milestone:              
   Component:  Runtime System  |     Version:  7.4.2       
    Keywords:                  |          Os:  Windows     
Architecture:  x86             |     Failure:  None/Unknown
  Difficulty:  Unknown         |    Testcase:              
   Blockedby:                  |    Blocking:              
     Related:  #2283 #3242     |  
-------------------------------+--------------------------------------------

Comment(by nus):

 Notice that in #3242 the undefined reference to `_copysignf` is still
 expected to be satisfied from a MinGW-w64 stub library named
 `libmingwex.a` which happens to implement the actual function, as MSVCRT
 doesn't. As a result GHCi fails to load the `ieee754` package.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7097#comment:8>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to