Hi all, it'd seem that g++ feeds -lstdc++ automatically to ld. We're using egcs-1.1.2 plus a third party stl lib, which never gets used since -lstdc++ precedes it. We'd like to disable the use of libstdc++.so, any pointers appreciated. Thanks, ...Ari