X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README.macosx;h=235618a0ca68246c6f7932b783bf203e91a9cecd;hb=404c68920bc89ad702536fbd16b3bceafd287acb;hp=c26eb0f8e61af5abc904b7ef8653eb12acdd3f3a;hpb=e30a8c0c6e0087de01552c4bf69ced9f4f2756db;p=p5sagit%2Fp5-mst-13.2.git diff --git a/README.macosx b/README.macosx index c26eb0f..235618a 100644 --- a/README.macosx +++ b/README.macosx @@ -75,6 +75,37 @@ libraries it links to must also be universal binaries. The system libraries that Apple includes with the 10.4u SDK are all universal, but user-installed libraries may need to be re-installed as universal binaries. +=head2 64-bit PPC support + +Follow the instructions in F to build perl with support for 64-bit +integers (C) or both 64-bit integers and 64-bit addressing +(C). In the latter case, the resulting binary will run only +on G5-based hosts. + +Support for 64-bit addressing is experimental: some aspects of Perl may be +omitted or buggy. Note the messages output by F for further +information. Please use C to submit a problem report in the +event that you encounter difficulties. + +When building 64-bit modules, it is your responsiblity to ensure that linked +external libraries and frameworks provide 64-bit support: if they do not, +module building may appear to succeed, but attempts to use the module will +result in run-time dynamic linking errors, and subsequent test failures. +You can use C to discover the architectures supported by a library: + + $ file libgdbm.3.0.0.dylib + libgdbm.3.0.0.dylib: Mach-O fat file with 2 architectures + libgdbm.3.0.0.dylib (for architecture ppc): Mach-O dynamically linked shared library ppc + libgdbm.3.0.0.dylib (for architecture ppc64): Mach-O 64-bit dynamically linked shared library ppc64 + +Note that this issue precludes the building of many Macintosh-specific CPAN +modules (C), as the required Apple frameworks do not provide PPC64 +support. Similarly, downloads from Fink or Darwinports are unlikely to provide +64-bit support; the libraries must be rebuilt from source with the appropriate +compiler and linker flags. For further information, see Apple's +I<64-Bit Transition Guide> at +L. + =head2 libperl and Prebinding Mac OS X ships with a dynamically-loaded libperl, but the default for @@ -230,4 +261,4 @@ Emontbriand@apple.comE. =head1 DATE -Last modified 2005-11-07. +Last modified 2006-02-24.