From owner-freebsd-questions Tue Sep 4 0:23:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ranger.argus-systems.com (ranger.argus-systems.com [206.221.232.80]) by hub.freebsd.org (Postfix) with ESMTP id CF45037B405 for ; Tue, 4 Sep 2001 00:23:53 -0700 (PDT) Received: from dedog.argus-systems.co.uk (host212-140-87-127.host.btclick.com [212.140.87.127]) by ranger.argus-systems.com (8.9.3/8.9.3) with SMTP id CAA04875; Tue, 4 Sep 2001 02:23:46 -0500 (CDT) Received: by dedog.argus-systems.co.uk (sSMTP sendmail emulation); Tue, 4 Sep 2001 08:26:42 +0100 Date: Tue, 4 Sep 2001 08:26:42 +0100 From: fergus To: Adelkhan@aol.com Cc: questions@freebsd.org Subject: Re: C++ link Message-ID: <20010904082642.B317@dedog.argus-systems.co.uk> Mail-Followup-To: Adelkhan@aol.com, questions@freebsd.org References: <93.fb8281a.28c50a43@aol.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <93.fb8281a.28c50a43@aol.com>; from Adelkhan@aol.com on Mon, Sep 03, 2001 at 12:30:59PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I need someone give me a hint to find out the problem. hmmmm. strange. i can't help more than to say it all works fine for me. i'd guess that the c++ libraries haven't been built & installed. the compiler finds the header file ok (& so builds the object file) but cannot link the externals required (i.e. /usr/obj/src/gnu/lib/libstdc++/iostream.o || /usr/lib/libstdc++/iostream.o || /usr/libdata/gcc/iostream.o ) my files are in /usr/obj/src/gnu/lib/libstdc++ from buildworld but installworld does not seem to place them any where else so i'm not sure where the package installation of these would go, sorry. > I got copy of this BSD from collegue instead of downloading from web site. I > don't know if the copy is complete or there is something I don't know to make > this c++ compiler work. i would strongly recommend that you cvsup (or other update) & build an up to date installation. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message