Date: Tue, 21 Jan 1997 18:46:20 +0200 (IST) From: Eli Zaretskii To: "xit; of zentmauz" cc: djgpp AT delorie DOT com Subject: Re: cannot compile c++ progs in djgpp In-Reply-To: <32E53231.CF@4u.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 21 Jan 1997, xit; of zentmauz wrote: > when i am compiling c++ progs, i am getting a error message on the > "cout" function. and it haves a problem with ::iostream!!! :-((; You should use gxx instead of gcc to compile C++ programs, and call your source files with .cc or .cpp extension? If the above hints don't help, please post the command line you give to gcc and the exact text of the messages it prints.