After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 462349 - ld on solaris does not recognize --version-script
ld on solaris does not recognize --version-script
Status: RESOLVED FIXED
Product: gnome-keyring
Classification: Core
Component: general
git master
Other All
: Normal normal
: ---
Assigned To: GNOME keyring maintainer(s)
GNOME keyring maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2007-08-01 03:02 UTC by Halton Huo
Modified: 2007-08-01 15:26 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Halton Huo 2007-08-01 03:02:32 UTC
Please describe the problem:
/opt/jdsbld/bin/ld-wrapper -G -z text -h libgnome-keyring.so.0 -o .libs/libgnome-keyring.so.0.1.1  .libs/gnome-keyring.o -z allextract ./.libs/libgnome-keyring-common.a ../common/.libs/libgkr-module-common.a -z defaultextract  -ldbus-1 -lglib-2.0 -lsocket -lc  --version-script=./gnome-keyring-export.map
/usr/ccs/bin/ld: illegal option -- version-script=./gnome-keyring-export.map
usage: ld [-6:abc:d:e:f:h:il:mo:p:rstu:z:B:CD:F:GI:L:M:N:P:Q:R:S:VY:?] file(s)


Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Stef Walter 2007-08-01 15:26:54 UTC
2007-08-01  Stef Walter  <stef@memberwebs.com>

	* library/gnome-keyring-export.map: (removed)
	* library/Makefile.am:
	* pam/gkr-pam-export.map: (removed)
	* pam/Makefile.am: Use -export-symbols-regex to mark with symbols
	to export instead of a GNU LD --version-script. This allows us to 
	build on Solaris' linker. Fixes bug #462349