Hi,

Make on FreeBSD 5.3-RELEASE failed today:

../kaffevm/.libs/libkaffevm.so: undefined reference to 
`pthread_attr_getstacksize'
../kaffevm/.libs/libkaffevm.so: undefined reference to `pthread_create'

and so on.

FreeBSD's pthread requires the gcc flag -pthread for linking.

Seeing the output from make, I found -pthread set for gcc compiling
indivisual C programs, but not for the gcc -o .libs/kaffe-bin.

_______________________________________________
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to