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 Costello <[EMAIL PROTECTED]> |I/O, I/O, it's off to work we go... `------------------------------------ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
- Warnings when linking against libc_r Bush Doctor
- Re: Warnings when linking against libc_r Chris Costello
- Re: Warnings when linking against libc_r bush doctor
- Re: Warnings when linking against libc_r Warner Losh