X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FExtUtils%2FREADME;h=81bc190d67336ab2c0998768c4a0fcfcd7d61cb9;hb=a4fc7abc9c5502fa20253f620ede1e956c44caed;hp=4d6eed77c5f2b2e1ace12474e0bd7d9d96892ef9;hpb=303615418b9a57c2ec471053f1ec710915096066;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/ExtUtils/README b/lib/ExtUtils/README index 4d6eed7..81bc190 100644 --- a/lib/ExtUtils/README +++ b/lib/ExtUtils/README @@ -6,17 +6,18 @@ If you do not have a make program, several can be found... Most Unixen: The make utility which comes with your operating system should work fine. If you don't have one, GNU make is recommended, most others (Sun, BSD, etc...) will work fine as well. +http://www.gnu.org/software/make/make.html GNU make Windows: nmake or dmake will work. GNU make will *not*. -ftp://ftp.microsoft.com/Softlib/MSLFILES/nmake15.exe -http://search.cpan.org/author/GSAR/dmake-4.1pl1-win32/ +ftp://ftp.microsoft.com/Softlib/MSLFILES/nmake15.exe nmake +http://search.cpan.org/dist/dmake/ dmake VMS: MMS or the free MadGoat MaKe utility (MMK) will work. -http://www.madgoat.com/mmk.html +http://www.madgoat.com/mmk.html MMK If all else fails there is a pure Perl version of make available on CPAN which should work on most Unixen. -http://search.cpan.org/author/NI-S/Make-1.00/ +http://search.cpan.org/author/NI-S/Make-1.00/ pmake PLEASE NOTE: This distribution does not include the xsubpp or typemap @@ -49,8 +50,6 @@ prefix with a space in the name. Using the MMS utility on VMS causes lots of extra newlines. Unknown why this is so, might be a bug in MMS. Problem not seen with MMK. -MacOS Classic is likely broken. - See TODO for details.