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 362877 - -lXext required to build devel-docs/tools
-lXext required to build devel-docs/tools
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: General
2.3.x
Other opensolaris
: Normal minor
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-10-17 15:05 UTC by Matt Keenan (IRC:MattMan)
Modified: 2008-01-15 14:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to add -lXext (314 bytes, patch)
2006-10-17 15:06 UTC, Matt Keenan (IRC:MattMan)
none Details | Review

Description Matt Keenan (IRC:MattMan) 2006-10-17 15:05:57 UTC
Building of devel-docs/tools fails on Solaris with the following error : 

Undefined                       first referenced
 symbol                             in file
XShapeGetRectangles                 shooter.o  (symbol belongs to implicit dependency /usr/lib/libXext.so.0)
ld: fatal: Symbol referencing errors. No output written to .libs/doc-shooter

Explicitly placing -lXext in Makefile.am solves the problem.
Comment 1 Matt Keenan (IRC:MattMan) 2006-10-17 15:06:52 UTC
Created attachment 74877 [details] [review]
Patch to add -lXext

Patch to add -lXext to LD_ADDS for devel-docs/tools/Makefile.am
Comment 2 Sven Neumann 2006-10-18 07:09:57 UTC
Fixed in CVS. Thanks for reporting this issue.

2006-10-18  Sven Neumann  <sven@gimp.org>

        * tools/Makefile.am (doc_shooter_LDADD): added -lXext (bug #362877).