From: bryan AT alpha DOT hcst DOT com (Bryan Murphy) Newsgroups: comp.os.msdos.djgpp Subject: Template Error Date: 23 Mar 1997 22:10:34 -0500 Organization: Hassler Communication Systems Technology, Inc. Lines: 11 Message-ID: <5h4rba$el@alpha.hcst.com> NNTP-Posting-Host: alpha.hcst.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I'm getting a compile error, and I'm pretty sure it's related to templates. I know about the current workaround for the gcc 2.6.3 (or whatever version) Template bug. I've been using this workaround for a few weeks now w/o any problems until now. I have a multi-file program with a generic template linked list library. When I compile, I get 'Undefined Reference to Object Virtual Table' and then 'Undefined Reference to ==' for Instansiated objects. What does this mean? I do have an == operator defined for each object! What is this Object Virtual Table nonsense?