Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!olivea!samsung!sol.ctr.columbia.edu!cunixf.cc.columbia.edu!cs.columbia.edu!siegel From: siegel@cs.columbia.edu (David Siegel) Newsgroups: comp.lang.c++ Subject: Re: Need help, missing virtual tables, Sun C++ 2.0 Message-ID: <1991May9.155435.3485@cs.columbia.edu> Date: 9 May 91 15:54:35 GMT References: <1991May8.224321.12580@cs.utk.edu> Organization: Columbia University Department of Computer Science Lines: 9 In-Reply-To: mullens@jamsun.ic.ornl.gov's message of 8 May 91 22:43:21 GMT I've been running into the same problems for the last two days. Abstract classes appear to have something to do with the problem, as making abstract classes concrete, and ensuring that all member functions are actually implemented seems to help. I'm _very_ interested in a definitive answer. -dms