Paul Smith writes: > > However, libstdc++ is handled differently: the compiler build generates > both a lib/libstdc++.so and also a lib/soft-float/libstdc++.so (same > names, different directories). On my target filesystem there is only > one: /usr/lib/libstdc++.so and investigation shows this to be the fp > version, not the soft-float version. This is very odd. Are you saying that when you do "make install" the soft-float versions of the libraries aren't copied into $PREFIX at all? If so, this is a bug. Andrew.