Date: Tue, 8 Aug 2000 13:32:24 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Don HO cc: djgpp AT delorie DOT com Subject: Re: My GCC does not compile the C++ source In-Reply-To: <398fd8ba.550102@news.free.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 8 Aug 2000, Don HO wrote: > Thanx for your help. > I do add "using namespace std;", but it gives me : > > ccaa.cc:2: warning: namespaces are mostly broken in this version of > g++ > d:/langages/c__~1/djgpp/tmp\ccdaaaaa(.text+0x2f):ccaa.cc: undefined > reference to `cin' Looks like you still use "gcc" instead of "gpp" to compile and link the program.