#3242: ghci: can't load .so/.DLL for: m (addDLL: could not load DLL)
---------------------------+------------------------------------------------
  Reporter:  jeffz1        |          Owner:         
      Type:  bug           |         Status:  patch  
  Priority:  normal        |      Milestone:  7.4.3  
 Component:  GHCi          |        Version:  7.4.1  
Resolution:                |       Keywords:         
        Os:  Windows       |   Architecture:  x86    
   Failure:  None/Unknown  |     Difficulty:  Unknown
  Testcase:                |      Blockedby:         
  Blocking:                |        Related:         
---------------------------+------------------------------------------------
Changes (by nus):

  * status:  new => patch


Comment:

 MinGW's libm is a dummy object file to satisfy unix'ish linkers,the actual
 symbols are provided by the C runtime library (msvcrt.dll),which gets
 linked in both when compiled/dynamically loaded by GHCI. There's no need
 to mention libm in 'extra-libraries'. The patch was tested on GHC 7.4.2.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3242#comment:18>
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