Changes between Version 15 and Version 16 of OSXUniversalDependencies


Ignore:
Timestamp:
09/04/2008 10:41:39 AM (16 years ago)
Author:
diane
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OSXUniversalDependencies

    v15 v16  
    2525}}}
    2626
    27 macosx-version=10.4 allows the resulting binary to run on a 10.4 system, you'll probably need /Developer/SDKs/MacOSX10.4u available.
    28 link=static gives you static libraries which means not having to fix-up the *.dylibs when installed into an app bundle.
    29 architecture=combined builds fat libraries with both i386 and ppc code.
     27  * macosx-version=10.4 allows the resulting binary to run on a 10.4 system, you'll probably need /Developer/SDKs/MacOSX10.4u available.
     28  * link=static gives you static libraries which means not having to fix-up the *.dylibs when installed into an app bundle.
     29  * architecture=combined builds fat libraries with both i386 and ppc code.
    3030
    3131To configure boost 1.34.0 to build as universal binary, I ran their configure script which generated a user-config.jam. There I changed {{{ using darwin ; }}} to