From: "Sly" Newsgroups: comp.os.msdos.djgpp Subject: Re: Question about DJGPP Syntax Date: Fri, 11 Apr 1997 12:21:36 +1000 Organization: Sly Lines: 33 Message-ID: <5ik6v6$ba0@wallaby.aussie.net> References: <199704101502 DOT LAA22851 AT hcst DOT net> NNTP-Posting-Host: max0ppp02.bne.aussie.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Bryan Murphy wrote in article <199704101502 DOT LAA22851 AT hcst DOT net>... >Ok, this is my last try. Nobody has bothered to respond to me yet, except >to yell at me to make code available. So I made code available and nobody >helps. Thanks! Anyways, rather than being bitter, I'm going to try >again. >You will find some code at: http://www.hcst.com/~bryan/univtmpl.zip >that will not compile. I have some problem with my Templates, and I can't >figure out whats wrong. I included the makefile and everything, so just >unzip it, and run make, and you'll get all the error messages. All there >is >is one simple stupid problem I'm sure, so could somebody please spend >5 minutes to tell me what is wrong? I would be *VERY* greatful!! > llist.cc:30: undefined reference to `OBJECT::operator==(OBJECT const &)' That looks like you need to define the == operator for that object type, and lookign through llist.h, it didn't seem to be defined anywhere either. I haven't done any C++ programming for a while, so I can't remember how it's done. Maybe someone else here with more knowledge could help there. llist.cc:22: undefined reference to `OBJECT::OBJECT(void)' As for that error...I can't help you. -- TTFN Sly (Steve)