X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README.machten;h=f2628fd00c08679122c60074b6823f59603f3bce;hb=41bf89901b47a7e60216fc184fe580b206777455;hp=8e14fc7117da2323e1733bb7fc1790aa5757f4fc;hpb=92d29cee5ff815b05b81b877528e4c77e73881c9;p=p5sagit%2Fp5-mst-13.2.git diff --git a/README.machten b/README.machten index 8e14fc7..f2628fd 100644 --- a/README.machten +++ b/README.machten @@ -11,9 +11,36 @@ README.machten - Perl version 5 on Power MachTen systems This document describes how to build Perl 5 on Power MachTen systems, and discusses a few wrinkles in the implementation. -=head2 Compiling Perl 5 on MachTen - -To compile perl under MachTen 4.1.4 (and probably earlier versions): +=head2 Perl version 5.8.x and greater not supported + +B +If you wish to build a version from the 5.6 track, please +obtain a source distribution from the archive at +L and follow the instructions in its +README.machten file. + +MachTen is no longer supported by its developers, Tenon Intersystems. +A UNIX environment hosted on Mac OS Classic, MachTen has been +superseded by Mac OS X and by BSD and Linux implementations for Macintosh +hardware. +The final version of Power MachTen, 4.1.4, lacks many features found in +modern implementations of UNIX, and has a number of bugs. +These shortcomings prevent recent versions of Perl from being able to use +extensions on MachTen, and cause numerous test suite failures in the +perl core. + +In September 2003, a discussion on the MachTen mailing list determined +that there was no interest in making a later version of Perl build +successfully on MachTen. +Consequently, support for building Perl under MachTen has been suppressed +in Perl distributions published after February 2004. +The hints file, F, remains a part of the +distributions for reference purposes. + +=head2 Compiling Perl 5.6.x on MachTen + +To compile perl 5.6.x under MachTen 4.1.4 (and probably earlier versions): ./Configure -de make @@ -31,7 +58,7 @@ system before running the C command. For much more information on building perl -- for example, on how to change the default installation directory -- see F. -=head2 Failures during C +=head2 Failures during C on MachTen =over 4 @@ -57,7 +84,7 @@ and limited in its effect on practical Perl programs. =back -=head2 Building external modules +=head2 Building external modules on MachTen To add an external module to perl, build in the normal way, which is documented in L, or which can be driven @@ -86,4 +113,4 @@ Dominic Dunlop =head1 DATE -Version 1.0.1 2000-03-27 +Version 1.1.0 2004-02-13