On Tue, 23 Sep 1997, David Puryear wrote:

 : make[2]: Entering directory `/usr/local/lib/gtk+970916/gtk'
 : /libtool --mode=link gcc -g -O2 -DNDEBUG -Wall  -o testgtk  testgtk.o
 : libgtk.la ../gdk/libgdk.la -L/usr/X11R6/lib ../glib/libglib.la -lm 
 : gcc -g -O2 -DNDEBUG -Wall -o _libs/testgtk testgtk.o -Wl,-rpath
 : -Wl,/usr/local/lib _libs/libgtk.so -Wl,-rpath -Wl,/usr/local/lib
 : ./gdk/_libs/libgdk.so -L/usr/X11R6/lib -Wl,-rpath -Wl,/usr/local/lib
 : ./glib/_libs/libglib.so -lm
 : /gdk/_libs/libgdk.so: undefined reference to `XFreePixmap'
 : /gdk/_libs/libgdk.so: undefined reference to `XSetWMProtocols'
 : /gdk/_libs/libgdk.so: undefined reference to `XShmDetach'    
 : 
 : Then from gtk mailing list comes hint of adding -lXext -lX11 in the testgtk
 : section of the Makefile, which compiles testgtk, but there are others that 
also
 : need that.
 : 
 : So, my question is what did I break to make autoconfig not to add -lXext
 : -lX11 to Makefiles?

Does it detect X11 during execution of the configure-script?

I'm using about the same configuration as you described, and didn't have any
problems at all compiling gtk+970916.

bye,

Remco

-- 
// Remco van de Meent   
//   email: [EMAIL PROTECTED]
//   www: http://oloon.student.utwente.nl
//   " Never make any mistaeks. "


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .

Reply via email to