This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Problem Report 5553
- From: Elizabeth Barham <soggytrousers at yahoo dot com>
- To: gcc-gnats at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Date: 13 Aug 2002 23:35:53 -0500
- Subject: Problem Report 5553
This is a simple confirmation report concerning the cause of Bug 5553.
I had an older-installed version of g++ (with libstc++) in /usr/local
and had forgotten about it. To overcome the error, I simply:
rm /usr/local/bin/g++
rm -rf /usr/local/include/g++-v3/
rm /usr/local/lib/libstc++*
ldconfig
This is on a Debian 'Woody' GNU/Linux PPC system.
Thank you, Elizabeth