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

Reply via email to