Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: "Hsiwei Yu (Michael)" , djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: djgpp on NT? Date: Tue, 26 May 1998 18:00:38 -0700 Message-ID: <19980527010023.AAF19094@ppp114.cartsys.com> Precedence: bulk At 12:06 5/26/1998 -0400, Hsiwei Yu (Michael) wrote: >Hi, > >A real newbie question, > >downloaded from www.delorie.com the gcc2721b.zip gpp2721b.zip & try to >install on NT & compile > >got message >undefined reference to `cin' >undefined reference to `istream::operator>>(int &)' > >Does it work on NT? Please point me to some FAQ, thanks This is covered in the README.1ST, as well as in section 8.7 of the FAQ (ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2/faq210b.zip). You are supposed to use `gxx' instead of `gcc' when linking C++ programs. (That may be `gpp' depending on the GCC version). Nate Eldredge nate AT cartsys DOT com