Advertisement
Guest User

make iperf

a guest
Nov 12th, 2015
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.05 KB | None | 0 0
  1. # make
  2. Making all in src
  3. make[1]: Entering directory '/root/ipt/iperf-3.0.10/src'
  4. make  all-am
  5. make[2]: Entering directory '/root/ipt/iperf-3.0.10/src'
  6. /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
  7. 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
  8. In file included from iperf_error.c:33:0:
  9. iperf.h:59:21: error: field 'tcpInfo' has incomplete type
  10.      struct tcp_info tcpInfo; /* getsockopt(TCP_INFO) for Linux and FreeBSD */
  11.                      ^
  12. Makefile:838: recipe for target 'iperf_error.lo' failed
  13. make[2]: *** [iperf_error.lo] Error 1
  14. make[2]: Leaving directory '/root/ipt/iperf-3.0.10/src'
  15. Makefile:615: recipe for target 'all' failed
  16. make[1]: *** [all] Error 2
  17. make[1]: Leaving directory '/root/ipt/iperf-3.0.10/src'
  18. Makefile:371: recipe for target 'all-recursive' failed
  19. make: *** [all-recursive] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement