From: Liche Newsgroups: comp.os.msdos.djgpp Subject: Need help with RHIDE/GCC Date: Wed, 08 Oct 1997 17:34:15 +0800 Organization: New Silkera Network Lines: 8 Message-ID: <343B5397.33F884F7@tp.silkera.net> NNTP-Posting-Host: ts203.tp.silkera.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I cannot link programs in RHIDE in which I have classes. The class interface is in class.h, implementation in class.cc, and the main source file is test.cc. The error says something to the extent of "Multiple definitions of function test", Where test is all of my member functions, constructors, etc. I link with the default options in RHIDE. Can anyone help? Thanx.