Subject: Re: Building nathanw_sa branch?
To: Nathan J. Williams <nathanw@MIT.EDU>
From: Michael K. Sanders <msanders@confusion.net>
List: current-users
Date: 02/03/2002 00:41:01
Nathan J. Williams writes:
>Well, not really. The intersting bits are the kernel, libc,
>libpthread, and libsyscall. Since the rest of userland doesn't make use
>of the SA's or the libpthread features, it's not very interesting.

Okay, how about this one:

/src/netbsd/SA/src/tools/obj/tools.NetBSD-1.5ZA-i386/bin/i386--netbsdelf-gcc
-O2  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
-Wno-uninitialized -Wreturn-type -Wpointer-arith -Wswitch -Wshadow
-Werror -Wno-cast-qual  -I/src/netbsd/SA/src/lib/libpthread/arch/i386
-I/src/netbsd/SA/src/lib/libpthread
-I/src/netbsd/SA/src/lib/libpthread -nostdinc -isystem /usr/include
-c pthread.c
cc1: warnings being treated as errors
pthread.c: In function `pthread_cancel':
pthread.c:580: warning: implicit declaration of function `_lwp_wakeup'
*** Error code 1

Stop.
make: stopped in /src/netbsd/SA/src/lib/libpthread


Also, do you have some tests for libpthread?

:: Mike ::