#3625: GHCI doesn't work with dtrace on OS X
---------------------+------------------------------------------------------
 Reporter:  rl       |          Owner:                  
     Type:  bug      |         Status:  new             
 Priority:  normal   |      Milestone:                  
Component:  GHCi     |        Version:  6.10.4          
 Severity:  normal   |     Resolution:                  
 Keywords:           |       Testcase:                  
       Os:  MacOS X  |   Architecture:  Unknown/Multiple
---------------------+------------------------------------------------------
Comment (by duncan):

 `dlopen()` cannot load .o files, only .so / .dynlib files. As I understand
 it that's the reason for the ghci linker in the first place. The system
 linker is already used for the cases it can cope with.

 Moving to building Haskell packages as shared libs would solve this
 problem for packages but not for .o files in the local build tree.

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