*BSD News Article 84879


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.Hawaii.Edu!news.lava.net!news-w.ans.net!newsfeeds.ans.net!chi-news.cic.net!arclight.uoregon.edu!news.sprintlink.net!news-peer.sprintlink.net!howland.erols.net!news.mathworks.com!uunet!in3.uu.net!204.191.213.61!ott.istar!istar.net!news.nstn.ca!coranto.ucs.mun.ca!news.unb.ca!angus!pmichaud
From: pmichaud@angus.ASG.unb.ca (Peter Michaud)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Virtual table problems
Date: 12 Dec 1996 18:49:22 GMT
Organization: University of New Brunswick
Lines: 9
Message-ID: <58pk3i$ip@sol.sun.csd.unb.ca>
NNTP-Posting-Host: angus.asg.unb.ca
X-Newsreader: TIN [version 1.2 PL2]
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:32506

I posted a problem here before about STL problems with g++ 2.7.2, but that
has been cleared up. Now I have a new and more difficult problem.

I have a series of inherited classes (non-STL) with virtual functions. They
compile correctly, but the linked dies. It can't find any of the constructors
or destructors for the functions. Any ideas?

Thanks
Pete