#3354: binaries built with GHC on Mac OS X 10.5 (Leopard) do not work on 10.4
(Tiger)
---------------------------------+------------------------------------------
    Reporter:  bkomuves          |        Owner:         
        Type:  bug               |       Status:  new    
    Priority:  normal            |    Milestone:  _|_    
   Component:  Build System      |      Version:  6.10.1 
    Severity:  minor             |   Resolution:         
    Keywords:                    |   Difficulty:  Unknown
    Testcase:                    |           Os:  MacOS X
Architecture:  Unknown/Multiple  |  
---------------------------------+------------------------------------------
Comment (by bkomuves):

 For reference, I think that the relevant flags are:
 {{{
 -mmacosx-version-min=10.4
 }}}
 for the compiler (that is, `gcc`), and
 {{{
 -syslibroot /Developer/SDKs/MacOSX10.4u.sdk/
 -macosx_version_min 10.4
 -F/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks
 }}}
 for the linker (that is, `ld`, except when `gcc` is the linker, too...).
 Some of these may be superfluous.

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