From owner-freebsd-hackers Wed Aug 29 0: 6: 3 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from cn.com (207-237-228-253.c3-0.nyr-ubr2.nyr.ny.cable.rcn.com [207.237.228.253]) by hub.freebsd.org (Postfix) with ESMTP id B9AE537B407 for ; Wed, 29 Aug 2001 00:05:57 -0700 (PDT) (envelope-from bgross@cn.com) Received: (from bgross@localhost) by dhcp-515-2.cable.rcn.com (8.11.6/8.11.6) id f7O1Xds59814 for freebsd-hackers@freebsd.org; Thu, 23 Aug 2001 21:33:39 -0400 (EDT) (envelope-from bgross) Date: Thu, 23 Aug 2001 21:33:39 -0400 From: Benjamin Gross To: freebsd-hackers@FreeBSD.ORG Subject: Undefined symbol "_ZTVN10__cxxabiv117__class_type_infoE" Message-ID: <20010823213339.A59363@rcn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I'm trying to run a prg written in c++ (gcc v3.0) that was successfully compiled and linked on a FreeBSD 4.4 system. I received the following message when I try to execute it: /usr/libexec/ld-elf.so.1: Undefined symbol "_ZTVN10__cxxabiv117__class_type_infoE" referenced from COPY relocation in ./test gcc.gnu.org list FreeBSD 4.3 as being a platform for gcc v3.0 and I was able to build and install gcc3.0 without any problems. Does anyone know what the problem is ? Thanks, -Ben To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message