Re: [kaffe] undefined reference to `pthread_...

2005-02-08 Thread Dalibor Topic
Ito Kazumitsu wrote:
":" == Ito Kazumitsu <[EMAIL PROTECTED]> writes:

:> Make on FreeBSD 5.3-RELEASE failed today:
:> 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.

As a workaround,  I set the environment variable CC="gcc -pthread",
and it went well.
Thanks, Ito. Fixed now, according to the tinderbox.
cheers,
dalibor topic
___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] undefined reference to `pthread_...

2005-02-08 Thread Ito Kazumitsu

> ":" == Ito Kazumitsu <[EMAIL PROTECTED]> writes:

:> Make on FreeBSD 5.3-RELEASE failed today:

:> 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.

As a workaround,  I set the environment variable CC="gcc -pthread",
and it went well.

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


[kaffe] undefined reference to `pthread_...

2005-02-07 Thread Ito Kazumitsu
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