From owner-freebsd-questions Sat Apr 24 16:44:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from luna.lyris.net (luna.shelby.com [207.90.155.6]) by hub.freebsd.org (Postfix) with ESMTP id 21D3814DE4 for ; Sat, 24 Apr 1999 16:44:55 -0700 (PDT) (envelope-from kip@lyris.com) Received: from mail.lyris.com by luna.lyris.net (8.9.1b+Sun/SMI-SVR4) id QAA23761; Sat, 24 Apr 1999 16:39:42 -0700 (PDT) Received: from (luna.shelby.com [207.90.155.6]) by mail.lyris.com with SMTP (MailShield v1.50); Sat, 24 Apr 1999 16:44:40 -0700 Date: Sat, 24 Apr 1999 16:39:41 -0700 (PDT) From: X-Sender: kip@luna To: Alfred Perlstein Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD linking against libc_r instead of libc In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SMTP-HELO: luna X-SMTP-MAIL-FROM: kip@lyris.com X-SMTP-RCPT-TO: bright@rush.net,freebsd-questions@FreeBSD.ORG X-SMTP-PEER-INFO: luna.shelby.com [207.90.155.6] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG That keeps it from linking against the standard libraries -- however, I am not sure how to add all the need libraries (libstdc++ etc.) back in. Even when I try -L/path to libstdc++ libgcc etc./ -lstdc++ -lgcc I get complaints of missing symbols eg. cout, __eh_alloc, etc. perhaps you could give me an example where you use -nostdlib in linking a simple program. Thanks again. -Kip On Sat, 24 Apr 1999, Alfred Perlstein wrote: > On Sat, 24 Apr 1999 kip@lyris.com wrote: > > > > > > > I don't have egcs from the port available, but what you might want > > > to try is combinations of -nostdlib and -lc_r until someone comes up > ^^^^^^^^ > yo! right here! ------------------/ > > > > with a real answer. Sorry i didn't see the 'egcs' in your question. > > > > > When I do -lc_r it links against both libc and libc_r. Is there any way to > > tell it _not_ to link against libc, such that all linking is explicit? > > did you try that? > > -Alfred > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message