Date: Wed, 21 Aug 1996 11:28:14 +0200 (IST) From: Eli Zaretskii To: Kelly BARRETT Cc: djgpp AT delorie DOT com Subject: Re: Problems with virtual members In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 21 Aug 1996, Kelly BARRETT wrote: > I just started to use virtual members in my c++ classes, but since I tried > to use them I have been getting linking errors, such as: > > undefined reference virtual table > > or something like that. > > I used gcc with -lgpp and also have tried gxx but nothing seems to work. Try using gxx, but append -lstdcx at the end of the link command line (gxx still doesn't know about libstdcx.a; to be corrected in the next release).