G++ test suite picking up incorrect libstc++

Michael Eager eager@eagerm.com
Fri Oct 22 18:43:00 GMT 2010


Hi --

I'm seeing test suite failures in g++ caused by
linking with the wrong libstdc++.so.

It looks like g++.exp always appends the default
directory
   append flags -L${gccpath}/libstdc++-v3/src/.libs
instead of
   append flags -L${gccpath}/<multilib>/libstdc++-v3/src/.libs

Has anyone else run into this problem?
Is this supposed to work in a different way?
Anyone come up with a fix?


-- 
Michael Eager	 eager@eagercon.com
1960 Park Blvd., Palo Alto, CA 94306  650-325-8077



More information about the Gcc mailing list