#2841: Ghci + foreign export declarations result in undefined symbols
---------------------------------+------------------------------------------
    Reporter:  fasta             |        Owner:         
        Type:  bug               |       Status:  new    
    Priority:  normal            |    Milestone:  _|_    
   Component:  Compiler (FFI)    |      Version:  6.10.1 
    Severity:  major             |   Resolution:         
    Keywords:                    |   Difficulty:  Unknown
    Testcase:                    |           Os:  Linux  
Architecture:  Unknown/Multiple  |  
---------------------------------+------------------------------------------
Comment (by fasta):

 From the FAQ
 {{{
 Unfortunately not. We haven't implemented it yet. Please compile any
 offending modules by hand before loading them into GHCi.
 }}}

 This information is not correct. Recompiling the offending modules by hand
 and then loading them in ghci does work, but calling one of the exported
 functions results in unknown symbol `_GLOBAL_OFFSET_TABLE_'.

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