From: mschulter AT DOT value DOT net (M. Schulter) Newsgroups: comp.os.msdos.djgpp Subject: Re: Oi vey! Help this newbie! Date: 15 Sep 1997 04:15:10 GMT Organization: Value Net Internetwork Services Inc. Lines: 31 Message-ID: <5vicoe$f6h$2@vnetnews.value.net> References: NNTP-Posting-Host: value.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk F. Hayashi (hayashi AT u DOT washington DOT edu) wrote: : This sucker does not compile correctly, either with command line : (gcc concom.cpp -o concom.exe) or under RHIDE. : : I get a big list of error messages, having something to do with cout and : such. : : I thought I had all the c++ specific library stuff properly installed, but : is that the problem? Hi, there. Actually, the solution is in the file README.1ST: to compile C++ programs, you should use the command 'gxx' in place of 'gcc' -- this links the libraries that you need for C++ automatically. : The INFO files mention a g++, which does not appear anywhere on the : distributions I have. In DOS, rather than g++, the command is gxx. Hope this solves your problem. Most respectfully, Margo Schulter mschulter AT value DOT net (To reply, please remove the extra . in my default address)