[Mono-list] mono on FreeBSD

Dick Porter dick@ximian.com
Wed, 15 May 2002 11:31:17 +0100


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