From owner-freebsd-current Tue Mar 28 14:18:24 2000 Delivered-To: freebsd-current@freebsd.org Received: from holly.calldei.com (adsl-208-191-146-189.dsl.hstntx.swbell.net [208.191.146.189]) by hub.freebsd.org (Postfix) with ESMTP id DE5EC37BEB7 for ; Tue, 28 Mar 2000 14:18:20 -0800 (PST) (envelope-from chris@holly.calldei.com) Received: (from chris@localhost) by holly.calldei.com (8.9.3/8.9.3) id QAA42358; Tue, 28 Mar 2000 16:18:14 -0600 (CST) (envelope-from chris) Date: Tue, 28 Mar 2000 16:18:13 -0600 From: Chris Costello To: Bush Doctor Cc: freebsd-current@FreeBSD.ORG Subject: Re: Warnings when linking against libc_r Message-ID: <20000328161813.Q18325@holly.calldei.com> Reply-To: chris@calldei.com References: <20000328145345.B41117@goku.cl.msu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.4i In-Reply-To: <20000328145345.B41117@goku.cl.msu.edu> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 |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