This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: template problem with 971016
- To: dhm at paradigm dot webvision dot com (dave madden)
- Subject: Re: template problem with 971016
- From: Joe Buck <jbuck at synopsys dot com>
- Date: Tue, 21 Oct 97 15:50:15 PDT
- Cc: jbuck at synopsys dot com, egcs at cygnus dot com
> Actually, I'm not (currently) using anything in libg++, but the old
> header files are seen by egcs++ due to search paths, and the old
> declarations of new & delete conflict.
I don't understand why: gcc/libg++ used to use $prefix/lib/g++-include for
headers; egcs uses $prefix/usr/include. So I don't understand where
you are getting old headers from. Do you have stuff in /usr/local/include?