2 messages in org.apache.httpd.devRe: cvs commit: apache-1.3/src/suppor...
FromSent OnAttachments
Marc SlemkoApr 2, 2001 8:04 pm 
Sander TemmeApr 2, 2001 8:23 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: cvs commit: apache-1.3/src/support README ab.8 ab.cActions...
From:Marc Slemko (mar@znep.com)
Date:Apr 2, 2001 8:04:48 pm
List:org.apache.httpd.dev

On 1 Apr 2001 dir@apache.org wrote:

+ sdtot = (requests > 1) ? sqrt(sdtot / (requests - 1)) : 0; + sdcon = (requests > 1) ? sqrt(sdcon / (requests - 1)) : 0; + sdd = (requests > 1) ? sqrt(sdd / (requests - 1)) : 0; + sdwait = (requests > 1) ? sqrt(sdwait / (requests - 1)) : 0;

So ab now requires libm to be linked in on nearly any system, but only a few particular ones have it in the LDFLAGS in Configure.

What do the systems that have -lm already have it in there for?

And what is the best way to add it in for ab? Right now, it doesn't compile on FreeBSD, etc.