From: "Jason" Newsgroups: comp.os.msdos.djgpp Subject: CPP linker problems! Date: 13 Apr 1998 01:46:46 GMT Organization: Easy Access Australia Lines: 13 Message-ID: <01bd667e$14cf8a20$97a325cb@jring> NNTP-Posting-Host: port02.ace-net.com.au To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I have usd DJGPP very successfully for the past few months now, but have never compiled a .CPP file. Now that I have, I wish I never did! It compiles OK but I seem to get heaps of errors at link time, all of which take a similar form to: "Error: c:/djgpp/lib/libstdcx.a(iostream.o)(.text+0x1b91):iostream.cc:undefined reference to '__rtti_class'." What does this error mean I'm doing wrong? (the file iostream.cc doesn't even exist?) Jason.