#5289: Can't use ghci with a library linked against libstdc++
-------------------------+--------------------------------------------------
  Reporter:  bos         |          Owner:                  
      Type:  bug         |         Status:  new             
  Priority:  normal      |      Milestone:  7.4.1           
 Component:  GHCi        |        Version:  7.0.3           
Resolution:              |       Keywords:                  
  Testcase:              |      Blockedby:                  
Difficulty:              |             Os:  Unknown/Multiple
  Blocking:              |   Architecture:  Unknown/Multiple
   Failure:  GHCi crash  |  
-------------------------+--------------------------------------------------

Comment(by basvandijk):

 I guess the fix has not found its way in `ghc-7.2.1` because I get the
 same error:

 {{{
 $ ghci -package double-conversion
 GHCi, version 7.2.1: http://www.haskell.org/ghc/  :? for help
 Loading package ghc-prim ... linking ... done.
 Loading package integer-gmp ... linking ... done.
 Loading package base ... linking ... done.
 Loading package bytestring-0.9.2.0 ... linking ... done.
 Loading package array-0.3.0.3 ... linking ... done.
 Loading package containers-0.4.1.0 ... linking ... done.
 Loading package deepseq-1.1.0.2 ... linking ... done.
 Loading package text-0.11.1.5 ... linking ... done.
 Loading package double-conversion-0.2.0.1 ... <command line>:
 can't load .so/.DLL for: libstdc++.so
 (libstdc++.so: cannot open shared object file: No such file or directory)
 }}}

 This also happens when building packages with `ghc` that depend on
 `double-conversion`.

 I hope there will be a bugfix release that fixes this because I'm
 currently unable to build some packages. Or is there a quick work-around?

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