looks like pthread library isn't in sync with libc:

gcc -o makekeys -O2 -ansi    -I../.. -I../../exports/include  -Dlinux 
-D__sparc__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_BSD_SOURCE 
-D_SVID_SOURCE -D_REENTRANT   -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS  
-D_REENTRANT -DXUSE_MTSAFE_API   -DMALLOC_0_RETURNS_NULL   util/makekeys.c  
-lpthread
/usr/lib/libpthread.so: undefined reference to `__clone'

In i386 libc-2.0.6, it has T __clone and W clone; sparc libc-2.0.90
only has W clone...


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .

Reply via email to