From kde-core-devel Thu Oct 26 15:45:10 2000 From: Michael Matz Date: Thu, 26 Oct 2000 15:45:10 +0000 To: kde-core-devel Subject: Re: [Fwd: Opengl & KDE2] X-MARC-Message: https://marc.info/?l=kde-core-devel&m=97257517819964 Hi, On Thu, 26 Oct 2000, Harri Porten wrote: > Could it be that the GL support is guilty of all the (dcop) crashes many > users reported ? If the GL libs link to pthread, it can lead to all sorts of strangeness, when not _all_ other libraries linked to those GL libs are also compiled with thread support (this include libqt itself). I wonder, if the X11 libs on those systems are not linked to pthread, because otherwise it should make no difference if the libpthread comes in from libqt (libGL*) or libX11. Ciao, Michael.