iperf-2.0.5 cygwin 编译

step 1: down load cygwin and install gcc, g++, mingw

step 2: 

$ cygcheck -cd | egrep "cygwin|mingw"
base-cygwin          2.1-1
cygwin               1.7.7-1
cygwin-doc           1.7-1
gcc-mingw-core       20050522-1
gcc-mingw-g++        20050522-1
mingw-runtime        3.18-1

step 3:

$ tar zxf iperf-2.0.5.tar.gz
$ cd iperf-2.0.5
$ ./configure --build=mingw32
$ make clean all

step 4:

$ ./src/iperf.exe -v
iperf version 2.0.5 (08 Jul 2010) pthreads

step 5:

$ cygcheck ./src/iperf.exe
E:\signal-MTK\3rd_party\iperf\src\iperf.exe
  E:\cygwin64\bin\cygwin1.dll
    C:\WINDOWS\system32\KERNEL32.dll
      C:\WINDOWS\system32\ntdll.dll
      C:\WINDOWS\system32\KERNELBASE.dll
  E:\cygwin64\bin\cyggcc_s-seh-1.dll
  E:\cygwin64\bin\cygstdc++-6.dll

step 6: copy iperf.exe and all DLL to your path(cygwin1.dll, cyggcc_s-seh-1.dll, sygstdc++-6.dll)

你可能感兴趣的:(windows)