GNOME Bugzilla – Bug 362877
-lXext required to build devel-docs/tools
Last modified: 2008-01-15 14:09:24 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.
Created attachment 74877 [details] [review] Patch to add -lXext Patch to add -lXext to LD_ADDS for devel-docs/tools/Makefile.am
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).