From: "Felix Althaus" Newsgroups: comp.os.msdos.djgpp References: <3dc0270e$1 AT news DOT swissonline DOT ch> <3dc1800d$1 AT news DOT swissonline DOT ch> <6ta3suomu4rnrbrrucpfru9bqqhnnq87s0 AT 4ax DOT com> Subject: Re: problems with cout on Win98 Date: Fri, 1 Nov 2002 13:41:52 +0100 Lines: 27 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 NNTP-Posting-Host: 217.162.185.148 Message-ID: <3dc27637$1@news.swissonline.ch> X-Trace: news.swissonline.ch 1036154423 217.162.185.148 (1 Nov 2002 13:40:23 +0200) X-Complaints-To: abuse AT swissonline DOT ch To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I'm sorry but that doesn't help! The errors that now appear: testc.cpp:8:2: warning: no newline at end of file c:/djgpp/tmp/ccq4FglK.o(.text+0x1f):testc.cpp: undefined reference to `std::cout ' c:/djgpp/tmp/ccq4FglK.o(.text+0x24):testc.cpp: undefined reference to `std::basi c_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' c:/djgpp/tmp/ccq4FglK.o(.text+0x50):testc.cpp: undefined reference to `std::ios_ base::Init::Init[in-charge]()' c:/djgpp/tmp/ccq4FglK.o(.text+0x6f):testc.cpp: undefined reference to `std::ios_ base::Init::~Init [in-charge]()' c:/djgpp/tmp/ccq4FglK.o(.eh_frame+0x11):testc.cpp: undefined reference to `___gx x_personality_v0' collect2: ld returned 1 exit status Thanks Felix