From: "Andrew Crabtree" Newsgroups: comp.os.msdos.djgpp Subject: Re: newbie + iostream.h Date: Tue, 27 Jan 1998 13:31:30 -0800 Organization: Hewlett Packard Lines: 12 Message-ID: <6aljmn$ros$1@rosenews.rose.hp.com> References: <34CD9DD9 DOT 35C5 AT pop DOT intergate DOT bc DOT ca> <34CE270A DOT 5C0F AT cs DOT com> NNTP-Posting-Host: ros51675cra.rose.hp.com Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Some additions to the info john gave you > - Name your programs with a valid C++ extension (.C, .cc, .cpp). If you use stock gcc 2.7 the you cannot debug your programs with gdb if they end in cpp extension. > - Use 'gxx' to compile your programs, or add the C++ libraries >(-liostr, -lstdcx) manually. You may need to add -lm as well, as that is what gxx does. I think some of stdc++ refers to it.