[GHC] #7806: Dynamic linking and libffi

GHC cvs-ghc at haskell.org
Sat Apr 13 04:09:50 CEST 2013


#7806: Dynamic linking and libffi
------------------------------------+---------------------------------------
  Reporter:  kazu-yamamoto          |          Owner:                  
      Type:  bug                    |         Status:  new             
  Priority:  normal                 |      Milestone:                  
 Component:  Build System           |        Version:  7.7             
Resolution:                         |       Keywords:                  
        Os:  Unknown/Multiple       |   Architecture:  Unknown/Multiple
   Failure:  Installing GHC failed  |     Difficulty:  Unknown         
  Testcase:                         |      Blockedby:                  
  Blocking:                         |        Related:  #7686           
------------------------------------+---------------------------------------
Changes (by kazu-yamamoto):

  * status:  closed => new
  * resolution:  fixed =>


Comment:

 = Mac without system libffi =

 After "make install", the installed GHC refers to libffi in the build
 directory.

 % otool -L ghc | grep libffi
      /Users/kazu/work/ghc/libffi/build/inst/lib/libffi.6.dylib
 (compatibility version 7.0.0, current version 7.0.0)

 So, after I did "make maintainer-clean", the installed GHC could not
 find a libffi.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7806#comment:13>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler



More information about the ghc-tickets mailing list