Available for test: gcc-3.1.1-2 gcc2-2.95.3-8

Charles Wilson cwilson@ece.gatech.edu
Fri Jul 12 12:52:00 GMT 2002



Christopher Faylor wrote:

> 
> So, for now, I guess the only solution is to add the path to the
> Makefile along with a big flashing FIXME.


You'd still need a big flashing FIXME, but what about computing the path 
from gcc -v?

GCCVER=`(gcc -v 2>&1) | grep "^gcc version" | awk '{print $3}'`
GCCINC=-I/usr/include/c++/$(GCCVER)

> 
> I wonder why "they" are making so many tweaks to the header file stuff
> in 3.1.  It seems a little to severe to be part of a minor version
> number release.


Yep.  "They" are really pesky.

--Chuck






More information about the Cygwin-developers mailing list