Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!uwm.edu!psuvax1!psuvm!dbngmd13!dmswwu1c!zvd007 From: ZVD007@DMSWWU1C.BITNET (Ulrich Kuehn) Newsgroups: comp.sys.atari.st.tech Subject: G++ bug with headerfiles - a solution? Message-ID: <91135.144341ZVD007@DMSWWU1C.BITNET> Date: 15 May 91 13:39:59 GMT Lines: 13 Organisation: Westfaelische Wilhelms-Universitaet, Muenster, Germany 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.