This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
g++ 3.3 prerelease does not link -lstdc++ if -b -V is used
- From: Teemu Torma <tot at trema dot com>
- To: gcc at gnu dot org
- Date: Wed, 7 May 2003 23:13:16 +0200
- Subject: g++ 3.3 prerelease does not link -lstdc++ if -b -V is used
- Organization: Trema Group
It seems that g++ in 3.3 prerelease does not give linker -lstdc++ if
either -b or -V options are used, even if the exact match of the just
built compiler. Furthermore, just adding -lstdc++ does not help
because it goes after -lgcc_s, so both must be given.
Is this a bug or some new feature?
Teemu