From owner-freebsd-stable Sun Jan 5 11:46: 2 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49E2F37B401 for ; Sun, 5 Jan 2003 11:46:01 -0800 (PST) Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CD3E43E4A for ; Sun, 5 Jan 2003 11:46:00 -0800 (PST) (envelope-from fjoe@iclub.nsu.ru) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 18VGiQ-000631-00; Mon, 06 Jan 2003 01:45:46 +0600 Received: from iclub.nsu.ru ([193.124.215.97] ident=root) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 18VGiP-00062s-00; Mon, 06 Jan 2003 01:45:45 +0600 Received: from iclub.nsu.ru (fjoe@localhost [127.0.0.1]) by iclub.nsu.ru (8.12.6/8.12.6) with ESMTP id h05JjdXp042413; Mon, 6 Jan 2003 01:45:39 +0600 (NS) (envelope-from fjoe@iclub.nsu.ru) Received: (from fjoe@localhost) by iclub.nsu.ru (8.12.6/8.12.6/Submit) id h05JjTrY042408; Mon, 6 Jan 2003 01:45:29 +0600 (NS) (envelope-from fjoe) Date: Mon, 6 Jan 2003 01:45:29 +0600 From: Max Khon To: GB Clark Cc: freebsd-stable@freebsd.org Subject: Re: gcc32 on 4.7-STABLE (c++) Message-ID: <20030106014528.A42190@iclub.nsu.ru> References: <20030105110845.032039b2.gclarkii@vsservices.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20030105110845.032039b2.gclarkii@vsservices.com>; from gclarkii@vsservices.com on Sun, Jan 05, 2003 at 11:08:45AM -0600 X-Spam-Status: No, hits=-2.5 required=5.0 tests=IN_REP_TO,REFERENCES,SPAM_PHRASE_01_02,USER_AGENT, USER_AGENT_MUTT version=2.43 X-Envelope-To: gclarkii@vsservices.com, freebsd-stable@freebsd.org Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi, there! On Sun, Jan 05, 2003 at 11:08:45AM -0600, GB Clark wrote: > How do I tell the linker where it's standard libs are? I do mostly C++ and > so run into the problem with libcstd++ no comming up. basically, you should not links with ld, you should link with your C++ compiler (g++32 I guess) and it will run ld with correct parameters (specifying location of its libstdc++ correctly) /fjoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message