From owner-freebsd-current Wed May 29 9:12:12 2002 Delivered-To: freebsd-current@freebsd.org Received: from h132-197-179-27.gte.com (h132-197-179-27.gte.com [132.197.179.27]) by hub.freebsd.org (Postfix) with ESMTP id 3466F37B406 for ; Wed, 29 May 2002 09:12:06 -0700 (PDT) Received: from kanpc.gte.com (localhost [IPv6:::1]) by h132-197-179-27.gte.com (8.12.3/8.12.3) with ESMTP id g4TGC2fS049092; Wed, 29 May 2002 12:12:02 -0400 (EDT) (envelope-from ak03@kanpc.gte.com) Received: (from ak03@localhost) by kanpc.gte.com (8.12.3/8.12.3/Submit) id g4TGC22t049091; Wed, 29 May 2002 12:12:02 -0400 (EDT) Date: Wed, 29 May 2002 12:12:02 -0400 From: Alexander Kabaev To: Miguel Mendez Cc: current@FreeBSD.ORG Subject: Re: gcc3.1 problems: undefined reference to `__gxx_personality_v0' Message-Id: <20020529121202.76ff4311.ak03@gte.com> In-Reply-To: <20020529180610.A53116@energyhq.homeip.net> References: <20020529175400.G18017-100000@levais.imp.ch> <20020529180610.A53116@energyhq.homeip.net> Organization: Verizon Data Services X-Mailer: Sylpheed version 0.7.6claws13 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 On Wed, 29 May 2002 18:06:10 +0200 Miguel Mendez wrote: > I've seen this problem too. I don't know if it has been solved, but > -CURRENT's C++ compiler has been broken for a while. The workaround > has been to install the gcc31 port and use it, e.g make > CXX=/usr/local/bin/g++31 > > Cheers, Martin is using GCC 3.1 from ports. It sounds like GCC tries to use some library left over from the previous version of GCC, which does not provide this symbol. g++13 -v should tell you what parameters GCC passes to the linker and what libraries it tries to link. This should be enough to track down what older library shadows the new one. The usual suspects are libgcc and libstdc++. -- Alexander Kabaev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message