Date: Sun, 23 Aug 1998 17:45:40 +0300 (IDT) From: Eli Zaretskii To: Steve Higgins cc: "'DJGPP Mail List'" Subject: Re: Duplicate definition in two different include files. In-Reply-To: <01BDCD1B.3FD70870@TAURUS> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Fri, 21 Aug 1998, Steve Higgins wrote: > gcc testit.cc -o testit > In file included from testit.cc:2: > c:/djgpp/include/math.h:73: redefinition of `class exception' This is a known problem: math.h conflicts with C++ programs that use exceptions. It will be corrected in DJGPP v2.02. In the meantime, you should use the modified version of math.h which comes with gcc281b.zip, e.g. by deleting or renaming the version of math.h in the include directory. I think this should be described in the file problems.txt which comes with gcc281b.zip, no?