Guest User

iperf configlog

a guest
Nov 12th, 2015
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 22.14 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by iperf configure 3.0.10, which was
  5. generated by GNU Autoconf 2.69.  Invocation command line was
  6.  
  7.   $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = pttester
  14. uname -m = x86_64
  15. uname -r = 3.18.20-1-grsec
  16. uname -s = Linux
  17. uname -v = #2-Alpine SMP Wed Aug 12 14:04:15 GMT 2015
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X     = unknown
  21.  
  22. /bin/arch              = unknown
  23. /usr/bin/arch -k       = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo      = unknown
  26. /bin/machine           = unknown
  27. /usr/bin/oslevel       = unknown
  28. /bin/universe          = unknown
  29.  
  30. PATH: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36.  
  37.  
  38. ## ----------- ##
  39. ## Core tests. ##
  40. ## ----------- ##
  41.  
  42. configure:2178: checking for a BSD-compatible install
  43. configure:2246: result: /usr/bin/install -c
  44. configure:2257: checking whether build environment is sane
  45. configure:2312: result: yes
  46. configure:2463: checking for a thread-safe mkdir -p
  47. configure:2502: result: config/install-sh -c -d
  48. configure:2509: checking for gawk
  49. configure:2525: found /usr/bin/gawk
  50. configure:2536: result: gawk
  51. configure:2547: checking whether make sets $(MAKE)
  52. configure:2569: result: yes
  53. configure:2598: checking whether make supports nested variables
  54. configure:2615: result: yes
  55. configure:2742: checking whether to enable maintainer-specific portions of Makefiles
  56. configure:2751: result: no
  57. configure:2771: checking build system type
  58. configure:2785: result: x86_64-unknown-linux-gnu
  59. configure:2805: checking host system type
  60. configure:2818: result: x86_64-unknown-linux-gnu
  61. configure:2889: checking for gcc
  62. configure:2905: found /usr/bin/gcc
  63. configure:2916: result: gcc
  64. configure:3145: checking for C compiler version
  65. configure:3154: gcc --version >&5
  66. gcc (Alpine 4.9.2) 4.9.2
  67. Copyright (C) 2014 Free Software Foundation, Inc.
  68. This is free software; see the source for copying conditions.  There is NO
  69. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  70.  
  71. configure:3165: $? = 0
  72. configure:3154: gcc -v >&5
  73. Using built-in specs.
  74. COLLECT_GCC=gcc
  75. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-alpine-linux-musl/4.9.2/lto-wrapper
  76. Target: x86_64-alpine-linux-musl
  77. Configured with: /home/buildozer/aports/main/gcc/src/gcc-4.9.2/configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --build=x86_64-alpine-linux-musl --host=x86_64-alpine-linux-musl --target=x86_64-alpine-linux-musl --with-pkgversion='Alpine 4.9.2' --enable-checking=release --disable-fixed-point --disable-libstdcxx-pch --disable-multilib --disable-nls --disable-werror --disable-symvers --enable-__cxa_atexit --enable-esp --enable-cloog-backend --enable-languages=c,c++,objc,java,fortran,ada --disable-libssp --disable-libmudflap --disable-libsanitizer --enable-shared --enable-threads --enable-tls --with-system-zlib
  78. Thread model: posix
  79. gcc version 4.9.2 (Alpine 4.9.2)
  80. configure:3165: $? = 0
  81. configure:3154: gcc -V >&5
  82. gcc: error: unrecognized command line option '-V'
  83. gcc: fatal error: no input files
  84. compilation terminated.
  85. configure:3165: $? = 4
  86. configure:3154: gcc -qversion >&5
  87. gcc: error: unrecognized command line option '-qversion'
  88. gcc: fatal error: no input files
  89. compilation terminated.
  90. configure:3165: $? = 4
  91. configure:3185: checking whether the C compiler works
  92. configure:3207: gcc    conftest.c  >&5
  93. configure:3211: $? = 0
  94. configure:3259: result: yes
  95. configure:3262: checking for C compiler default output file name
  96. configure:3264: result: a.out
  97. configure:3270: checking for suffix of executables
  98. configure:3277: gcc -o conftest    conftest.c  >&5
  99. configure:3281: $? = 0
  100. configure:3303: result:
  101. configure:3325: checking whether we are cross compiling
  102. configure:3333: gcc -o conftest    conftest.c  >&5
  103. configure:3337: $? = 0
  104. configure:3344: ./conftest
  105. configure:3348: $? = 0
  106. configure:3363: result: no
  107. configure:3368: checking for suffix of object files
  108. configure:3390: gcc -c   conftest.c >&5
  109. configure:3394: $? = 0
  110. configure:3415: result: o
  111. configure:3419: checking whether we are using the GNU C compiler
  112. configure:3438: gcc -c   conftest.c >&5
  113. configure:3438: $? = 0
  114. configure:3447: result: yes
  115. configure:3456: checking whether gcc accepts -g
  116. configure:3476: gcc -c -g  conftest.c >&5
  117. configure:3476: $? = 0
  118. configure:3517: result: yes
  119. configure:3534: checking for gcc option to accept ISO C89
  120. configure:3597: gcc  -c -g -O2  conftest.c >&5
  121. configure:3597: $? = 0
  122. configure:3610: result: none needed
  123. configure:3635: checking whether gcc understands -c and -o together
  124. configure:3657: gcc -c conftest.c -o conftest2.o
  125. configure:3660: $? = 0
  126. configure:3657: gcc -c conftest.c -o conftest2.o
  127. configure:3660: $? = 0
  128. configure:3672: result: yes
  129. configure:3700: checking for style of include used by make
  130. configure:3728: result: GNU
  131. configure:3754: checking dependency style of gcc
  132. configure:3865: result: gcc3
  133. configure:3923: checking for ranlib
  134. configure:3939: found /usr/bin/ranlib
  135. configure:3950: result: ranlib
  136. configure:3972: checking whether ln -s works
  137. configure:3976: result: yes
  138. configure:4029: checking how to print strings
  139. configure:4056: result: printf
  140. configure:4077: checking for a sed that does not truncate output
  141. configure:4141: result: /bin/sed
  142. configure:4159: checking for grep that handles long lines and -e
  143. configure:4217: result: /bin/grep
  144. configure:4222: checking for egrep
  145. configure:4284: result: /bin/grep -E
  146. configure:4289: checking for fgrep
  147. configure:4351: result: /bin/grep -F
  148. configure:4386: checking for ld used by gcc
  149. configure:4453: result: /usr/x86_64-alpine-linux-musl/bin/ld
  150. configure:4460: checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld) is GNU ld
  151. configure:4475: result: yes
  152. configure:4487: checking for BSD- or MS-compatible name lister (nm)
  153. configure:4541: result: /usr/bin/nm -B
  154. configure:4671: checking the name lister (/usr/bin/nm -B) interface
  155. configure:4678: gcc -c -g -O2  conftest.c >&5
  156. configure:4681: /usr/bin/nm -B "conftest.o"
  157. configure:4684: output
  158. 0000000000000000 B some_variable
  159. configure:4691: result: BSD nm
  160. configure:4695: checking the maximum length of command line arguments
  161. configure:4826: result: 98304
  162. configure:4874: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
  163. configure:4914: result: func_convert_file_noop
  164. configure:4921: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
  165. configure:4941: result: func_convert_file_noop
  166. configure:4948: checking for /usr/x86_64-alpine-linux-musl/bin/ld option to reload object files
  167. configure:4955: result: -r
  168. configure:5029: checking for objdump
  169. configure:5045: found /usr/bin/objdump
  170. configure:5056: result: objdump
  171. configure:5088: checking how to recognize dependent libraries
  172. configure:5288: result: pass_all
  173. configure:5373: checking for dlltool
  174. configure:5403: result: no
  175. configure:5433: checking how to associate runtime and link libraries
  176. configure:5460: result: printf %s\n
  177. configure:5521: checking for ar
  178. configure:5537: found /usr/bin/ar
  179. configure:5548: result: ar
  180. configure:5585: checking for archiver @FILE support
  181. configure:5602: gcc -c -g -O2  conftest.c >&5
  182. configure:5602: $? = 0
  183. configure:5605: ar cru libconftest.a @conftest.lst >&5
  184. configure:5608: $? = 0
  185. configure:5613: ar cru libconftest.a @conftest.lst >&5
  186. ar: conftest.o: No such file or directory
  187. configure:5616: $? = 1
  188. configure:5628: result: @
  189. configure:5686: checking for strip
  190. configure:5702: found /usr/bin/strip
  191. configure:5713: result: strip
  192. configure:5785: checking for ranlib
  193. configure:5812: result: ranlib
  194. configure:5914: checking command to parse /usr/bin/nm -B output from gcc object
  195. configure:6067: gcc -c -g -O2  conftest.c >&5
  196. configure:6070: $? = 0
  197. configure:6074: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  198. configure:6077: $? = 0
  199. configure:6143: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
  200. configure:6146: $? = 0
  201. configure:6184: result: ok
  202. configure:6231: checking for sysroot
  203. configure:6261: result: no
  204. configure:6268: checking for a working dd
  205. configure:6306: result: /bin/dd
  206. configure:6310: checking how to truncate binary pipes
  207. configure:6325: result: /bin/dd bs=4096 count=1
  208. configure:6446: gcc -c -g -O2  conftest.c >&5
  209. configure:6449: $? = 0
  210. configure:6639: checking for mt
  211. configure:6669: result: no
  212. configure:6689: checking if : is a manifest tool
  213. configure:6695: : '-?'
  214. configure:6703: result: no
  215. configure:7345: checking how to run the C preprocessor
  216. configure:7376: gcc -E  conftest.c
  217. configure:7376: $? = 0
  218. configure:7390: gcc -E  conftest.c
  219. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  220.  #include <ac_nonexistent.h>
  221.                             ^
  222. compilation terminated.
  223. configure:7390: $? = 1
  224. configure: failed program was:
  225. | /* confdefs.h */
  226. | #define PACKAGE_NAME "iperf"
  227. | #define PACKAGE_TARNAME "iperf"
  228. | #define PACKAGE_VERSION "3.0.10"
  229. | #define PACKAGE_STRING "iperf 3.0.10"
  230. | #define PACKAGE_BUGREPORT "https://github.com/esnet/iperf"
  231. | #define PACKAGE_URL "http://software.es.net/iperf/"
  232. | #define PACKAGE "iperf"
  233. | #define VERSION "3.0.10"
  234. | /* end confdefs.h.  */
  235. | #include <ac_nonexistent.h>
  236. configure:7415: result: gcc -E
  237. configure:7435: gcc -E  conftest.c
  238. configure:7435: $? = 0
  239. configure:7449: gcc -E  conftest.c
  240. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  241.  #include <ac_nonexistent.h>
  242.                             ^
  243. compilation terminated.
  244. configure:7449: $? = 1
  245. configure: failed program was:
  246. | /* confdefs.h */
  247. | #define PACKAGE_NAME "iperf"
  248. | #define PACKAGE_TARNAME "iperf"
  249. | #define PACKAGE_VERSION "3.0.10"
  250. | #define PACKAGE_STRING "iperf 3.0.10"
  251. | #define PACKAGE_BUGREPORT "https://github.com/esnet/iperf"
  252. | #define PACKAGE_URL "http://software.es.net/iperf/"
  253. | #define PACKAGE "iperf"
  254. | #define VERSION "3.0.10"
  255. | /* end confdefs.h.  */
  256. | #include <ac_nonexistent.h>
  257. configure:7478: checking for ANSI C header files
  258. configure:7498: gcc -c -g -O2  conftest.c >&5
  259. configure:7498: $? = 0
  260. configure:7571: gcc -o conftest -g -O2   conftest.c  >&5
  261. configure:7571: $? = 0
  262. configure:7571: ./conftest
  263. configure:7571: $? = 0
  264. configure:7582: result: yes
  265. configure:7595: checking for sys/types.h
  266. configure:7595: gcc -c -g -O2  conftest.c >&5
  267. configure:7595: $? = 0
  268. configure:7595: result: yes
  269. configure:7595: checking for sys/stat.h
  270. configure:7595: gcc -c -g -O2  conftest.c >&5
  271. configure:7595: $? = 0
  272. configure:7595: result: yes
  273. configure:7595: checking for stdlib.h
  274. configure:7595: gcc -c -g -O2  conftest.c >&5
  275. configure:7595: $? = 0
  276. configure:7595: result: yes
  277. configure:7595: checking for string.h
  278. configure:7595: gcc -c -g -O2  conftest.c >&5
  279. configure:7595: $? = 0
  280. configure:7595: result: yes
  281. configure:7595: checking for memory.h
  282. configure:7595: gcc -c -g -O2  conftest.c >&5
  283. configure:7595: $? = 0
  284. configure:7595: result: yes
  285. configure:7595: checking for strings.h
  286. configure:7595: gcc -c -g -O2  conftest.c >&5
  287. configure:7595: $? = 0
  288. configure:7595: result: yes
  289. configure:7595: checking for inttypes.h
  290. configure:7595: gcc -c -g -O2  conftest.c >&5
  291. configure:7595: $? = 0
  292. configure:7595: result: yes
  293. configure:7595: checking for stdint.h
  294. configure:7595: gcc -c -g -O2  conftest.c >&5
  295. configure:7595: $? = 0
  296. configure:7595: result: yes
  297. configure:7595: checking for unistd.h
  298. configure:7595: gcc -c -g -O2  conftest.c >&5
  299. configure:7595: $? = 0
  300. configure:7595: result: yes
  301. configure:7609: checking for dlfcn.h
  302. configure:7609: gcc -c -g -O2  conftest.c >&5
  303. configure:7609: $? = 0
  304. configure:7609: result: yes
  305. configure:7865: checking for objdir
  306. configure:7880: result: .libs
  307. configure:8147: checking if gcc supports -fno-rtti -fno-exceptions
  308. configure:8165: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
  309. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
  310. configure:8169: $? = 0
  311. configure:8182: result: no
  312. configure:8540: checking for gcc option to produce PIC
  313. configure:8547: result: -fPIC -DPIC
  314. configure:8555: checking if gcc PIC flag -fPIC -DPIC works
  315. configure:8573: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
  316. configure:8577: $? = 0
  317. configure:8590: result: yes
  318. configure:8619: checking if gcc static flag -static works
  319. configure:8647: result: yes
  320. configure:8662: checking if gcc supports -c -o file.o
  321. configure:8683: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
  322. configure:8687: $? = 0
  323. configure:8709: result: yes
  324. configure:8717: checking if gcc supports -c -o file.o
  325. configure:8764: result: yes
  326. configure:8797: checking whether the gcc linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries
  327. configure:10056: result: yes
  328. configure:10093: checking whether -lc should be explicitly linked in
  329. configure:10101: gcc -c -g -O2  conftest.c >&5
  330. configure:10104: $? = 0
  331. configure:10119: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
  332. configure:10122: $? = 0
  333. configure:10136: result: no
  334. configure:10296: checking dynamic linker characteristics
  335. configure:10873: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
  336. configure:10873: $? = 0
  337. configure:11105: result: GNU/Linux ld.so
  338. configure:11212: checking how to hardcode library paths into programs
  339. configure:11237: result: immediate
  340. configure:11785: checking whether stripping libraries is possible
  341. configure:11790: result: yes
  342. configure:11825: checking if libtool supports shared libraries
  343. configure:11827: result: yes
  344. configure:11830: checking whether to build shared libraries
  345. configure:11855: result: yes
  346. configure:11858: checking whether to build static libraries
  347. configure:11862: result: yes
  348. configure:11918: checking for ANSI C header files
  349. configure:12022: result: yes
  350. configure:12035: checking for library containing nanosleep
  351. configure:12066: gcc -o conftest -g -O2 -Wall   conftest.c  >&5
  352. configure:12066: $? = 0
  353. configure:12083: result: none required
  354. configure:12098: checking for library containing hstrerror
  355. configure:12129: gcc -o conftest -g -O2 -Wall   conftest.c  >&5
  356. configure:12129: $? = 0
  357. configure:12146: result: none required
  358. configure:12161: checking for an ANSI C-conforming const
  359. configure:12227: gcc -c -g -O2 -Wall  conftest.c >&5
  360. configure:12227: $? = 0
  361. configure:12234: result: yes
  362. configure:12353: checking that generated files are newer than configure
  363. configure:12359: result: done
  364. configure:12390: creating ./config.status
  365.  
  366. ## ---------------------- ##
  367. ## Running config.status. ##
  368. ## ---------------------- ##
  369.  
  370. This file was extended by iperf config.status 3.0.10, which was
  371. generated by GNU Autoconf 2.69.  Invocation command line was
  372.  
  373.   CONFIG_FILES    =
  374.   CONFIG_HEADERS  =
  375.   CONFIG_LINKS    =
  376.   CONFIG_COMMANDS =
  377.   $ ./config.status
  378.  
  379. on pttester
  380.  
  381. config.status:1092: creating Makefile
  382. config.status:1092: creating src/Makefile
  383. config.status:1092: creating src/version.h
  384. config.status:1092: creating examples/Makefile
  385. config.status:1092: creating iperf3.spec
  386. config.status:1092: creating src/config.h
  387. config.status:1273: src/config.h is unchanged
  388. config.status:1321: executing depfiles commands
  389. config.status:1321: executing libtool commands
  390.  
  391. ## ---------------- ##
  392. ## Cache variables. ##
  393. ## ---------------- ##
  394.  
  395. ac_cv_build=x86_64-unknown-linux-gnu
  396. ac_cv_c_compiler_gnu=yes
  397. ac_cv_c_const=yes
  398. ac_cv_env_CC_set=
  399. ac_cv_env_CC_value=
  400. ac_cv_env_CFLAGS_set=
  401. ac_cv_env_CFLAGS_value=
  402. ac_cv_env_CPPFLAGS_set=
  403. ac_cv_env_CPPFLAGS_value=
  404. ac_cv_env_CPP_set=
  405. ac_cv_env_CPP_value=
  406. ac_cv_env_LDFLAGS_set=
  407. ac_cv_env_LDFLAGS_value=
  408. ac_cv_env_LIBS_set=
  409. ac_cv_env_LIBS_value=
  410. ac_cv_env_build_alias_set=
  411. ac_cv_env_build_alias_value=
  412. ac_cv_env_host_alias_set=
  413. ac_cv_env_host_alias_value=
  414. ac_cv_env_target_alias_set=
  415. ac_cv_env_target_alias_value=
  416. ac_cv_header_dlfcn_h=yes
  417. ac_cv_header_inttypes_h=yes
  418. ac_cv_header_memory_h=yes
  419. ac_cv_header_stdc=yes
  420. ac_cv_header_stdint_h=yes
  421. ac_cv_header_stdlib_h=yes
  422. ac_cv_header_string_h=yes
  423. ac_cv_header_strings_h=yes
  424. ac_cv_header_sys_stat_h=yes
  425. ac_cv_header_sys_types_h=yes
  426. ac_cv_header_unistd_h=yes
  427. ac_cv_host=x86_64-unknown-linux-gnu
  428. ac_cv_objext=o
  429. ac_cv_path_EGREP='/bin/grep -E'
  430. ac_cv_path_FGREP='/bin/grep -F'
  431. ac_cv_path_GREP=/bin/grep
  432. ac_cv_path_SED=/bin/sed
  433. ac_cv_path_install='/usr/bin/install -c'
  434. ac_cv_path_lt_DD=/bin/dd
  435. ac_cv_prog_AWK=gawk
  436. ac_cv_prog_CPP='gcc -E'
  437. ac_cv_prog_ac_ct_AR=ar
  438. ac_cv_prog_ac_ct_CC=gcc
  439. ac_cv_prog_ac_ct_OBJDUMP=objdump
  440. ac_cv_prog_ac_ct_RANLIB=ranlib
  441. ac_cv_prog_ac_ct_STRIP=strip
  442. ac_cv_prog_cc_c89=
  443. ac_cv_prog_cc_g=yes
  444. ac_cv_prog_make_make_set=yes
  445. ac_cv_search_hstrerror='none required'
  446. ac_cv_search_nanosleep='none required'
  447. am_cv_CC_dependencies_compiler_type=gcc3
  448. am_cv_make_support_nested_variables=yes
  449. am_cv_prog_cc_c_o=yes
  450. lt_cv_ar_at_file=@
  451. lt_cv_archive_cmds_need_lc=no
  452. lt_cv_deplibs_check_method=pass_all
  453. lt_cv_file_magic_cmd='$MAGIC_CMD'
  454. lt_cv_file_magic_test_file=
  455. lt_cv_ld_reload_flag=-r
  456. lt_cv_nm_interface='BSD nm'
  457. lt_cv_objdir=.libs
  458. lt_cv_path_LD=/usr/x86_64-alpine-linux-musl/bin/ld
  459. lt_cv_path_NM='/usr/bin/nm -B'
  460. lt_cv_path_mainfest_tool=no
  461. lt_cv_prog_compiler_c_o=yes
  462. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  463. lt_cv_prog_compiler_pic_works=yes
  464. lt_cv_prog_compiler_rtti_exceptions=no
  465. lt_cv_prog_compiler_static_works=yes
  466. lt_cv_prog_gnu_ld=yes
  467. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  468. lt_cv_shlibpath_overrides_runpath=no
  469. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  470. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
  471. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
  472. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  473. lt_cv_sys_global_symbol_to_import=
  474. lt_cv_sys_max_cmd_len=98304
  475. lt_cv_to_host_file_cmd=func_convert_file_noop
  476. lt_cv_to_tool_file_cmd=func_convert_file_noop
  477. lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
  478.  
  479. ## ----------------- ##
  480. ## Output variables. ##
  481. ## ----------------- ##
  482.  
  483. ACLOCAL='${SHELL} /root/ipt/iperf-3.0.10/config/missing aclocal-1.14'
  484. AMDEPBACKSLASH='\'
  485. AMDEP_FALSE='#'
  486. AMDEP_TRUE=''
  487. AMTAR='$${TAR-tar}'
  488. AM_BACKSLASH='\'
  489. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  490. AM_DEFAULT_VERBOSITY='1'
  491. AM_V='$(V)'
  492. AR='ar'
  493. AUTOCONF='${SHELL} /root/ipt/iperf-3.0.10/config/missing autoconf'
  494. AUTOHEADER='${SHELL} /root/ipt/iperf-3.0.10/config/missing autoheader'
  495. AUTOMAKE='${SHELL} /root/ipt/iperf-3.0.10/config/missing automake-1.14'
  496. AWK='gawk'
  497. CC='gcc'
  498. CCDEPMODE='depmode=gcc3'
  499. CFLAGS='-g -O2 -Wall'
  500. CPP='gcc -E'
  501. CPPFLAGS=''
  502. CYGPATH_W='echo'
  503. DEFS='-DHAVE_CONFIG_H'
  504. DEPDIR='.deps'
  505. DLLTOOL='false'
  506. DSYMUTIL=''
  507. DUMPBIN=''
  508. ECHO_C=''
  509. ECHO_N='-n'
  510. ECHO_T=''
  511. EGREP='/bin/grep -E'
  512. EXEEXT=''
  513. FGREP='/bin/grep -F'
  514. GREP='/bin/grep'
  515. INSTALL_DATA='${INSTALL} -m 644'
  516. INSTALL_PROGRAM='${INSTALL}'
  517. INSTALL_SCRIPT='${INSTALL}'
  518. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  519. LD='/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64'
  520. LDFLAGS=''
  521. LIBOBJS=''
  522. LIBS=''
  523. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  524. LINUX_FALSE='#'
  525. LINUX_TRUE=''
  526. LIPO=''
  527. LN_S='ln -s'
  528. LTLIBOBJS=''
  529. MAINT='#'
  530. MAINTAINER_MODE_FALSE=''
  531. MAINTAINER_MODE_TRUE='#'
  532. MAKEINFO='${SHELL} /root/ipt/iperf-3.0.10/config/missing makeinfo'
  533. MANIFEST_TOOL=':'
  534. MKDIR_P='config/install-sh -c -d'
  535. NM='/usr/bin/nm -B'
  536. NMEDIT=''
  537. OBJDUMP='objdump'
  538. OBJEXT='o'
  539. OTOOL64=''
  540. OTOOL=''
  541. PACKAGE='iperf'
  542. PACKAGE_BUGREPORT='https://github.com/esnet/iperf'
  543. PACKAGE_NAME='iperf'
  544. PACKAGE_STRING='iperf 3.0.10'
  545. PACKAGE_TARNAME='iperf'
  546. PACKAGE_URL='http://software.es.net/iperf/'
  547. PACKAGE_VERSION='3.0.10'
  548. PATH_SEPARATOR=':'
  549. RANLIB='ranlib'
  550. SED='/bin/sed'
  551. SET_MAKE=''
  552. SHELL='/bin/bash'
  553. STRIP='strip'
  554. VERSION='3.0.10'
  555. ac_ct_AR='ar'
  556. ac_ct_CC='gcc'
  557. ac_ct_DUMPBIN=''
  558. am__EXEEXT_FALSE=''
  559. am__EXEEXT_TRUE='#'
  560. am__fastdepCC_FALSE='#'
  561. am__fastdepCC_TRUE=''
  562. am__include='include'
  563. am__isrc=''
  564. am__leading_dot='.'
  565. am__nodep='_no'
  566. am__quote=''
  567. am__tar='$${TAR-tar} chof - "$$tardir"'
  568. am__untar='$${TAR-tar} xf -'
  569. bindir='${exec_prefix}/bin'
  570. build='x86_64-unknown-linux-gnu'
  571. build_alias=''
  572. build_cpu='x86_64'
  573. build_os='linux-gnu'
  574. build_vendor='unknown'
  575. datadir='${datarootdir}'
  576. datarootdir='${prefix}/share'
  577. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  578. dvidir='${docdir}'
  579. exec_prefix='${prefix}'
  580. host='x86_64-unknown-linux-gnu'
  581. host_alias=''
  582. host_cpu='x86_64'
  583. host_os='linux-gnu'
  584. host_vendor='unknown'
  585. htmldir='${docdir}'
  586. includedir='${prefix}/include'
  587. infodir='${datarootdir}/info'
  588. install_sh='${SHELL} /root/ipt/iperf-3.0.10/config/install-sh'
  589. libdir='${exec_prefix}/lib'
  590. libexecdir='${exec_prefix}/libexec'
  591. localedir='${datarootdir}/locale'
  592. localstatedir='${prefix}/var'
  593. mandir='${datarootdir}/man'
  594. mkdir_p='$(MKDIR_P)'
  595. oldincludedir='/usr/include'
  596. pdfdir='${docdir}'
  597. prefix='/usr/local'
  598. program_transform_name='s,x,x,'
  599. psdir='${docdir}'
  600. sbindir='${exec_prefix}/sbin'
  601. sharedstatedir='${prefix}/com'
  602. sysconfdir='${prefix}/etc'
  603. target_alias=''
  604.  
  605. ## ----------- ##
  606. ## confdefs.h. ##
  607. ## ----------- ##
  608.  
  609. /* confdefs.h */
  610. #define PACKAGE_NAME "iperf"
  611. #define PACKAGE_TARNAME "iperf"
  612. #define PACKAGE_VERSION "3.0.10"
  613. #define PACKAGE_STRING "iperf 3.0.10"
  614. #define PACKAGE_BUGREPORT "https://github.com/esnet/iperf"
  615. #define PACKAGE_URL "http://software.es.net/iperf/"
  616. #define PACKAGE "iperf"
  617. #define VERSION "3.0.10"
  618. #define STDC_HEADERS 1
  619. #define HAVE_SYS_TYPES_H 1
  620. #define HAVE_SYS_STAT_H 1
  621. #define HAVE_STDLIB_H 1
  622. #define HAVE_STRING_H 1
  623. #define HAVE_MEMORY_H 1
  624. #define HAVE_STRINGS_H 1
  625. #define HAVE_INTTYPES_H 1
  626. #define HAVE_STDINT_H 1
  627. #define HAVE_UNISTD_H 1
  628. #define HAVE_DLFCN_H 1
  629. #define LT_OBJDIR ".libs/"
  630. #define STDC_HEADERS 1
  631.  
  632. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment