#5983: Libraries installed in wrong place
--------------------------+-------------------------------------------------
 Reporter:  r0ml          |          Owner:                
     Type:  bug           |         Status:  new           
 Priority:  normal        |      Component:  libraries/base
  Version:  7.4.1         |       Keywords:                
       Os:  MacOS X       |   Architecture:  x86_64 (amd64)
  Failure:  None/Unknown  |       Testcase:                
Blockedby:                |       Blocking:                
  Related:                |  
--------------------------+-------------------------------------------------
 All of the installed libraries are placed in
 /Library/Frameworks/GHC.framework/Versions/7.4.1-x86_64/usr/lib/ghc-7.4.1
 by the installation package.

 However, all of the dylib files report an otool -D of the form
 /usr/local/lib/ghc-7.4.1/...

 The workaround is to create a link from /usr/local/lib/ghc-7.4.1 to
 /Library/Frameworks/GHC.framework/Versions/7.4.1-x86_64/usr/lib/ghc-7.4.1

 However, the installer should either create this link, or (better) invoke
 otool -id as part of the installation process and set the correct dylib
 path for all the dylibs.

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