On 10/22/2010 08:43 PM, Michael Eager wrote: > 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 Without having looked into the issue in any detail, the issue seems weird to me: for sure many people regularly build multilib (myself and HJ on gcc-testresults included, for example) without any problem whatsoever. I would suggest figuring out first what's special about your setup.
Paolo.