On Wed, Jul 23, 2008 at 01:23:29PM +0300, Hasso Tepper wrote: > But they are linked against libpthread in NetBSD? I don't have NetBSD > system to play with at the moment, I just looked at boost-libs binary > package.
Yes and this is not something I am happy with. This mostly happens in NetBSD because the autoconf test for mutex etc normally doesn't include pthread.h and therefore doesn't get the libc stubs. It creates more problems than it is worth though. Joerg
