From owner-freebsd-ports Fri Jun 23 5:45:41 2000 Delivered-To: freebsd-ports@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id E805037BA0C for ; Fri, 23 Jun 2000 05:45:36 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vic.sabbo.net (vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id PAA03406; Fri, 23 Jun 2000 15:44:02 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.9.3/8.9.3) with ESMTP id PAA84812; Fri, 23 Jun 2000 15:45:18 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <39535BD8.74CE91CA@FreeBSD.org> Date: Fri, 23 Jun 2000 15:45:12 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Thomas Schuerger Cc: Chuck Robey , freebsd-ports@FreeBSD.org Subject: Re: libstdc++ undefined symbols References: <200006230603.IAA13736@wjpserver.cs.uni-sb.de> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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++? No, all c++-based libraries from ports. You can easily indentify them by doing "find /usr/local/lib -type f | xargs grep libstdc++" (and the same for /usr/X11R6/lib). -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message