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

Comment(by marlowsd@…):

 commit d146fdbbf8941a8344f0ec300e79dbeabc08d1ea
 {{{
 Author: Simon Marlow <[email protected]>
 Date:   Wed Aug 3 09:39:48 2011 +0100

     Followup to #5289 changes: fix searching for dynamic libraries and use
     of the RTS addDLL() API on Windows.  When searching for DLLs we should
     include the .dll extension, but addDLL() takes a filename without the
     extension.

  compiler/ghci/Linker.lhs  |    4 +---
  compiler/ghci/ObjLink.lhs |   19 +++++++++++++++++--
  2 files changed, 18 insertions(+), 5 deletions(-)
 }}}

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