home *** CD-ROM | disk | FTP | other *** search
/ Programming Win32 Under the API / ProgrammingWin32UnderTheApiPatVillani.iso / fixes / README.quote-fix < prev   
Text File  |  2000-01-26  |  1KB  |  56 lines

  1. "quote fix" for gcc-2.95.2/mingw (released 1999-12-08):
  2. ====================================================================
  3.  
  4. NOTE: I goofed when making the first patch set (Dec 2, 1999), and left out 
  5. the fixed C++ drivers. Fixed on Dec 8, 1999.
  6.  
  7. This patch updates the compiler drivers to fix a quoting bug that was
  8. introduced in gcc-2.95.2.
  9.   
  10.   c:\> gcc -DFOO=\"1.5\" foo.c
  11.  
  12. is now passed correctly as a string literal as opposed to a floating
  13. point number.
  14.  
  15. The patch replaces the following files:
  16.   
  17.   bin/gcc.exe
  18.   bin/c++.exe
  19.   bin/g++.exe
  20.   bin/g77.exe
  21.   bin/protoize.exe
  22.   bin/unprotoize.exe
  23.  
  24. Patch location:
  25.  
  26.   ftp://ftp.xraylith.wisc.edu/pub/khan/gnu-win32/mingw32/gcc-2.95.2/fixes/
  27.  
  28. Installation:
  29.  
  30. 1. Download either the self-extracting executable (or the .zip version
  31.    if you so choose):
  32.  
  33.   a. quote-fix-crtdll.exe for CRTDLL
  34.   b. quote-fix-msvcrt.exe for MSVCRT
  35.  
  36.   Both if you have gcc-2.95.2 for both CRTDLL and MSVCRT installed.
  37.  
  38. 2. Run the quote-fix executable. When asked for the "Unzip to Folder"
  39.   value, type in the directory where you installed gcc-2.95.2 (eg.,
  40.   c:\gcc-2.95.2).
  41.  
  42. Links:
  43.  
  44. GNU Compilers    : http://gcc.gnu.org/
  45. My stuff         : http://www.xraylith.wisc.edu/~khan/software/gnu-win32/
  46.  
  47. ====================================================================
  48.  
  49. Mumit Khan <khan@xraylith.wisc.edu>
  50. http://www.xraylith.wisc.edu/~khan/
  51.  
  52. Last updated: Wed Dec  8 17:58:28 CST 1999
  53.  
  54. ====================================================================
  55.  
  56.