From: "Alessandro Monopoli" Newsgroups: comp.os.msdos.djgpp Subject: C++ Linking problem Lines: 34 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Message-ID: Date: Mon, 06 Mar 2000 10:00:53 GMT NNTP-Posting-Host: 151.21.122.97 X-Complaints-To: abuse AT libero DOT it X-Trace: news.infostrada.it 952336853 151.21.122.97 (Mon, 06 Mar 2000 11:00:53 MET) NNTP-Posting-Date: Mon, 06 Mar 2000 11:00:53 MET Organization: [Infostrada] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi!! I've got a new nice (!) problem with the C++ compiler.... I've read the Faq, but I wasn't able to find my problem, so this is my problem: I've done a very simple program: #include main() { cout<<"ciao!"; /*the italian hello!*/ } The compiler compiles it perfectly, but the linker gives me a lot of messages like this: Error:(my path)/libstdcxx.a (iostream.o):iostream.cc: Undefined reference to '__rtti_class" And this for a lot of times. I've got all the newest distributions, (Gcc 2.952, DJdev 2.03, Gpp 2.952,bnu 2951, lgpp 295). Can you help me? Thank you again! Alessandro Monopoli