This is the mail archive of the cygwin-developers@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]
Other format: [Raw text]

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



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





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