Subject: Re: Threading problems
To: Jaromir Dolecek <jdolecek@NetBSD.org>
From: Pavel Cahyna <pavel.cahyna@st.mff.cuni.cz>
List: tech-kern
Date: 11/23/2004 22:08:24
On Tue, 23 Nov 2004 19:47:38 +0000, Jaromir Dolecek wrote:

> Yeah, the libpthread lossage is becoming quite a big problem. Is there no
> way to avoid the crash when loading threaded object module to non-threaded
> application? We urgently need to come up with pkgsrc solution for this.

Why not simply link everything with libpthread (at this point libpthread
could be merged with libc maybe)? Would it solve the problem?