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 60890 - libxslt 1.0.4: xslt-config gives incorrect link information on solaris
libxslt 1.0.4: xslt-config gives incorrect link information on solaris
Status: VERIFIED FIXED
Product: libxslt
Classification: Platform
Component: general
unspecified
Other Solaris
: Normal normal
: ---
Assigned To: Daniel Veillard
Daniel Veillard
Depends on:
Blocks:
 
 
Reported: 2001-09-21 16:56 UTC by michael
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description michael 2001-09-21 16:56:31 UTC
On my solaris install, xslt-config --libs gives the following information:

[3.1.9]michaels@iiidev1:/opt/apps/embperl2-xslt/libs/libxslt/bin>
./xslt-config --libs
-L/opt/apps/embperl2-xslt/libs/libxslt/libxslt-1.0.4/lib
-L/opt/apps/embperl2-xslt/libs/libxml2/libxml2-2.4.5/lib
-R/opt/apps/embperl2-xslt/libs/libxml2/libxml2-2.4.5/lib
-L/opt/apps/embperl2-xslt/libs/zlib/lib
-R/opt/apps/embperl2-xslt/libs/zlib/lib -L/lib -lxslt -lxml2 -lz -lm
-lsocket -lnsl

I find that libxslt does not link correctly unless I add 
-R/opt/apps/embperl2-xslt/libs/libxslt/libxslt-1.0.4/lib
to the list above.

For comparison, with libxml2, xml2-config --libs gives:
[3.1.9]michaels@iiidev1:/opt/apps/embperl2-xslt/libs/libxml2/bin>
./xml2-config --libs
-L/opt/apps/embperl2-xslt/libs/libxml2/libxml2-2.4.5/lib
-R/opt/apps/embperl2-xslt/libs/libxml2/libxml2-2.4.5/lib -lxml2
-L/opt/apps/embperl2-xslt/libs/zlib/lib
-R/opt/apps/embperl2-xslt/libs/zlib/lib -lz -L/lib -lm -lsocket -lnsl

IE in this case the necessary -R line is included.
Comment 2 Daniel Veillard 2001-10-30 18:49:10 UTC
Okay this should be fixed in the last releases.
Note that Gary Pennington now provides Solaris binaries,

Daniel