Changes between Version 16 and Version 17 of OSXUniversalDependencies


Ignore:
Timestamp:
09/10/2008 01:47:10 PM (16 years ago)
Author:
diane
Comment:

update comment about serialization.

Legend:

Unmodified
Added
Removed
Modified
  • OSXUniversalDependencies

    v16 v17  
    2222
    2323{{{
    24 bjam --toolset=darwin macosx-version=10.4 architecture=combined link=static
     24bjam --toolset=darwin architecture=combined link=static
    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.
    2827  * link=static gives you static libraries which means not having to fix-up the *.dylibs when installed into an app bundle.
    2928  * architecture=combined builds fat libraries with both i386 and ppc code.
     29
     30Problems with boost 1.36
     31  * macosx-version=10.4 was supposed the resulting binary to run on a 10.4 system, unfortunately the serialization library wouldn't link with the 10.4 SDK.
    3032
    3133To 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