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