summaryrefslogtreecommitdiff
path: root/README.win32
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2004-06-03 16:46:17 +0100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-06-03 15:19:52 +0000
commite2736246f9096d0e04a2974deaf51d6950e0ac3f (patch)
tree628749b8f553d22542b9e57ecceb7537d3647b44 /README.win32
parent3e666715a4bd2866748a6181c6b5ebb7e441f6b1 (diff)
downloadperl-e2736246f9096d0e04a2974deaf51d6950e0ac3f.tar.gz
Have win32/makefile.mk default to gcc, and update docs
Message-ID: <40BF39B9.3060207@uk.radan.com> p4raw-id: //depot/perl@22901
Diffstat (limited to 'README.win32')
-rw-r--r--README.win3226
1 files changed, 10 insertions, 16 deletions
diff --git a/README.win32 b/README.win32
index ffec4b7c23..b9ab612ea9 100644
--- a/README.win32
+++ b/README.win32
@@ -43,11 +43,10 @@ following compilers on the Intel x86 architecture:
Borland C++ version 5.02 or later
Microsoft Visual C++ version 4.2 or later
- Mingw32 with GCC version 2.95.2 or better
+ MinGW with gcc gcc version 2.95.2 or later
-The last of these is a high quality freeware compiler. Support
-for it is still experimental. (Older versions of GCC are known
-not to work.)
+The last of these is a high quality freeware compiler. Use version
+3.2.x or later for the best results with this compiler.
This port can also be built on the Intel IA64 using:
@@ -138,24 +137,19 @@ The nmake that comes with the Platform SDK will suffice for building
Perl. Make sure you are building within one of the "Build Environment"
shells available after you install the Platform SDK from the Start Menu.
-=item MinGW32 with gcc
+=item MinGW release 3 with gcc
-The latest release of MinGW (at the time of writing) is 2.0.0, which comes
-with gcc-3.2, and can be downloaded here:
+The latest release of MinGW at the time of writing is 3.1.0, which comes
+with gcc-3.2.3, and can be downloaded here:
- http://sourceforge.net/projects/mingw
+ http://www.mingw.org/
-Perl compiles with earlier releases of gcc (2.95 and up) that can be
-downloaded from the same place. If you use gcc-3.2, comment out the
-line:
-
- USE_GCC_V3_2 *= define
-
-in win32\makefile.mk
+Perl also compiles with earlier releases of gcc (2.95.2 and up). See below
+for notes about using earlier versions of MinGW/gcc.
You also need dmake. See L</"Make"> above on how to get it.
-=item MinGW release 1
+=item MinGW release 1 with gcc
The MinGW-1.1 bundle comes with gcc-2.95.3.