This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Converting from gcc-2.96 to gcc-3.2.2
- From: John McClurkin - LMO <jwm at lsr dot nei dot nih dot gov>
- To: gcc-help at gcc dot gnu dot org
- Date: 23 May 2003 14:51:48 -0400
- Subject: Converting from gcc-2.96 to gcc-3.2.2
- Organization:
Hello,
I have developed a C++ application that uses the Standard Template
Library using gcc-2.96 on an x86 machine under RedHat Linux V7.2. When I
try to compile the application on an x86 machine under RedHat Linux V9.0
using gcc-3.2.2-5, I get an error saying
"stl.h No such file or directory". Stl.h does exist in
/usr/include/g++-3/. If I add /usr/include/g++-3 to the include search
path, the compiler finds stl.h, but generates a host of errors arising
out of the STL header files.
Is there some flag that I need to set?
Thank you for your help.
--
--------------------------------------+--------------------------
John W. McClurkin, PhD. | jwm@lsr.nei.nih.gov
Information Technology Specialist | VOX: 301-496-9216
Laboratory of Sensorimotor Research | FAX: 301-409-0511
National Eye Institute, NIH |
--------------------------------------+--------------------------