diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-19 04:14:19 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-19 04:14:19 +0000 |
commit | 7a1f88acf2a2aec3c61c878c837070234df78c08 (patch) | |
tree | 485cfc375c130032db0ec90498fab522950a0307 /README.win32 | |
parent | 0bcd2fea6bc6ecdf03a0c2410ba83be70e2072dc (diff) | |
download | perl-7a1f88acf2a2aec3c61c878c837070234df78c08.tar.gz |
some fixes for mingw32/GCC (SETERRNO() still appears to
trash memory)
p4raw-id: //depot/perl@5129
Diffstat (limited to 'README.win32')
-rw-r--r-- | README.win32 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.win32 b/README.win32 index 6889ab7c59..5499d3a4f4 100644 --- a/README.win32 +++ b/README.win32 @@ -121,9 +121,9 @@ GCC-2.95.2 binaries can be downloaded from: The GCC-2.95.2 bundle comes with Mingw32 libraries and headers. -Make sure you install the binaries as indicated in the README for -the GCC bundle. You may need to set up a few environment variables -(usually run from a batch file). +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 +variables (usually run from a batch file). You also need dmake. See L</"Borland C++"> above on how to get it. |