Date: Tue, 28 Mar 2000 16:18:13 -0600 From: Chris Costello <chris@calldei.com> To: Bush Doctor <dervish@goku.cl.msu.edu> Cc: freebsd-current@FreeBSD.ORG Subject: Re: Warnings when linking against libc_r Message-ID: <20000328161813.Q18325@holly.calldei.com> In-Reply-To: <20000328145345.B41117@goku.cl.msu.edu> References: <20000328145345.B41117@goku.cl.msu.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <chris@calldei.com> |I/O, I/O, it's off to work we go... `------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000328161813.Q18325>