On Mon, 25 Jun 2001, Christian Robottom Reis wrote:
> I'm starting to think it's lack of pthread linked into someone, though I
> can't say who. If you could, i'd like you to send in a paste of your ldd
> output for /usr/local/lib/libgtk-1.3* and /usr/local/lib/libglib-1.3*
> (maybe /usr/local/lib/libg* is in order, huh? :-)
Oh, goodie, fixed this. The issue _seems to be_ a lack of -lpthread added
to the GLIB_LIBS in the main pygtk Makefile (though I have recompiled all
of glib with LIBS=-lpthread to start off with, just in case). I've changed
the line to look like this:
-GLIB_LIBS = -L/usr/local/lib -lgobject-1.3 -lglib-1.3 -liconv
+GLIB_LIBS = -L/usr/local/lib -lgobject-1.3 -lglib-1.3 -liconv -lpthread
I don't know how automake/conf and friends should have handled that - my
glib is compiled --with-threads and, well, shouldn't pkg-config -- yeah,
here it is:
blackjesus:> /usr/local/bin/pkg-config glib-2.0 --libs
-L/usr/local/lib -lglib-1.3 -liconv
Okay, so it's missing -lpthread. I don't know why, though. Should I try
and reproduce and bugzilla it?
Take care,
--
/\/\ Christian Reis, Senior Engineer, Async Open Source, Brazil
~\/~ http://async.com.br/~kiko/ | [+55 16] 274 4311
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk