From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Martin v. Loewis" To: xevol@execpc.com Cc: gcc-help@gcc.gnu.org Subject: Re: Shared Libraries Date: Sat, 08 Jul 2000 15:02:00 -0000 Message-id: <200007082157.XAA00895@loewis.home.cs.tu-berlin.de> References: <39676DEB.985DF973@execpc.com> X-SW-Source: 2000-07/msg00044.html > undefined reference to class_name virtual table > undefined reference to class_name type_info function > undefined reference to class_name type_info node I'd check whether the first virtual function of class_name is really implemented. Regards, Martin