Qi Zuo <bitsunnyday@xxxxxxxxx> writes: > Following your instruction, I checked the libstdc++.so. But I don't > know whether I've done the right check. It looks right. This is a strange problem. You said that you are using GNU ld. Try compiling hello.cpp with -Wl,-t. That will show you the exact libstdc++ which the linker is opening. Ian