steven mestdagh <[EMAIL PROTECTED]> writes: > Neil Jerram [2006-03-11, 18:43:17]: >> >> Would you mind trying the program below on your system? It may be >> that on OpenBSD the pthread approach works for the main thread, and so >> HAVE_LIBC_STACK_END isn't needed anyway. > > $ cc -pthread -o pthrt pthrt.c -lpthread > /tmp//ccd14895.o(.text+0x2c): In function `main': > : undefined reference to `pthread_getattr_np' > > I don't really know much about threaded stuff, but you might want to > check the man pages for OpenBSD's pthreads library: > http://www.openbsd.org/cgi-bin/man.cgi?query=pthreads
Thanks. It looks like it should just be "-pthread" in the compile command instead of "-lpthread"; sorry about that. Neil _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel