| delorie.com/archives/browse.cgi | search | 
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
| webmaster | delorie software privacy | 
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |