Re: iperf 2.0 config problem



Thanks to Stephen and others for pointing out the problem with configuring 
pthreads; iperf-2.0.1 is now on the dast.nlanr.net site with the missing 
acx_pthread.m4 file that was the source of the problem. Thanks again.

On Thu, 4 Nov 2004, Stephen Hemminger wrote:

> For some reason the iperf-2.0 configure isn't picking up that
> Linux (Suse 9.1) supports pthreads.
> 
> The following doesn't work correctly (in configure.ac)
> but I am not enough of a autoconf expert to fix...
> --------------
> 
> dnl check for -lpthread
> 
> if test "$enable_threads" != no; then
>   ACX_PTHREAD()
>     if test "$acx_pthread_ok" = yes; then
>       AC_DEFINE([HAVE_POSIX_THREAD], 1,)
>       AC_DEFINE([_REENTRANT], 1,)
>     fi
> fi
> 

-- 
John S. Estabrook
jestabro --at-- ncsa.uiuc.edu
jestabro --at-- dast.nlanr.net



Other Mailing lists | Author Index | Date Index | Subject Index | Thread Index