Date: Tue, 21 May 2002 21:35:43 +0200 From: Szilveszter Adam <sziszi@bsd.hu> To: "Georg-W. Koltermann" <Georg.Koltermann@mscsoftware.com> Cc: freebsd-current@FreeBSD.ORG Subject: Re: cannot link C++ apps any more (GCC 3.1) Message-ID: <20020521193543.GB746@fonix.adamsfamily.xx> In-Reply-To: <1021984017.1417.46.camel@hunter.muc.macsch.com> References: <1021984017.1417.46.camel@hunter.muc.macsch.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020521193543.GB746>