Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jan 2003 01:45:29 +0600
From:      Max Khon <fjoe@iclub.nsu.ru>
To:        GB Clark <gclarkii@vsservices.com>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: gcc32 on 4.7-STABLE (c++)
Message-ID:  <20030106014528.A42190@iclub.nsu.ru>
In-Reply-To: <20030105110845.032039b2.gclarkii@vsservices.com>; from gclarkii@vsservices.com on Sun, Jan 05, 2003 at 11:08:45AM -0600
References:  <20030105110845.032039b2.gclarkii@vsservices.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030106014528.A42190>