[comp.sys.atari.st.tech] G++ bug with headerfiles - a solution?

ZVD007@DMSWWU1C.BITNET (Ulrich Kuehn) (05/15/91)

I've read in this newsgroup several times, that people have problems with
g++ when they use headerfiles. So have I. I think the problem (g++ doesnt find
the c++ headerfiles, but the c headerfiles) is that gcc_cpp does not
search on the G++INC-Path; one can proof this by listing the binary and looking
for a string G++INC, its not there, but there is a string GNUINC.
So, if there is anybody having the sources of the preprocessor, please
look for this and let me know if I'm right.

U.Kuehn

p.s.: When compiling wih g++, its better to use -I$G++INC than to use
      #include with the right path, because you have then to patch all the
      c++ headerfiles when they use other c++ headerfiles.