Guest User

make install iperf

a guest
Nov 12th, 2015
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.88 KB | None | 0 0
  1. # make install
  2. Making install in src
  3. make[1]: Entering directory '/root/ipt/iperf-3.0.10/src'
  4. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -g -O2 -Wall -MT iperf_error.lo -MD -MP -MF .deps/iperf_error.Tpo -c -o iperf_error.lo iperf_error.c
  5. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -MT iperf_error.lo -MD -MP -MF .deps/iperf_error.Tpo -c iperf_error.c  -fPIC -DPIC -o .libs/iperf_error.o
  6. In file included from iperf_error.c:33:0:
  7. iperf.h:59:21: error: field 'tcpInfo' has incomplete type
  8.      struct tcp_info tcpInfo; /* getsockopt(TCP_INFO) for Linux and FreeBSD */
  9.                      ^
  10. Makefile:838: recipe for target 'iperf_error.lo' failed
  11. make[1]: *** [iperf_error.lo] Error 1
  12. make[1]: Leaving directory '/root/ipt/iperf-3.0.10/src'
  13. Makefile:371: recipe for target 'install-recursive' failed
  14. make: *** [install-recursive] Error 1
Advertisement
Add Comment
Please, Sign In to add comment