X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: kgangakhedkar AT hotpop DOT com (Kunal Gangakhedkar) Newsgroups: comp.os.msdos.djgpp Subject: Re: I'm having a bit of trouble with DJGPP Date: 12 Apr 2002 07:25:26 -0700 Organization: http://groups.google.com/ Lines: 29 Message-ID: References: <47ae8681 DOT 0204110513 DOT 20d1adce AT posting DOT google DOT com> NNTP-Posting-Host: 203.197.75.127 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1018621527 20589 127.0.0.1 (12 Apr 2002 14:25:27 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 12 Apr 2002 14:25:27 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I think there is something wrong with the basic installation of DJGPP in your case.. Is your DJGPP variable configured properly??? Are other programs working fine??? And use gxx and NOT gcc to compile C++ programs..... Otherwise, if you want to use gcc only, then use the -lang option. More of it in the docs..... I hope this helps.... Kunal Gangakhedkar (kgangakhedkar AT hotpop DOT com) (kgangakhedkar AT softhome DOT net) eplmst AT lu DOT erisoft DOT se (Martin Stromberg) wrote in message news:... > Roy Liu (roy DOT liu AT gfmb DOT com DOT au) wrote: > : I have exactly the same problem as Kodachi. I do not have an older > : version of gpp. I was testing the compiler with the simple hello world > : program immediately after installation of the binaries. I have tried > : (as suggested): > > : gcc hello.cpp -o hello.exe -lstdcxx > > : but got the message "c:\binutils\bin/ld.exe: cannot find -lstdcxx". > > : running gxx hello.cpp -o hello.exe I got a whole page of errors as > : what Kodachi had. >