Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: flavpol AT tin DOT it, djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: RHIDE, gcc and gpp Date: Thu, 28 May 1998 16:26:00 -0700 Message-ID: <19980528232445.AAF7077@ppp101.cartsys.com> Precedence: bulk At 06:35 5/28/1998 +0200, Flavio Poletti wrote: >Hi to all, > >I read in the info files that I may invoke the C++ compiler with the >command gcc itself, but I find it is not so, because: > >calling "gcc name.cc -o name.exe" tells me it can not reckognize cout >calling "gcc name.cc -o name.exe -lstdcx" gives me >calling "gpp name.cc -o name.exe" works fine. > >It's a real problem, because I've seen that RHIDE always invokes gcc and >I really can't use it to develop C++ applications (in particular, I have >no access to debugging, because I have to compile on the command line). >Is info file bad? If you have long file names (Windows 95), the file is libstdcxx, with two x's. For RHIDE, add this to c:/djgpp/share/rhide/rhide.env: RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx Nate Eldredge nate AT cartsys DOT com