specs bug in gcc version 2.95.3-2 (cygwin special)

Li-Kai Liu edwin.liu@usa.net
Wed Apr 18 15:01:00 GMT 2001


there is a bug in the specs file of gcc 2.95.3-2 ...

near the end of the *cpp section ....
%{mwin32|no-cygwin:-DWIN32 -D_WIN32 -D__WIN32 -D__WIN32__ -DWINNT} 
%{!mno-win32:-idirafter /usr/include/w32api}

should have been
%{mwin32|mno-cygwin ......

missing an m makes compiling with -mno-cygwin having bad defined symbols 
....

liulk


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list