From: "deckerben" Newsgroups: comp.os.msdos.djgpp References: <3dc0270e$1 AT news DOT swissonline DOT ch> <3dc1800d$1 AT news DOT swissonline DOT ch> Subject: Re: problems with cout on Win98 Date: Thu, 31 Oct 2002 22:26:22 +0100 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 Lines: 26 Message-ID: <3dc19f30$0$179$9b622d9e@news.freenet.de> NNTP-Posting-Host: 213.6.64.74 X-Trace: 1036099377 news.freenet.de 179 213.6.64.74 X-Complaints-To: abuse AT freenet DOT de To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > But now, I get a lot of error messages (only a part of them is shown): > > c:/djgpp/lang/cxx/3.2/bits/stlalgobase.h:153: `__b' undeclared (first use > this > function) > c:/djgpp/lang/cxx/3.2/bits/stlalgobase.h: In function `bool > std::lexicographical_compare(_InputIter1, _InputIter1, _InputIter2, > _InputIter2) [with _InputIter1 = const signed char*, _InputIter2 = const > signed char*]': > c:/djgpp/lang/cxx/3.2/bits/stlalgobase.h:805: instantiated from here > c:/djgpp/lang/cxx/3.2/bits/stlalgobase.h:745: `__last2' undeclared (first > use > this function) > c:/djgpp/lang/cxx/3.2/bits/stlalgobase.h:745: `__first2' undeclared (first > use > this function) Sorry, what version of DJGPP did you say that you were using? what does your gcc --version look like? Ben