#2673: FreeBSD built-in libedit is not compatible with GHC
--------------------------+-------------------------------------------------
    Reporter:  gmainland  |        Owner:         
        Type:  bug        |       Status:  new    
    Priority:  normal     |    Milestone:         
   Component:  Compiler   |      Version:  6.9    
    Severity:  normal     |   Resolution:         
    Keywords:             |     Testcase:         
Architecture:  x86        |           Os:  FreeBSD
--------------------------+-------------------------------------------------
Comment (by gmainland):

 Yes, I already do that. The problem is that the run-time linker looks for
 libedit in /lib before /usr/local/lib, so I had to use -rpath to force it
 to look in /usr/local/lib. I guess the -L flag I added in the patch may be
 unnecessary, but the -Wl,-rpath definitely is needed.

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