From owner-freebsd-current Tue May 21 12:35:18 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx3.datanet.hu (mx3.datanet.hu [194.149.13.160]) by hub.freebsd.org (Postfix) with ESMTP id F419D37B409 for ; Tue, 21 May 2002 12:35:12 -0700 (PDT) Received: from fonix.adamsfamily.xx (nilus-1962.adsl.datanet.hu [195.56.95.184]) by mx3.datanet.hu (DataNet) with ESMTP id F01671E9ACD; Tue, 21 May 2002 21:35:10 +0200 (CEST) Received: from fonix.adamsfamily.xx (localhost [127.0.0.1]) by fonix.adamsfamily.xx (8.12.3/8.12.3) with ESMTP id g4LJZhEM001232; Tue, 21 May 2002 21:35:43 +0200 (CEST) (envelope-from sziszi@bsd.hu) Received: (from cc@localhost) by fonix.adamsfamily.xx (8.12.3/8.12.3/Submit) id g4LJZh39001231; Tue, 21 May 2002 21:35:43 +0200 (CEST) X-Authentication-Warning: fonix.adamsfamily.xx: cc set sender to sziszi@bsd.hu using -f Date: Tue, 21 May 2002 21:35:43 +0200 From: Szilveszter Adam To: "Georg-W. Koltermann" Cc: freebsd-current@FreeBSD.ORG Subject: Re: cannot link C++ apps any more (GCC 3.1) Message-ID: <20020521193543.GB746@fonix.adamsfamily.xx> Mail-Followup-To: Szilveszter Adam , "Georg-W. Koltermann" , freebsd-current@FreeBSD.ORG References: <1021984017.1417.46.camel@hunter.muc.macsch.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1021984017.1417.46.camel@hunter.muc.macsch.com> User-Agent: Mutt/1.3.99i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, On Tue, May 21, 2002 at 02:26:57PM +0200, Georg-W. Koltermann wrote: > Hi, > > I am unable to link C++ apps with a recent -current. It seems I would > need a new libstdc++ which was not included. My libstdc++.so is a > leftover from the previous cvsup. Yes, this is correct. THe libraries libstdc++v3 and libsupc++v3 are not built for the system compiler. You can, however, use ports/lang/gcc31. It contains a GCC snapshot from 6th May (in comparison, the system compiler comes from 9th May, so no big deal, both are pre-release). This will give you a working C++ compiler. I use it to build Mozilla, and it works. (I even tried letting CC be the system cc and redefining CXX to the ports version and this worked too, Moz is happily chugging along except when X freezes on me, which is unrelated, I have a Virge GX2 card -- known problem with X.) -- Regards: Szilveszter ADAM Szombathely Hungary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message