home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Win32 Under the API
/
ProgrammingWin32UnderTheApiPatVillani.iso
/
fixes
/
README.quote-fix
< prev
Wrap
Text File
|
2000-01-26
|
1KB
|
56 lines
"quote fix" for gcc-2.95.2/mingw (released 1999-12-08):
====================================================================
NOTE: I goofed when making the first patch set (Dec 2, 1999), and left out
the fixed C++ drivers. Fixed on Dec 8, 1999.
This patch updates the compiler drivers to fix a quoting bug that was
introduced in gcc-2.95.2.
c:\> gcc -DFOO=\"1.5\" foo.c
is now passed correctly as a string literal as opposed to a floating
point number.
The patch replaces the following files:
bin/gcc.exe
bin/c++.exe
bin/g++.exe
bin/g77.exe
bin/protoize.exe
bin/unprotoize.exe
Patch location:
ftp://ftp.xraylith.wisc.edu/pub/khan/gnu-win32/mingw32/gcc-2.95.2/fixes/
Installation:
1. Download either the self-extracting executable (or the .zip version
if you so choose):
a. quote-fix-crtdll.exe for CRTDLL
b. quote-fix-msvcrt.exe for MSVCRT
Both if you have gcc-2.95.2 for both CRTDLL and MSVCRT installed.
2. Run the quote-fix executable. When asked for the "Unzip to Folder"
value, type in the directory where you installed gcc-2.95.2 (eg.,
c:\gcc-2.95.2).
Links:
GNU Compilers : http://gcc.gnu.org/
My stuff : http://www.xraylith.wisc.edu/~khan/software/gnu-win32/
====================================================================
Mumit Khan <khan@xraylith.wisc.edu>
http://www.xraylith.wisc.edu/~khan/
Last updated: Wed Dec 8 17:58:28 CST 1999
====================================================================