This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/26497] libstdc++-v3: configure: test: -lt: unary operator expected



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]