On Tue, 08 Apr 2008, M H wrote: > > > checking for pthread_create in -lpthread... no > > > configure: error: libtpproto-cpp requires pthread library
Well... I guess the autoconf test is wrong. Maybe pthread_create is now somewhere else... In fact the library doesn't use pthread_create. It really should check for pthread_mutex_init. In future I am going to remove the pthread dependence (and give it back to the user/toolkit) when the library goes asynchronous. Just wondering... what C/C++ toolkits are multi-threaded? I think most aren't (by default). I think I will be putting together another release soon, so any help for issues on other distros is welcome. Later Lee
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ tp-devel mailing list [email protected] http://www.thousandparsec.net/tp/mailman.php/listinfo/tp-devel
