From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Gross To: gcc@gcc.gnu.org Subject: freebsd 4.4 and gcc 3.0 problem Date: Thu, 20 Sep 2001 07:47:00 -0000 Message-id: <20010920103957.D1751@eatoni.com> X-SW-Source: 2001-09/msg00794.html Hello, I've just successfully built/installed gcc 3.0 on a FreeBSD 4.4 pc. I successfully compiled and linked a "Hello World" cpp program. When I try to execute it, I get: /usr/libexec/ld-elf.so.1: Undefined symbol "_ZTVN10__cxxabiv117__class_type_infoE" referenced from COPY relocation in ./hello I would greatly appreciate and advice/ideas as to why this is occuring. Thank You. Benjamin Gross