From: "A. Sinan Unur" Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP library problems Date: 22 Oct 2002 11:32:03 GMT Organization: Cornell University Lines: 20 Sender: asu1 AT cornell DOT invalid (on pool-141-149-209-60.syr.east.verizon.net) Message-ID: References: <9eaaru8aiacj7dq3rdgs36n9avatmklrn4 AT 4ax DOT com> NNTP-Posting-Host: pool-141-149-209-60.syr.east.verizon.net X-Trace: news01.cit.cornell.edu 1035286323 8267 141.149.209.60 (22 Oct 2002 11:32:03 GMT) X-Complaints-To: usenet AT news01 DOT cit DOT cornell DOT edu NNTP-Posting-Date: 22 Oct 2002 11:32:03 GMT User-Agent: Xnews/5.04.25 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Tatterdemalian wrote in news:9eaaru8aiacj7dq3rdgs36n9avatmklrn4 AT 4ax DOT com: > Yet another weird problem with DJGPP. > > I'm trying to get a program that uses streams to compile. I have the > includes set according to ANSI standards, and the compiler finds them > without any trouble (no compile-time warnings about missing libraries > or anything). > > Then it gets to my first use of cout, and it announces that "the > identifier cout has not been declared." All the other functions, > including several libc functions, are also marked undeclared. > > What did I do wrong? You didn't show us what you did so it is hard to tell. Are you using std::cout? Sinan.