On Tue, Apr 27, 2010 at 05:02:34PM +0100, Andreas Kahari wrote: > Hi people, > > Fresh ports installed on an amd64 system. Executing xfterm4 (part of > xfce-utils-4.6.1p3) results in this: > > $ xfterm4 > exo-open:/usr/local/lib/libgthread-2.0.so.1803.0: undefined symbol > 'pthread_mutex_trylock' > lazy binding failed! > Segmentation fault (core dumped) > > I've made sure that the exo, glib2 (where libgthread lives) and > xfce-utils are all up-to-date.
does $ pkg-config --cflags gthread-2.0 and $ pkg-config --libs gthread-2.0 returns lines containing -pthread ? If not, you're not up to date. Otherwise, i'll try to look into it. And make sure to not have .libs-* packages around. Landry
