From: sl AT psycode DOT com DOT REMOVE_THIS Newsgroups: comp.os.msdos.djgpp Subject: GCC/EGCS bug Date: 24 Sep 1998 03:16:01 GMT Organization: http://www.supernews.com, The World's Usenet: Discussions Start Here Lines: 11 Message-ID: NNTP-Posting-Host: 205.205.118.169 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi, I have noticed that when using GCC or EGCS (someone else tested EGCS for me off linux), if you use templates with your classes at all, you cannot split up your protypes and implementation.. Unless both are in the same file, GCC/EGCS will complain the functions (defined in the cc file) are undefined .. This is when compling using RHIDE with "#include "range."" and "range.cc" in my project file.. I don't have problems of this sort (with RHIDE) in any other instance, Gili