Message-ID: From: "Andris Pavenis" To: Andris Pavenis , Eli Zaretskii Date: Mon, 13 Jul 1998 21:13:21 +0300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: a strange problem about djgpp v2.1 CC: stjacy , djgpp AT delorie DOT com References: In-reply-to: Precedence: bulk Date sent: Mon, 13 Jul 1998 18:23:26 +0300 (IDT) From: Eli Zaretskii Subject: Re: a strange problem about djgpp v2.1 > > On Mon, 13 Jul 1998, Andris Pavenis wrote: > > > The problem is that gcc-2.8.1 takes math.h from $DJDIR/include > > while correct version is in $DJDIR/lib/gcc-lib/djgpp/2.81/include. > > This is indeed another solution, but it will only work for those > who have gcc 2.8.1 installed, and installed correctly ;-). > The same about 2.8.0 if $DJDIR/include is not added to include files search path. Of course directory name where the correct file lives will be different. I don't remeber any similar problems with math.h when I used gcc-2.7.2.1. So the original math.h from djdev201.zip is incompatible with gcc-2.8.X but not gcc-2.7.2.1