Craig Lanning writes:
I thought about using __MINGW32__, but I was trying not to restrict
the fix to just mingw32. Apparently, I ended up being too general.
This looks like an acceptable alternative.
It's not as acceptable as I thought. I updated from cvs yesterday (I
was out of the office last week) and rebuilt xemacs. It still created
the link. After a little investigation, I realized that the makefile
is being constructed by using 'gcc -E'. This means that __CYGWIN32__
is defined, not __MINGW32__. It needs to be using 'gcc -mno-cygwin
-E' instead of 'gcc -E'.
Craig
--
----------------------------------------------------------------------
Craig Lanning Principal Engineer
Logicon, Inc.
a Northrop Grumman company E-Mail: Lanning(a)scra.org
5300 International Blvd. Voice: 843-760-3246
North Charleston, SC 29418 FAX: 843-760-3780
USA