This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]