Re: [PATCH 5.8.2 @21574] OS/2 build
[p5sagit/p5-mst-13.2.git] / lib / ExtUtils / README
CommitLineData
30361541 1This is a CPAN distribution of the venerable MakeMaker module. It has been
2backported to work with Perl 5.005_03 and up.
3
4If you do not have a make program, several can be found...
5
6Most Unixen: The make utility which comes with your operating system
7should work fine. If you don't have one, GNU make is recommended,
8most others (Sun, BSD, etc...) will work fine as well.
9
10Windows: nmake or dmake will work. GNU make will *not*.
11ftp://ftp.microsoft.com/Softlib/MSLFILES/nmake15.exe
12http://search.cpan.org/author/GSAR/dmake-4.1pl1-win32/
13
14VMS: MMS or the free MadGoat MaKe utility (MMK) will work.
15http://www.madgoat.com/mmk.html
16
17If all else fails there is a pure Perl version of make available on
18CPAN which should work on most Unixen.
19http://search.cpan.org/author/NI-S/Make-1.00/
479d2113 20
21
22PLEASE NOTE: This distribution does not include the xsubpp or typemap
23programs. They are extremely specific to your version or Perl, so
24MakeMaker will simply use the one which came with your copy of Perl.
30361541 25Do not delete your old ExtUtils/ directory. An upgraded version of xsubpp
26can be found in the ExtUtils::ParseXS module.
27
28Known Good Systems:
29
30Every stable MakeMaker release is tested at least on:
31
32MacOS X
33Linux/x86
34ActivePerl on Windows 98
35Cygwin on Windows 98
36OpenVMS
37
38Covering the major portability flavors MakeMaker has to cover.
39(I'm always on the lookout for DJGPP, Solaris, *BSD and OS/2 users)
479d2113 40
41
42Known Problems:
43
44(See http://rt.cpan.org for a full list of open problems.)
45
46ActivePerl likely broken if installed in C:\Program Files or other
47prefix with a space in the name.
48
479d2113 49Using the MMS utility on VMS causes lots of extra newlines. Unknown
50why this is so, might be a bug in MMS. Problem not seen with MMK.
51
dedf98bc 52MacOS Classic is likely broken.
479d2113 53
54
55See TODO for details.
56
57Please report any bugs via http://rt.cpan.org or to makemaker@perl.org.