Date: Tue, 14 Sep 1999 11:09:24 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Lori Brynlund cc: djgpp AT delorie DOT com Subject: Re: Problem with 'cout' In-Reply-To: <000801befe68$8d9d4220$e58194cf@wsc.nt.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 13 Sep 1999, Lori Brynlund wrote: > undefined reference to 'cout' > undefined reference to 'ostream::operator<<(char const *)' > > How do I fix this? > > I have read through the FAQ and online documentation and couldn't seem = > to find any info about this. Section 8.7 covers this problem: you need to use gxx or gpp instead of gcc to compile C++ programs.