[Mono-list] autogen.sh fails at pthread on cygwin

Nick Drochak ndrochak@gol.com
Sun, 23 Sep 2001 08:49:10 +0900


Hi all,

Since pthread was added to the build on mono, I haven't been able to figure
out how to correct the failure I get:

...
checking for glib-config... /usr/local/bin/glib-config
checking for GLIB - version >= 1.2.0... yes
checking for pthread_create in -lpthread... no
configure: error: Cannot find libpthread

I found a pthread.h on my system in /user/include, but nothing that looks
like a library.  In glib there is libgthread, which seems similar, and this
error does come just after the GLIB check...

Can anyone help point me in the right direction?

TIA,
Nick D.