From: Jason Green Newsgroups: comp.os.msdos.djgpp Subject: Re: Error message reference? (newbie question) Date: Sun, 28 May 2000 22:59:37 +0100 Organization: Customer of Planet Online Lines: 20 Message-ID: References: <8grt8j$fvm$1 AT bertrand DOT ccs DOT carleton DOT ca> NNTP-Posting-Host: modem-31.erythromycin.dialup.pol.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: newsg1.svr.pol.co.uk 959551291 23303 62.136.93.31 (28 May 2000 22:01:31 GMT) NNTP-Posting-Date: 28 May 2000 22:01:31 GMT X-Complaints-To: abuse AT theplanet DOT net X-Newsreader: Forte Agent 1.7/32.534 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Jason_Plum@{remove}hotmail.com (Jason Plum) wrote: > I am a relatively new C++ programmer that has been using Borland C++5 and > Visual C++6 to program MS-DOS and Win32 console text-only applications. I > need to port some of my programs to UNIX and have been using the GNU CC > compiler (Sun Solaris 7 and DJGPP v.2 for DOS/Windows). I am wondering if > anyone can help me find a good reference (online or other) for interpretting > compiler error messages. My programs all compile fine under the Windows-based > compilers, but generate compiler errors under the g++ compiler, and I don't > recognize the error statements. I have searched the FAQ and online pages at > gcc.gnu.org, and can't find what I am looking for. Does such a reference > exist? I don't think such a reference exists, most of the warnings/errors are self explanatory though (once you get used to them ;). Isolate some problem code and post it here, someone will point out what is wrong. Ideally you should produce a small self contained example program and post it together with the exact compile command line and the full warnings/errors issued by gcc.