Re: Warnings when linking against libc_r

2000-03-28 Thread Warner Losh
In message <[EMAIL PROTECTED]> Bush Doctor writes: : I'm seeing the following diagnostics with applications linked against libc_r Don't link against -lc_r. Use -pthread. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Warnings when linking against libc_r

2000-03-28 Thread bush doctor
Out of da blue Chris Costello aka ([EMAIL PROTECTED]) said: > On Tuesday, March 28, 2000, Bush Doctor wrote: > > I'm seeing the following diagnostics with applications linked against libc_r > ... > >Do not directly link with libc_r. Instead, use the -pthread > gcc flag. It will properly com

Re: Warnings when linking against libc_r

2000-03-28 Thread Chris Costello
On Tuesday, March 28, 2000, Bush Doctor wrote: > I'm seeing the following diagnostics with applications linked against libc_r ... Do not directly link with libc_r. Instead, use the -pthread gcc flag. It will properly compile and link your program with the correct thread bits. -- |Chris Cos

Warnings when linking against libc_r

2000-03-28 Thread Bush Doctor
I'm seeing the following diagnostics with applications linked against libc_r cc -O -pipe -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -g -Wall -o .libs/structs structs.o -L/usr/local/lib ../../ggi/.libs/libggi.so -lc_r /usr/local/lib/libgg.so /usr/local/lib/libgii.so -Wl,--rpath -Wl,/usr/lo