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 583471 - must link directly to libX11 on Solaris
must link directly to libX11 on Solaris
Status: RESOLVED FIXED
Product: mousetweaks
Classification: Core
Component: general
2.27.x
Other Solaris
: Normal normal
: ---
Assigned To: mousetweaks-maint
mousetweaks-maint
Depends on:
Blocks:
 
 
Reported: 2009-05-21 16:12 UTC by James Andrewartha
Modified: 2009-05-27 02:49 UTC
See Also:
GNOME target: ---
GNOME version: 2.27/2.28



Description James Andrewartha 2009-05-21 16:12:40 UTC
On Solaris, you have to explicitly link to libraries whose symbols you use. Simply linking against gtk which then links to X works on Linux, but not Solaris. The solution is to use AC_PATH_X or a PKG_CHECK_MODULES(X11, etc.) and substituting the appropriate variables.
Comment 1 Gerd Kohlberger 2009-05-26 21:29:54 UTC
I've added x11 to PKG_CHECK_MODULES. James, can you check whether this fixes the problem. Thanks.
Comment 2 James Andrewartha 2009-05-27 02:49:38 UTC
That worked, thanks.