This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]