Andreas V�gele <[EMAIL PROTECTED]> writes: > > Here's a patch that replaces the test for the pthread library with the > macro from > <http://www.gnu.org/software/ac-archive/htmldoc/acx_pthread.html>.
Copyright paperwork will be needed before that can be used. > Without this patch Guile CVS cannot be built on FreeBSD. Yep, I struck that too. Using "gcc -pthread" is probably enough, but what "guile-config compile" spits out needs to be considered. Giving "-pthread" might make that compiler-dependent (which is not really a problem in practice on a free system). _______________________________________________ Bug-guile mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-guile
