Re: New threads way questions

2001-01-31 Thread Daniel Eischen
On Wed, 31 Jan 2001, Andrey A. Chernov wrote: > I have some questions about new threads way. Daniel says that new way is: > > > gcc -Wall -o foo foo.c -lc_r Only in -current, in -stable continue to use -pthread instead of -lc_r. > 1) What about libgcc_r.a? Is it picked automatically in this cas

Re: New threads way questions

2001-01-31 Thread Max Khon
hi, there! On Wed, 31 Jan 2001, Andrey A. Chernov wrote: > I have some questions about new threads way. Daniel says that new way is: > > > gcc -Wall -o foo foo.c -lc_r > 1) What about libgcc_r.a? Is it picked automatically in this case or > not? Is it ever needed now? we do not have libgcc_r.

Re: New threads way questions

2001-01-31 Thread Maxim Sobolev
"Andrey A. Chernov" wrote: > I have some questions about new threads way. Daniel says that new way is: > > > gcc -Wall -o foo foo.c -lc_r > > 1) What about libgcc_r.a? Is it picked automatically in this case or > not? Is it ever needed now? libgcc_r is gone (merged into libgcc.a). In the meantim