Message-Id: <200007242102.AAA22027@mailgw1.netvision.net.il> Date: Tue, 25 Jul 2000 00:01:43 +0200 To: "Lets Go Canes!" X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b From: "Eli Zaretskii" CC: djgpp AT delorie DOT com In-reply-to: <200007241822.OAA27869@websmtp1.bellsouth.bigfoot.com> (LetsGoCanes AT webmail DOT bellsouth DOT net) Subject: Re: Looking for erf... References: <200007241822 DOT OAA27869 AT websmtp1 DOT bellsouth DOT bigfoot DOT com> 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 > From: "Lets Go Canes!" > Date: Mon, 24 Jul 2000 14:31:13 -0400 > > I'm currently using an older version of DJGPP (don't have that > machine handy at the moment), and it doesn't seem to have erf. Was > it added to DJGPP within the last couple of years? `erf' is from libm.a (so you need to link with -lm). I think it was always in libm.a, but perhaps it was only added in the latest version. In any case, it's there now.