diff options
author | Alain Barbet <alian@cpan.org> | 2002-10-18 17:29:29 +0200 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-10-22 15:52:40 +0000 |
commit | 7c5b6093a3ac5e0bd09cdb0d2f391fecc26ce08d (patch) | |
tree | 2f2090455a41ffff9d35f8672046b8e90bf9c420 /README.win32 | |
parent | 9b488eb89e353c3569ec0fe5076be8c2a5f47436 (diff) | |
download | perl-7c5b6093a3ac5e0bd09cdb0d2f391fecc26ce08d.tar.gz |
Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
Message-ID: <3DB00CB9.70708@alianwebserver.com>
p4raw-id: //depot/perl@18046
Diffstat (limited to 'README.win32')
-rw-r--r-- | README.win32 | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/README.win32 b/README.win32 index fe87339526..11e990d637 100644 --- a/README.win32 +++ b/README.win32 @@ -138,15 +138,26 @@ 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 MinGW32 with gcc -GCC-2.95.2 binaries can be downloaded from: +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: - ftp://ftp.xraylith.wisc.edu/pub/khan/gnu-win32/mingw32/ + http://sourceforge.net/projects/mingw + +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 You also need dmake. See L</"Make"> above on how to get it. -The GCC-2.95.2 bundle comes with Mingw32 libraries and headers. +=item MinGW release 1 + +The MinGW-1.1 bundle comes with gcc-2.95.3. Make sure you install the binaries that work with MSVCRT.DLL as indicated in the README for the GCC bundle. You may need to set up a few environment |