This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
g++ adds -lstdc++ automatically?
- To: gcc-help at gcc dot gnu dot org
- Subject: g++ adds -lstdc++ automatically?
- From: Ari Inki <Ari dot Inki at iki dot fi>
- Date: Fri, 28 Jan 2000 16:14:24 +0200 (EET)
- Reply-To: Ari dot Inki at iki dot fi
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