Date: Wed, 22 Mar 2000 16:05:14 +0100 From: Laszlo Molnar To: Eli Zaretskii Cc: djgpp-workers AT delorie DOT com Subject: Re: deadly combination of input files Message-ID: <20000322160514.V963@libra.eth.ericsson.se> References: <20000320094233 DOT H963 AT libra DOT eth DOT ericsson DOT se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: ; from Eli Zaretskii on Mon, Mar 20, 2000 at 11:45:59AM +0200 Reply-To: djgpp-workers AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, Mar 20, 2000 at 11:45:59AM +0200, Eli Zaretskii wrote: > Does the following fix the problem? > --- include/math.h~0 Wed Aug 4 15:55:00 1999 > +++ include/math.h Mon Mar 20 10:29:42 2000 > @@ -145,9 +145,9 @@ > extern float erfcf(float); > extern float gammaf(float); > extern float hypotf(float, float); > -extern int isinff(float); > -extern int isnanf(float); > -extern int finitef(float); > +extern int (isinff) (float); > +extern int (isnanf) (float); > +extern int (finitef) (float); > extern float j0f(float); > extern float j1f(float); > extern float jnf(int, float); Fine for me. In the mean time someone has sent a patch for perl which works around the problem. Thanks, Laszlo