Hi, Tried latest build on latest CVS, looks okay
Tried build with threads, first simgear, then flightgear For ./configure --with-threads (in simgear) returns: checking for pthread_exit in -lpthread... (cached) no checking for pthread.h... (cached) yes Running ./configure --with-threads (in flightgear) returns checking for pthread_exit in -lpthread... (cached) no seems to find the header file but not the pthread_exit in the library Why not, there is no libpthread.a on the system. (assume that's the right name) Makes sense. Running Cygwin. Is this a linux only option? don't recall any option or install module that specifically called out threads when installing Cygwin. There is a libsgthreads.a in /usr/local/libs. If simgear built it, is that possible without the supporting system library? Regards John W. _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
