On 1 Apr 2001 [EMAIL PROTECTED] 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.
