This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/26497] libstdc++-v3: configure: test: -lt: unary operator expected
- From: "bkoz at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Mar 2006 08:39:45 -0000
- Subject: [Bug libstdc++/26497] libstdc++-v3: configure: test: -lt: unary operator expected
- References: <bug-26497-9952@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from bkoz at gcc dot gnu dot org 2006-03-16 08:39 -------
> glibcxx_gnu_ld_version is only set when building natively, but used when
> --with-gnu-ld which implies --enable-symvers=gnu.
This is the bug. Unfortunately, GLIBCXX_CHECK_LINKER_FEATURES is a native-only
test.
However, even if not native, if using GNU ld one should be able to get the
version and thus set glibcxx_gnu_ld_version. I suppose that is the right way
to fix this.
-benjamin
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26497