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++/38923] symbol versioning disabled due to non-portable sed script



------- Comment #7 from jwakely dot gcc at gmail dot com  2009-01-20 19:07 -------
I've just noticed that the libgomp configure says:

 configure: versioning on shared library symbols is gnu

even though it seems to have the same sed script as libstdc++, which says:

 configure: WARNING: === Linker version 1800 is too old for
 configure: WARNING: === full symbol versioning support in this release of GCC.
 configure: WARNING: === You would need to upgrade your binutils to version
 configure: WARNING: === 21400 or later and rebuild GCC.
 configure: WARNING: === Symbol versioning will be disabled.
 configure: versioning on shared library symbols is no

I can't do aanother test until tomorrow now, but I'll try to verify if libgomp
really does get it right, and if so, how.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38923


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