From owner-freebsd-hackers Wed Aug 29 0: 6: 0 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 D3C1537B403 for ; Wed, 29 Aug 2001 00:05:55 -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 f7OLhtV62348 for freebsd-hackers@FreeBSD.ORG; Fri, 24 Aug 2001 17:43:55 -0400 (EDT) (envelope-from bgross) Date: Fri, 24 Aug 2001 17:43:54 -0400 From: Benjamin Gross To: freebsd-hackers@FreeBSD.ORG Subject: Undefined symbol "_ZTVN10__cxxabiv117__class_type_infoE" Message-ID: <20010824174354.A62307@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've just installed gcc version 3.0 on a FreeBSD v4.4 system to work on a c++ project, and when I try to execute a program that has been successfully compiled and linked, I get the following message: /usr/libexec/ld-elf.so.1: Undefined symbol "_ZTVN10__cxxabiv117__class_type_infoE" referenced from COPY relocation in ./test 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