Date: Thu, 26 Jan 1995 10:26:25 -0800 (PST) From: Gordon Hogenson To: Frank Richard Belme Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Pure Virtual Functions in djgpp On Wed, 25 Jan 1995, Frank Richard Belme wrote: > Hello, > > I am trying to use pure virtual functions with DJGPP. I always get > "undefined reference: __pure_virtual" errors when linking. What am I > doing wrong? Any help would be greatly appreciated. > > Frank Belme > Get G++ 2.6.3. I have had problems of this sort (specifically, in SLList.cc from libg++ 2.6.0). The problem went away after upgrading to 2.6.3. Gordon.