Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # make
- Making all in src
- make[1]: Entering directory '/root/ipt/iperf-3.0.10/src'
- make all-am
- make[2]: Entering directory '/root/ipt/iperf-3.0.10/src'
- /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
- 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
- In file included from iperf_error.c:33:0:
- iperf.h:59:21: error: field 'tcpInfo' has incomplete type
- struct tcp_info tcpInfo; /* getsockopt(TCP_INFO) for Linux and FreeBSD */
- ^
- Makefile:838: recipe for target 'iperf_error.lo' failed
- make[2]: *** [iperf_error.lo] Error 1
- make[2]: Leaving directory '/root/ipt/iperf-3.0.10/src'
- Makefile:615: recipe for target 'all' failed
- make[1]: *** [all] Error 2
- make[1]: Leaving directory '/root/ipt/iperf-3.0.10/src'
- Makefile:371: recipe for target 'all-recursive' failed
- make: *** [all-recursive] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement