From owner-freebsd-ports Fri Jun 23 5:47:32 2000 Delivered-To: freebsd-ports@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id 6760F37B64A for ; Fri, 23 Jun 2000 05:47:24 -0700 (PDT) (envelope-from chuckr@picnic.mat.net) Received: from localhost (chuckr@localhost [127.0.0.1]) by picnic.mat.net (8.9.3/8.9.3) with ESMTP id IAA75801; Fri, 23 Jun 2000 08:46:06 -0400 (EDT) (envelope-from chuckr@picnic.mat.net) Date: Fri, 23 Jun 2000 08:46:06 -0400 (EDT) From: Chuck Robey To: Thomas Schuerger Cc: freebsd-ports@FreeBSD.ORG Subject: Re: libstdc++ undefined symbols In-Reply-To: <200006230603.IAA13736@wjpserver.cs.uni-sb.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 23 Jun 2000, Thomas Schuerger wrote: > > > Hi! > > > > > > I'm having compilation problems with a few of the ports. Compilation > > > aborts with the following error message: > > > > > > /usr/libexec/ld-elf.so.1: /usr/lib/libstdc++.so.3: Undefined symbol "_vt$9exception" > > > > > > I have FreeBSD 4.0-STABLE installed for two weeks now. Before that, > > > compilation worked fine. Candidates for this error are e.g. net/licq and > > > x11/kd2. Any ideas? > > > > It's due to a change in the method that the g++ compiler codes up > > exception handling. You're going to have to relink (I guess that really > > means recompile and reinstall) all of your C++ libraries. > > > > That exception method coding, it's changed twice in the last year, and > > each time you had to recompile your C++ libs. PITA. > > Ah. What exactly do I have to reinstall? /usr/src/contrib/libstdc++? The modification changes the way every C++ program works, and your libraries and your programs *must* be in sync. Is libstdc++ your only C++ library? Do you run any QT applications? Gnome? *Any* C++ libs. *All* of them. > > > Ciao, > Thomas Schürger. > > ---------------------------------------------------------------------------- Chuck Robey | Interests include C & Java programming, FreeBSD, chuckr@picnic.mat.net | electronics, communications, and signal processing. New Year's Resolution: I will not sphroxify gullible people into looking up fictitious words in the dictionary. ---------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message