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

Comment(by schernichkin):

 Replying to [comment:15 simonmar]:
 > Can you give us instructions to reproduce the problem please?

 Sure.

 1. Install any library relying on m. Lets take ieee754.
 2. Start GHCi, import Numeric.IEEE.
 3. Type "minNormal :: Float"

 You will get following output:

 Loading package ieee754-0.7.3 ... <interactive>: m: The specified module
 could not be found.
 can't load .so/.DLL for: m.dll (addDLL: could not load DLL)

 I got it on GHCi, version 7.4.1, but I believe the bug exists on more
 recent versions to.

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