[gnu.g++.bug] g++ 1.35.0 and cpp 1.35

andy@CSVAX.CALTECH.EDU (Andy Fyfe) (05/18/89)

The AT&T include directory /usr/include/CC on our system causes grief
compiling libg++ as it finds files there before the ones it really wants
in /usr/local/lib/gcc-include or /usr/include.  Its inclusion should be
a compile time option (if it is kept at all) in cccp.c.

tiemann@YAHI.STANFORD.EDU (Michael Tiemann) (05/18/89)

The next release of code for GNU CPP no longer looks in
/usr/include/CC.  You should just patch that out.

Michael