Message-ID: <3BD6FED0.13AE109F@earthlink.net> From: Martin Ambuhl Organization: Nocturnal Aviation X-Mailer: Mozilla 4.77 [en] (Win95; U) X-Accept-Language: en,de-CH,fr,ru,zh-CN,ja MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: Weird behaviour of the C++ compiler. References: <3BD6FAAA DOT 6080402 AT edu DOT stadia DOT fi> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 11 Date: Wed, 24 Oct 2001 17:44:55 GMT NNTP-Posting-Host: 165.247.29.169 X-Complaints-To: abuse AT earthlink DOT net X-Trace: newsread1.prod.itd.earthlink.net 1003945495 165.247.29.169 (Wed, 24 Oct 2001 10:44:55 PDT) NNTP-Posting-Date: Wed, 24 Oct 2001 10:44:55 PDT X-Received-Date: Wed, 24 Oct 2001 10:41:07 PDT (newsmaster1.prod.itd.earthlink.net) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Antti Koskipaa wrote: > > Hi. I was trying C++ with DJGPP the other day. The compiler accepts > the input file, and passes it to the assembler. The assembler > chokes on it. I'm not a pro in C++, only C so I can't really > tell whether the compiler or code has the error. > > Here are some of the ~90 error messages I get: I cannot reproduce your problem. Your code compiles, links, and runs cleanly. How are you attempting to compile this?