On Tue, May 14, 2002 at 08:38:58PM -0400, Garrett Rooney wrote: > > the first problem was that FreeBSD doesn't (at the moment) have a > libpthread, it's pthreads functions live in libc_r, so i had to add > that lib to the list of libs to search for pthreads. > > - AC_SEARCH_LIBS(pthread_create, pthread, [ > + AC_SEARCH_LIBS(pthread_create, pthread c_r, [
Previous BSD builders have wanted -pthread added to CFLAGS too. Is that no longer needed? - Dick _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
