diff options
author | Igor Sutton <IZUT@cpan.org> | 2008-12-31 00:41:07 +0100 |
---|---|---|
committer | Yves Orton <demerphq@gemini.(none)> | 2008-12-31 00:47:31 +0100 |
commit | 675b0f774d374f6951c02c6463c64a746ad46acd (patch) | |
tree | 2cbce9b68854cdacdbcc0e431679fe7657ca302a /README.macosx | |
parent | fbb5a95cd7a2da48d68eadc01859bea9278f0eab (diff) | |
download | perl-675b0f774d374f6951c02c6463c64a746ad46acd.tar.gz |
added information how to build on Leopard
Diffstat (limited to 'README.macosx')
-rw-r--r-- | README.macosx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.macosx b/README.macosx index 235618a0ca..a0b21af8c7 100644 --- a/README.macosx +++ b/README.macosx @@ -69,6 +69,12 @@ for creating a universal binary: -Aldflags="-arch i686 -arch ppc -Wl,-syslibroot,$SDK" \ -de +In Leopard (MacOSX 10.5.6 at the time of this writing) you must use the 10.5 SDK: + + export SDK=/Developer/SDKs/MacOSX10.5.sdk + +You can use the same compiler flags you would use with the 10.4u SDK. + Keep in mind that these compiler and linker settings will also be used when building CPAN modules. For XS modules to be compiled as a universal binary, any libraries it links to must also be universal binaries. The system libraries that |