X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Sat, 15 Dec 2001 18:21:55 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: Andris Pavenis Message-Id: <7458-Sat15Dec2001182155+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.1.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: ams AT father DOT ludd DOT luth DOT se, djgpp AT delorie DOT com In-reply-to: (message from Andris Pavenis on Sat, 15 Dec 2001 10:52:52 +0200 (WET)) Subject: Re: Compiling problem (cmath) References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Sat, 15 Dec 2001 10:52:52 +0200 (WET) > From: Andris Pavenis > > > > Yes, the standard says: > > " #include > > double acos(double x); > > float acosf(float x); > > long double acosl(long double x);" in section 7.12.4.1. > > > > So perhaps it should be fixed in math.h This is all part of the general problem with C99 compatibility. DJGPP is not yet compatible. The old C89 standard included neither acosf nor acosl.