Advertisement
Guest User

zeromq-config.log

a guest
Jun 19th, 2019
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 53.94 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 zeromq configure 4.3.1, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure prefix=/usr --with-pgm --with-libsodium --enable-static
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = giro
  14. uname -m = x86_64
  15. uname -r = 4.9.182-gnu
  16. uname -s = Linux
  17. uname -v = #2 SMP Wed Jun 19 01:03:13 WEST 2019
  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/lib/ccache/
  31. PATH: /bin
  32. PATH: /usr/bin
  33. PATH: /opt/bin
  34.  
  35.  
  36. ## ----------- ##
  37. ## Core tests. ##
  38. ## ----------- ##
  39.  
  40. configure:2957: checking for a BSD-compatible install
  41. configure:3025: result: /usr/bin/install -c
  42. configure:3036: checking whether build environment is sane
  43. configure:3091: result: yes
  44. configure:3242: checking for a thread-safe mkdir -p
  45. configure:3281: result: /bin/mkdir -p
  46. configure:3288: checking for gawk
  47. configure:3304: found /usr/bin/gawk
  48. configure:3315: result: gawk
  49. configure:3326: checking whether make sets $(MAKE)
  50. configure:3348: result: yes
  51. configure:3377: checking whether make supports nested variables
  52. configure:3394: result: yes
  53. configure:3483: checking whether UID '0' is supported by ustar format
  54. configure:3486: result: yes
  55. configure:3493: checking whether GID '0' is supported by ustar format
  56. configure:3496: result: yes
  57. configure:3504: checking how to create a ustar tar archive
  58. configure:3515: tar --version
  59. tar (GNU tar) 1.32
  60. Copyright (C) 2019 Free Software Foundation, Inc.
  61. License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
  62. This is free software: you are free to change and redistribute it.
  63. There is NO WARRANTY, to the extent permitted by law.
  64.  
  65. Written by John Gilmore and Jay Fenlason.
  66. configure:3518: $? = 0
  67. configure:3558: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
  68. configure:3561: $? = 0
  69. configure:3565: tar -xf - <conftest.tar
  70. configure:3568: $? = 0
  71. configure:3570: cat conftest.dir/file
  72. GrepMe
  73. configure:3573: $? = 0
  74. configure:3586: result: gnutar
  75. configure:4020: checking whether make supports nested variables
  76. configure:4037: result: yes
  77. configure:4133: checking for gcc
  78. configure:4149: found /usr/lib/ccache//gcc
  79. configure:4160: result: gcc
  80. configure:4389: checking for C compiler version
  81. configure:4398: gcc --version >&5
  82. gcc (CRUX-x86_64-multilib) 7.4.0
  83. Copyright (C) 2017 Free Software Foundation, Inc.
  84. This is free software; see the source for copying conditions. There is NO
  85. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  86.  
  87. configure:4409: $? = 0
  88. configure:4398: gcc -v >&5
  89. Using built-in specs.
  90. COLLECT_GCC=/usr/bin/gcc
  91. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/7.4.0/lto-wrapper
  92. Target: x86_64-pc-linux-gnu
  93. Configured with: ../gcc-7.4.0/configure --prefix=/usr --libexecdir=/usr/lib --enable-languages=c,c++,objc --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-shared --disable-nls --with-x=no --with-system-zlib --enable-multilib --enable-default-pie --enable-default-ssp --with-pkgversion=CRUX-x86_64-multilib
  94. Thread model: posix
  95. gcc version 7.4.0 (CRUX-x86_64-multilib)
  96. configure:4409: $? = 0
  97. configure:4398: gcc -V >&5
  98. gcc: error: unrecognized command line option '-V'
  99. gcc: fatal error: no input files
  100. compilation terminated.
  101. distcc[9467] ERROR: compile (null) on localhost failed
  102. configure:4409: $? = 1
  103. configure:4398: gcc -qversion >&5
  104. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  105. gcc: fatal error: no input files
  106. compilation terminated.
  107. distcc[9473] ERROR: compile (null) on localhost failed
  108. configure:4409: $? = 1
  109. configure:4429: checking whether the C compiler works
  110. configure:4451: gcc -O2 -march=x86-64 conftest.c >&5
  111. configure:4455: $? = 0
  112. configure:4503: result: yes
  113. configure:4506: checking for C compiler default output file name
  114. configure:4508: result: a.out
  115. configure:4514: checking for suffix of executables
  116. configure:4521: gcc -o conftest -O2 -march=x86-64 conftest.c >&5
  117. configure:4525: $? = 0
  118. configure:4547: result:
  119. configure:4569: checking whether we are cross compiling
  120. configure:4577: gcc -o conftest -O2 -march=x86-64 conftest.c >&5
  121. configure:4581: $? = 0
  122. configure:4588: ./conftest
  123. configure:4592: $? = 0
  124. configure:4607: result: no
  125. configure:4612: checking for suffix of object files
  126. configure:4634: gcc -c -O2 -march=x86-64 conftest.c >&5
  127. configure:4638: $? = 0
  128. configure:4659: result: o
  129. configure:4663: checking whether we are using the GNU C compiler
  130. configure:4682: gcc -c -O2 -march=x86-64 conftest.c >&5
  131. configure:4682: $? = 0
  132. configure:4691: result: yes
  133. configure:4700: checking whether gcc accepts -g
  134. configure:4720: gcc -c -g conftest.c >&5
  135. configure:4720: $? = 0
  136. configure:4761: result: yes
  137. configure:4778: checking for gcc option to accept ISO C89
  138. configure:4841: gcc -c -O2 -march=x86-64 conftest.c >&5
  139. configure:4841: $? = 0
  140. configure:4854: result: none needed
  141. configure:4879: checking whether gcc understands -c and -o together
  142. configure:4901: gcc -c conftest.c -o conftest2.o
  143. configure:4904: $? = 0
  144. configure:4901: gcc -c conftest.c -o conftest2.o
  145. configure:4904: $? = 0
  146. configure:4916: result: yes
  147. configure:4944: checking for style of include used by make
  148. configure:4972: result: GNU
  149. configure:4998: checking dependency style of gcc
  150. configure:5109: result: gcc3
  151. configure:5125: checking whether C compiler accepts -std=gnu11
  152. configure:5144: gcc -c -O2 -march=x86-64 -std=gnu11 conftest.c >&5
  153. configure:5144: $? = 0
  154. configure:5152: result: yes
  155. configure:5394: checking for g++
  156. configure:5410: found /usr/lib/ccache//g++
  157. configure:5421: result: g++
  158. configure:5448: checking for C++ compiler version
  159. configure:5457: g++ --version >&5
  160. g++ (CRUX-x86_64-multilib) 7.4.0
  161. Copyright (C) 2017 Free Software Foundation, Inc.
  162. This is free software; see the source for copying conditions. There is NO
  163. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  164.  
  165. configure:5468: $? = 0
  166. configure:5457: g++ -v >&5
  167. Using built-in specs.
  168. COLLECT_GCC=/usr/bin/g++
  169. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/7.4.0/lto-wrapper
  170. Target: x86_64-pc-linux-gnu
  171. Configured with: ../gcc-7.4.0/configure --prefix=/usr --libexecdir=/usr/lib --enable-languages=c,c++,objc --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-shared --disable-nls --with-x=no --with-system-zlib --enable-multilib --enable-default-pie --enable-default-ssp --with-pkgversion=CRUX-x86_64-multilib
  172. Thread model: posix
  173. gcc version 7.4.0 (CRUX-x86_64-multilib)
  174. configure:5468: $? = 0
  175. configure:5457: g++ -V >&5
  176. g++: error: unrecognized command line option '-V'
  177. g++: fatal error: no input files
  178. compilation terminated.
  179. distcc[9593] ERROR: compile (null) on localhost failed
  180. configure:5468: $? = 1
  181. configure:5457: g++ -qversion >&5
  182. g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
  183. g++: fatal error: no input files
  184. compilation terminated.
  185. distcc[9599] ERROR: compile (null) on localhost failed
  186. configure:5468: $? = 1
  187. configure:5472: checking whether we are using the GNU C++ compiler
  188. configure:5491: g++ -c -O2 -march=x86-64 conftest.cpp >&5
  189. configure:5491: $? = 0
  190. configure:5500: result: yes
  191. configure:5509: checking whether g++ accepts -g
  192. configure:5529: g++ -c -g conftest.cpp >&5
  193. configure:5529: $? = 0
  194. configure:5570: result: yes
  195. configure:5595: checking dependency style of g++
  196. configure:5706: result: gcc3
  197. configure:5721: checking for a sed that does not truncate output
  198. configure:5785: result: /bin/sed
  199. configure:5803: checking whether to build with code coverage support
  200. configure:5823: result: no
  201. configure:6161: checking for a sed that does not truncate output
  202. configure:6225: result: /bin/sed
  203. configure:6234: checking for gawk
  204. configure:6261: result: gawk
  205. configure:6326: checking for pkg-config
  206. configure:6344: found /usr/bin/pkg-config
  207. configure:6356: result: /usr/bin/pkg-config
  208. configure:6381: checking pkg-config is at least version 0.9.0
  209. configure:6384: result: yes
  210. configure:6398: checking for xmlto
  211. configure:6431: result: no
  212. configure:6439: checking for asciidoc
  213. configure:6472: result: no
  214. configure:6481: checking build system type
  215. configure:6495: result: x86_64-unknown-linux-gnu
  216. configure:6515: checking host system type
  217. configure:6528: result: x86_64-unknown-linux-gnu
  218. configure:6969: checking how to print strings
  219. configure:6996: result: printf
  220. configure:7017: checking for a sed that does not truncate output
  221. configure:7081: result: /bin/sed
  222. configure:7099: checking for grep that handles long lines and -e
  223. configure:7157: result: /usr/bin/grep
  224. configure:7162: checking for egrep
  225. configure:7224: result: /usr/bin/grep -E
  226. configure:7229: checking for fgrep
  227. configure:7291: result: /usr/bin/grep -F
  228. configure:7326: checking for ld used by gcc
  229. configure:7393: result: /usr/bin/ld
  230. configure:7400: checking if the linker (/usr/bin/ld) is GNU ld
  231. configure:7415: result: yes
  232. configure:7427: checking for BSD- or MS-compatible name lister (nm)
  233. configure:7476: result: /usr/bin/nm -B
  234. configure:7606: checking the name lister (/usr/bin/nm -B) interface
  235. configure:7613: gcc -c -O2 -march=x86-64 conftest.c >&5
  236. configure:7616: /usr/bin/nm -B "conftest.o"
  237. configure:7619: output
  238. 0000000000000000 B some_variable
  239. configure:7626: result: BSD nm
  240. configure:7629: checking whether ln -s works
  241. configure:7633: result: yes
  242. configure:7641: checking the maximum length of command line arguments
  243. configure:7772: result: 1572864
  244. configure:7789: checking whether the shell understands some XSI constructs
  245. configure:7799: result: yes
  246. configure:7803: checking whether the shell understands "+="
  247. configure:7809: result: no
  248. configure:7844: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
  249. configure:7884: result: func_convert_file_noop
  250. configure:7891: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
  251. configure:7911: result: func_convert_file_noop
  252. configure:7918: checking for /usr/bin/ld option to reload object files
  253. configure:7925: result: -r
  254. configure:7999: checking for objdump
  255. configure:8026: result: objdump
  256. configure:8055: checking how to recognize dependent libraries
  257. configure:8253: result: pass_all
  258. configure:8338: checking for dlltool
  259. configure:8365: result: dlltool
  260. configure:8395: checking how to associate runtime and link libraries
  261. configure:8422: result: printf %s\n
  262. configure:8482: checking for ar
  263. configure:8498: found /usr/bin/ar
  264. configure:8509: result: ar
  265. configure:8546: checking for archiver @FILE support
  266. configure:8563: gcc -c -O2 -march=x86-64 conftest.c >&5
  267. configure:8563: $? = 0
  268. configure:8566: ar cru libconftest.a @conftest.lst >&5
  269. configure:8569: $? = 0
  270. configure:8574: ar cru libconftest.a @conftest.lst >&5
  271. ar: conftest.o: No such file or directory
  272. configure:8577: $? = 1
  273. configure:8589: result: @
  274. configure:8647: checking for strip
  275. configure:8663: found /usr/bin/strip
  276. configure:8674: result: strip
  277. configure:8746: checking for ranlib
  278. configure:8762: found /usr/bin/ranlib
  279. configure:8773: result: ranlib
  280. configure:8875: checking command to parse /usr/bin/nm -B output from gcc object
  281. configure:8995: gcc -c -O2 -march=x86-64 conftest.c >&5
  282. configure:8998: $? = 0
  283. configure:9002: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/  /p' | sed '/ __gnu_lto/d' \> conftest.nm
  284. configure:9005: $? = 0
  285. configure:9071: gcc -o conftest -O2 -march=x86-64 conftest.c conftstm.o >&5
  286. configure:9074: $? = 0
  287. configure:9112: result: ok
  288. configure:9149: checking for sysroot
  289. configure:9179: result: no
  290. configure:9256: gcc -c -O2 -march=x86-64 conftest.c >&5
  291. configure:9259: $? = 0
  292. configure:9448: checking for mt
  293. configure:9478: result: no
  294. configure:9498: checking if : is a manifest tool
  295. configure:9504: : '-?'
  296. configure:9512: result: no
  297. configure:10154: checking how to run the C preprocessor
  298. configure:10185: gcc -E conftest.c
  299. configure:10185: $? = 0
  300. configure:10199: gcc -E conftest.c
  301. conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
  302. #include <ac_nonexistent.h>
  303. ^~~~~~~~~~~~~~~~~~
  304. compilation terminated.
  305. distcc[9799] ERROR: compile (null) on localhost failed
  306. configure:10199: $? = 1
  307. configure: failed program was:
  308. | /* confdefs.h */
  309. | #define PACKAGE_NAME "zeromq"
  310. | #define PACKAGE_TARNAME "zeromq"
  311. | #define PACKAGE_VERSION "4.3.1"
  312. | #define PACKAGE_STRING "zeromq 4.3.1"
  313. | #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org"
  314. | #define PACKAGE_URL ""
  315. | #define PACKAGE "zeromq"
  316. | #define VERSION "4.3.1"
  317. | /* end confdefs.h. */
  318. | #include <ac_nonexistent.h>
  319. configure:10224: result: gcc -E
  320. configure:10244: gcc -E conftest.c
  321. configure:10244: $? = 0
  322. configure:10258: gcc -E conftest.c
  323. conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
  324. #include <ac_nonexistent.h>
  325. ^~~~~~~~~~~~~~~~~~
  326. compilation terminated.
  327. distcc[9815] ERROR: compile (null) on localhost failed
  328. configure:10258: $? = 1
  329. configure: failed program was:
  330. | /* confdefs.h */
  331. | #define PACKAGE_NAME "zeromq"
  332. | #define PACKAGE_TARNAME "zeromq"
  333. | #define PACKAGE_VERSION "4.3.1"
  334. | #define PACKAGE_STRING "zeromq 4.3.1"
  335. | #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org"
  336. | #define PACKAGE_URL ""
  337. | #define PACKAGE "zeromq"
  338. | #define VERSION "4.3.1"
  339. | /* end confdefs.h. */
  340. | #include <ac_nonexistent.h>
  341. configure:10287: checking for ANSI C header files
  342. configure:10307: gcc -c -O2 -march=x86-64 conftest.c >&5
  343. configure:10307: $? = 0
  344. configure:10380: gcc -o conftest -O2 -march=x86-64 conftest.c >&5
  345. configure:10380: $? = 0
  346. configure:10380: ./conftest
  347. configure:10380: $? = 0
  348. configure:10391: result: yes
  349. configure:10404: checking for sys/types.h
  350. configure:10404: gcc -c -O2 -march=x86-64 conftest.c >&5
  351. configure:10404: $? = 0
  352. configure:10404: result: yes
  353. configure:10404: checking for sys/stat.h
  354. configure:10404: gcc -c -O2 -march=x86-64 conftest.c >&5
  355. configure:10404: $? = 0
  356. configure:10404: result: yes
  357. configure:10404: checking for stdlib.h
  358. configure:10404: gcc -c -O2 -march=x86-64 conftest.c >&5
  359. configure:10404: $? = 0
  360. configure:10404: result: yes
  361. configure:10404: checking for string.h
  362. configure:10404: gcc -c -O2 -march=x86-64 conftest.c >&5
  363. configure:10404: $? = 0
  364. configure:10404: result: yes
  365. configure:10404: checking for memory.h
  366. configure:10404: gcc -c -O2 -march=x86-64 conftest.c >&5
  367. configure:10404: $? = 0
  368. configure:10404: result: yes
  369. configure:10404: checking for strings.h
  370. configure:10404: gcc -c -O2 -march=x86-64 conftest.c >&5
  371. configure:10404: $? = 0
  372. configure:10404: result: yes
  373. configure:10404: checking for inttypes.h
  374. configure:10404: gcc -c -O2 -march=x86-64 conftest.c >&5
  375. configure:10404: $? = 0
  376. configure:10404: result: yes
  377. configure:10404: checking for stdint.h
  378. configure:10404: gcc -c -O2 -march=x86-64 conftest.c >&5
  379. configure:10404: $? = 0
  380. configure:10404: result: yes
  381. configure:10404: checking for unistd.h
  382. configure:10404: gcc -c -O2 -march=x86-64 conftest.c >&5
  383. configure:10404: $? = 0
  384. configure:10404: result: yes
  385. configure:10418: checking for dlfcn.h
  386. configure:10418: gcc -c -O2 -march=x86-64 conftest.c >&5
  387. configure:10418: $? = 0
  388. configure:10418: result: yes
  389. configure:10603: checking for objdir
  390. configure:10618: result: .libs
  391. configure:10889: checking if gcc supports -fno-rtti -fno-exceptions
  392. configure:10907: gcc -c -O2 -march=x86-64 -fno-rtti -fno-exceptions conftest.c >&5
  393. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
  394. configure:10911: $? = 0
  395. configure:10924: result: no
  396. configure:11251: checking for gcc option to produce PIC
  397. configure:11258: result: -fPIC -DPIC
  398. configure:11266: checking if gcc PIC flag -fPIC -DPIC works
  399. configure:11284: gcc -c -O2 -march=x86-64 -fPIC -DPIC -DPIC conftest.c >&5
  400. configure:11288: $? = 0
  401. configure:11301: result: yes
  402. configure:11330: checking if gcc static flag -static works
  403. configure:11358: result: yes
  404. configure:11373: checking if gcc supports -c -o file.o
  405. configure:11394: gcc -c -O2 -march=x86-64 -o out/conftest2.o conftest.c >&5
  406. configure:11398: $? = 0
  407. configure:11420: result: yes
  408. configure:11428: checking if gcc supports -c -o file.o
  409. configure:11475: result: yes
  410. configure:11508: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  411. configure:12665: result: yes
  412. configure:12702: checking whether -lc should be explicitly linked in
  413. configure:12710: gcc -c -O2 -march=x86-64 conftest.c >&5
  414. configure:12713: $? = 0
  415. configure:12728: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
  416. configure:12731: $? = 0
  417. configure:12745: result: no
  418. configure:12905: checking dynamic linker characteristics
  419. configure:13405: gcc -o conftest -O2 -march=x86-64 -Wl,-rpath -Wl,/foo conftest.c >&5
  420. configure:13405: $? = 0
  421. configure:13639: result: GNU/Linux ld.so
  422. configure:13746: checking how to hardcode library paths into programs
  423. configure:13771: result: immediate
  424. configure:14311: checking whether stripping libraries is possible
  425. configure:14316: result: yes
  426. configure:14351: checking if libtool supports shared libraries
  427. configure:14353: result: yes
  428. configure:14356: checking whether to build shared libraries
  429. configure:14377: result: yes
  430. configure:14380: checking whether to build static libraries
  431. configure:14384: result: yes
  432. configure:14407: checking how to run the C++ preprocessor
  433. configure:14434: g++ -E conftest.cpp
  434. configure:14434: $? = 0
  435. configure:14448: g++ -E conftest.cpp
  436. conftest.cpp:23:10: fatal error: ac_nonexistent.h: No such file or directory
  437. #include <ac_nonexistent.h>
  438. ^~~~~~~~~~~~~~~~~~
  439. compilation terminated.
  440. distcc[10160] ERROR: compile (null) on localhost failed
  441. configure:14448: $? = 1
  442. configure: failed program was:
  443. | /* confdefs.h */
  444. | #define PACKAGE_NAME "zeromq"
  445. | #define PACKAGE_TARNAME "zeromq"
  446. | #define PACKAGE_VERSION "4.3.1"
  447. | #define PACKAGE_STRING "zeromq 4.3.1"
  448. | #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org"
  449. | #define PACKAGE_URL ""
  450. | #define PACKAGE "zeromq"
  451. | #define VERSION "4.3.1"
  452. | #define STDC_HEADERS 1
  453. | #define HAVE_SYS_TYPES_H 1
  454. | #define HAVE_SYS_STAT_H 1
  455. | #define HAVE_STDLIB_H 1
  456. | #define HAVE_STRING_H 1
  457. | #define HAVE_MEMORY_H 1
  458. | #define HAVE_STRINGS_H 1
  459. | #define HAVE_INTTYPES_H 1
  460. | #define HAVE_STDINT_H 1
  461. | #define HAVE_UNISTD_H 1
  462. | #define HAVE_DLFCN_H 1
  463. | #define LT_OBJDIR ".libs/"
  464. | /* end confdefs.h. */
  465. | #include <ac_nonexistent.h>
  466. configure:14473: result: g++ -E
  467. configure:14493: g++ -E conftest.cpp
  468. configure:14493: $? = 0
  469. configure:14507: g++ -E conftest.cpp
  470. conftest.cpp:23:10: fatal error: ac_nonexistent.h: No such file or directory
  471. #include <ac_nonexistent.h>
  472. ^~~~~~~~~~~~~~~~~~
  473. compilation terminated.
  474. distcc[10176] ERROR: compile (null) on localhost failed
  475. configure:14507: $? = 1
  476. configure: failed program was:
  477. | /* confdefs.h */
  478. | #define PACKAGE_NAME "zeromq"
  479. | #define PACKAGE_TARNAME "zeromq"
  480. | #define PACKAGE_VERSION "4.3.1"
  481. | #define PACKAGE_STRING "zeromq 4.3.1"
  482. | #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org"
  483. | #define PACKAGE_URL ""
  484. | #define PACKAGE "zeromq"
  485. | #define VERSION "4.3.1"
  486. | #define STDC_HEADERS 1
  487. | #define HAVE_SYS_TYPES_H 1
  488. | #define HAVE_SYS_STAT_H 1
  489. | #define HAVE_STDLIB_H 1
  490. | #define HAVE_STRING_H 1
  491. | #define HAVE_MEMORY_H 1
  492. | #define HAVE_STRINGS_H 1
  493. | #define HAVE_INTTYPES_H 1
  494. | #define HAVE_STDINT_H 1
  495. | #define HAVE_UNISTD_H 1
  496. | #define HAVE_DLFCN_H 1
  497. | #define LT_OBJDIR ".libs/"
  498. | /* end confdefs.h. */
  499. | #include <ac_nonexistent.h>
  500. configure:14676: checking for ld used by g++
  501. configure:14743: result: /usr/bin/ld -m elf_x86_64
  502. configure:14750: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
  503. configure:14765: result: yes
  504. configure:14820: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  505. configure:15822: result: yes
  506. configure:15858: g++ -c -O2 -march=x86-64 conftest.cpp >&5
  507. configure:15861: $? = 0
  508. configure:16381: checking for g++ option to produce PIC
  509. configure:16388: result: -fPIC -DPIC
  510. configure:16396: checking if g++ PIC flag -fPIC -DPIC works
  511. configure:16414: g++ -c -O2 -march=x86-64 -fPIC -DPIC -DPIC conftest.cpp >&5
  512. configure:16418: $? = 0
  513. configure:16431: result: yes
  514. configure:16454: checking if g++ static flag -static works
  515. configure:16482: result: yes
  516. configure:16494: checking if g++ supports -c -o file.o
  517. configure:16515: g++ -c -O2 -march=x86-64 -o out/conftest2.o conftest.cpp >&5
  518. configure:16519: $? = 0
  519. configure:16541: result: yes
  520. configure:16546: checking if g++ supports -c -o file.o
  521. configure:16593: result: yes
  522. configure:16623: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  523. configure:16662: result: yes
  524. configure:16803: checking dynamic linker characteristics
  525. configure:17471: result: GNU/Linux ld.so
  526. configure:17524: checking how to hardcode library paths into programs
  527. configure:17549: result: immediate
  528. configure:17624: checking for valgrind
  529. configure:17654: result: no
  530. configure:17931: checking linker version script flag
  531. configure:17964: gcc -o conftest -O2 -march=x86-64 -Wl,--version-script,conftest.map conftest.c >&5
  532. configure:17964: $? = 0
  533. configure:18054: gcc -o conftest -O2 -march=x86-64 -Wl,--version-script,conftest.map conftest.c >&5
  534. /usr/bin/ld:conftest.map:0: syntax error in VERSION script
  535. collect2: error: ld returned 1 exit status
  536. distcc[10334] ERROR: compile conftest.c on localhost failed
  537. configure:18054: $? = 1
  538. configure: failed program was:
  539. | /* confdefs.h */
  540. | #define PACKAGE_NAME "zeromq"
  541. | #define PACKAGE_TARNAME "zeromq"
  542. | #define PACKAGE_VERSION "4.3.1"
  543. | #define PACKAGE_STRING "zeromq 4.3.1"
  544. | #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org"
  545. | #define PACKAGE_URL ""
  546. | #define PACKAGE "zeromq"
  547. | #define VERSION "4.3.1"
  548. | #define STDC_HEADERS 1
  549. | #define HAVE_SYS_TYPES_H 1
  550. | #define HAVE_SYS_STAT_H 1
  551. | #define HAVE_STDLIB_H 1
  552. | #define HAVE_STRING_H 1
  553. | #define HAVE_MEMORY_H 1
  554. | #define HAVE_STRINGS_H 1
  555. | #define HAVE_INTTYPES_H 1
  556. | #define HAVE_STDINT_H 1
  557. | #define HAVE_UNISTD_H 1
  558. | #define HAVE_DLFCN_H 1
  559. | #define LT_OBJDIR ".libs/"
  560. | /* end confdefs.h. */
  561. | int show, hide;
  562. | int
  563. | main ()
  564. | {
  565. |
  566. | ;
  567. | return 0;
  568. | }
  569. configure:18072: result: --version-script
  570. configure:18079: checking if version scripts can use complex wildcards
  571. configure:18112: gcc -o conftest -O2 -march=x86-64 -Wl,--version-script,conftest.map conftest.c >&5
  572. configure:18112: $? = 0
  573. configure:18129: result: yes
  574. configure:18274: checking whether g++ supports C++11 features by default
  575. configure:18568: g++ -c -O2 -march=x86-64 conftest.cpp >&5
  576. configure:18568: $? = 0
  577. configure:18575: result: yes
  578. configure:18939: checking whether the C compiler works
  579. configure:18955: gcc -o conftest -O2 -march=x86-64 conftest.c >&5
  580. configure:18955: $? = 0
  581. configure:18964: result: yes
  582. configure:18972: checking whether we are using Intel C compiler
  583. configure:18991: gcc -c -O2 -march=x86-64 conftest.c >&5
  584. distcc[10386] ERROR: compile conftest.c on localhost failed
  585. conftest.c: In function 'main':
  586. conftest.c:29:8: error: 'error' undeclared (first use in this function)
  587. error if not ICC
  588. ^~~~~
  589. conftest.c:29:8: note: each undeclared identifier is reported only once for each function it appears in
  590. conftest.c:29:14: error: expected ';' before 'if'
  591. error if not ICC
  592. ^~
  593. configure:18991: $? = 1
  594. configure: failed program was:
  595. | /* confdefs.h */
  596. | #define PACKAGE_NAME "zeromq"
  597. | #define PACKAGE_TARNAME "zeromq"
  598. | #define PACKAGE_VERSION "4.3.1"
  599. | #define PACKAGE_STRING "zeromq 4.3.1"
  600. | #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org"
  601. | #define PACKAGE_URL ""
  602. | #define PACKAGE "zeromq"
  603. | #define VERSION "4.3.1"
  604. | #define STDC_HEADERS 1
  605. | #define HAVE_SYS_TYPES_H 1
  606. | #define HAVE_SYS_STAT_H 1
  607. | #define HAVE_STDLIB_H 1
  608. | #define HAVE_STRING_H 1
  609. | #define HAVE_MEMORY_H 1
  610. | #define HAVE_STRINGS_H 1
  611. | #define HAVE_INTTYPES_H 1
  612. | #define HAVE_STDINT_H 1
  613. | #define HAVE_UNISTD_H 1
  614. | #define HAVE_DLFCN_H 1
  615. | #define LT_OBJDIR ".libs/"
  616. | #define HAVE_CXX11 1
  617. | /* end confdefs.h. */
  618. |
  619. | int
  620. | main ()
  621. | {
  622. | #ifndef __INTEL_COMPILER
  623. | error if not ICC
  624. | #endif
  625. |
  626. | ;
  627. | return 0;
  628. | }
  629. configure:18999: result: no
  630. configure:19001: checking whether we are using Sun Studio C compiler
  631. configure:19020: gcc -c -O2 -march=x86-64 conftest.c >&5
  632. distcc[10402] ERROR: compile conftest.c on localhost failed
  633. conftest.c: In function 'main':
  634. conftest.c:29:8: error: 'error' undeclared (first use in this function)
  635. error if not sun studio
  636. ^~~~~
  637. conftest.c:29:8: note: each undeclared identifier is reported only once for each function it appears in
  638. conftest.c:29:14: error: expected ';' before 'if'
  639. error if not sun studio
  640. ^~
  641. configure:19020: $? = 1
  642. configure: failed program was:
  643. | /* confdefs.h */
  644. | #define PACKAGE_NAME "zeromq"
  645. | #define PACKAGE_TARNAME "zeromq"
  646. | #define PACKAGE_VERSION "4.3.1"
  647. | #define PACKAGE_STRING "zeromq 4.3.1"
  648. | #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org"
  649. | #define PACKAGE_URL ""
  650. | #define PACKAGE "zeromq"
  651. | #define VERSION "4.3.1"
  652. | #define STDC_HEADERS 1
  653. | #define HAVE_SYS_TYPES_H 1
  654. | #define HAVE_SYS_STAT_H 1
  655. | #define HAVE_STDLIB_H 1
  656. | #define HAVE_STRING_H 1
  657. | #define HAVE_MEMORY_H 1
  658. | #define HAVE_STRINGS_H 1
  659. | #define HAVE_INTTYPES_H 1
  660. | #define HAVE_STDINT_H 1
  661. | #define HAVE_UNISTD_H 1
  662. | #define HAVE_DLFCN_H 1
  663. | #define LT_OBJDIR ".libs/"
  664. | #define HAVE_CXX11 1
  665. | /* end confdefs.h. */
  666. |
  667. | int
  668. | main ()
  669. | {
  670. | #if !defined(__SUNPRO_CC) && !defined(__SUNPRO_C)
  671. | error if not sun studio
  672. | #endif
  673. |
  674. | ;
  675. | return 0;
  676. | }
  677. configure:19028: result: no
  678. configure:19030: checking whether we are using clang C compiler
  679. configure:19049: gcc -c -O2 -march=x86-64 conftest.c >&5
  680. distcc[10418] ERROR: compile conftest.c on localhost failed
  681. conftest.c: In function 'main':
  682. conftest.c:29:8: error: 'error' undeclared (first use in this function)
  683. error if not clang
  684. ^~~~~
  685. conftest.c:29:8: note: each undeclared identifier is reported only once for each function it appears in
  686. conftest.c:29:14: error: expected ';' before 'if'
  687. error if not clang
  688. ^~
  689. configure:19049: $? = 1
  690. configure: failed program was:
  691. | /* confdefs.h */
  692. | #define PACKAGE_NAME "zeromq"
  693. | #define PACKAGE_TARNAME "zeromq"
  694. | #define PACKAGE_VERSION "4.3.1"
  695. | #define PACKAGE_STRING "zeromq 4.3.1"
  696. | #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org"
  697. | #define PACKAGE_URL ""
  698. | #define PACKAGE "zeromq"
  699. | #define VERSION "4.3.1"
  700. | #define STDC_HEADERS 1
  701. | #define HAVE_SYS_TYPES_H 1
  702. | #define HAVE_SYS_STAT_H 1
  703. | #define HAVE_STDLIB_H 1
  704. | #define HAVE_STRING_H 1
  705. | #define HAVE_MEMORY_H 1
  706. | #define HAVE_STRINGS_H 1
  707. | #define HAVE_INTTYPES_H 1
  708. | #define HAVE_STDINT_H 1
  709. | #define HAVE_UNISTD_H 1
  710. | #define HAVE_DLFCN_H 1
  711. | #define LT_OBJDIR ".libs/"
  712. | #define HAVE_CXX11 1
  713. | /* end confdefs.h. */
  714. |
  715. | int
  716. | main ()
  717. | {
  718. | #ifndef __clang__
  719. | error if not clang
  720. | #endif
  721. |
  722. | ;
  723. | return 0;
  724. | }
  725. configure:19057: result: no
  726. configure:19059: checking whether we are using gcc >= 4 C compiler
  727. configure:19078: gcc -c -O2 -march=x86-64 conftest.c >&5
  728. configure:19078: $? = 0
  729. configure:19086: result: yes
  730. configure:19103: checking whether the C++ compiler works
  731. configure:19119: g++ -o conftest -O2 -march=x86-64 conftest.cpp >&5
  732. configure:19119: $? = 0
  733. configure:19128: result: yes
  734. configure:19136: checking whether we are using Intel C++ compiler
  735. configure:19155: g++ -c -O2 -march=x86-64 conftest.cpp >&5
  736. distcc[10452] ERROR: compile conftest.cpp on localhost failed
  737. conftest.cpp: In function 'int main()':
  738. conftest.cpp:29:8: error: 'error' was not declared in this scope
  739. error if not ICC
  740. ^~~~~
  741. configure:19155: $? = 1
  742. configure: failed program was:
  743. | /* confdefs.h */
  744. | #define PACKAGE_NAME "zeromq"
  745. | #define PACKAGE_TARNAME "zeromq"
  746. | #define PACKAGE_VERSION "4.3.1"
  747. | #define PACKAGE_STRING "zeromq 4.3.1"
  748. | #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org"
  749. | #define PACKAGE_URL ""
  750. | #define PACKAGE "zeromq"
  751. | #define VERSION "4.3.1"
  752. | #define STDC_HEADERS 1
  753. | #define HAVE_SYS_TYPES_H 1
  754. | #define HAVE_SYS_STAT_H 1
  755. | #define HAVE_STDLIB_H 1
  756. | #define HAVE_STRING_H 1
  757. | #define HAVE_MEMORY_H 1
  758. | #define HAVE_STRINGS_H 1
  759. | #define HAVE_INTTYPES_H 1
  760. | #define HAVE_STDINT_H 1
  761. | #define HAVE_UNISTD_H 1
  762. | #define HAVE_DLFCN_H 1
  763. | #define LT_OBJDIR ".libs/"
  764. | #define HAVE_CXX11 1
  765. | /* end confdefs.h. */
  766. |
  767. | int
  768. | main ()
  769. | {
  770. | #ifndef __INTEL_COMPILER
  771. | error if not ICC
  772. | #endif
  773. |
  774. | ;
  775. | return 0;
  776. | }
  777. configure:19163: result: no
  778. configure:19165: checking whether we are using Sun Studio C++ compiler
  779. configure:19184: g++ -c -O2 -march=x86-64 conftest.cpp >&5
  780. distcc[10468] ERROR: compile conftest.cpp on localhost failed
  781. conftest.cpp: In function 'int main()':
  782. conftest.cpp:29:8: error: 'error' was not declared in this scope
  783. error if not sun studio
  784. ^~~~~
  785. configure:19184: $? = 1
  786. configure: failed program was:
  787. | /* confdefs.h */
  788. | #define PACKAGE_NAME "zeromq"
  789. | #define PACKAGE_TARNAME "zeromq"
  790. | #define PACKAGE_VERSION "4.3.1"
  791. | #define PACKAGE_STRING "zeromq 4.3.1"
  792. | #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org"
  793. | #define PACKAGE_URL ""
  794. | #define PACKAGE "zeromq"
  795. | #define VERSION "4.3.1"
  796. | #define STDC_HEADERS 1
  797. | #define HAVE_SYS_TYPES_H 1
  798. | #define HAVE_SYS_STAT_H 1
  799. | #define HAVE_STDLIB_H 1
  800. | #define HAVE_STRING_H 1
  801. | #define HAVE_MEMORY_H 1
  802. | #define HAVE_STRINGS_H 1
  803. | #define HAVE_INTTYPES_H 1
  804. | #define HAVE_STDINT_H 1
  805. | #define HAVE_UNISTD_H 1
  806. | #define HAVE_DLFCN_H 1
  807. | #define LT_OBJDIR ".libs/"
  808. | #define HAVE_CXX11 1
  809. | /* end confdefs.h. */
  810. |
  811. | int
  812. | main ()
  813. | {
  814. | #if !defined(__SUNPRO_CC) && !defined(__SUNPRO_C)
  815. | error if not sun studio
  816. | #endif
  817. |
  818. | ;
  819. | return 0;
  820. | }
  821. configure:19192: result: no
  822. configure:19194: checking whether we are using clang C++ compiler
  823. configure:19213: g++ -c -O2 -march=x86-64 conftest.cpp >&5
  824. distcc[10484] ERROR: compile conftest.cpp on localhost failed
  825. conftest.cpp: In function 'int main()':
  826. conftest.cpp:29:8: error: 'error' was not declared in this scope
  827. error if not clang
  828. ^~~~~
  829. configure:19213: $? = 1
  830. configure: failed program was:
  831. | /* confdefs.h */
  832. | #define PACKAGE_NAME "zeromq"
  833. | #define PACKAGE_TARNAME "zeromq"
  834. | #define PACKAGE_VERSION "4.3.1"
  835. | #define PACKAGE_STRING "zeromq 4.3.1"
  836. | #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org"
  837. | #define PACKAGE_URL ""
  838. | #define PACKAGE "zeromq"
  839. | #define VERSION "4.3.1"
  840. | #define STDC_HEADERS 1
  841. | #define HAVE_SYS_TYPES_H 1
  842. | #define HAVE_SYS_STAT_H 1
  843. | #define HAVE_STDLIB_H 1
  844. | #define HAVE_STRING_H 1
  845. | #define HAVE_MEMORY_H 1
  846. | #define HAVE_STRINGS_H 1
  847. | #define HAVE_INTTYPES_H 1
  848. | #define HAVE_STDINT_H 1
  849. | #define HAVE_UNISTD_H 1
  850. | #define HAVE_DLFCN_H 1
  851. | #define LT_OBJDIR ".libs/"
  852. | #define HAVE_CXX11 1
  853. | /* end confdefs.h. */
  854. |
  855. | int
  856. | main ()
  857. | {
  858. | #ifndef __clang__
  859. | error if not clang
  860. | #endif
  861. |
  862. | ;
  863. | return 0;
  864. | }
  865. configure:19221: result: no
  866. configure:19223: checking whether we are using gcc >= 4 C++ compiler
  867. configure:19242: g++ -c -O2 -march=x86-64 conftest.cpp >&5
  868. configure:19242: $? = 0
  869. configure:19250: result: yes
  870. configure:19284: checking whether to enable debugging information
  871. configure:19322: result: no
  872. configure:19339: checking whether to enable code coverage
  873. configure:19370: result: no
  874. configure:19375: checking if TIPC is available and supports nonblocking connect
  875. configure:19410: gcc -o conftest -O2 -march=x86-64 conftest.c >&5
  876. configure:19410: $? = 0
  877. configure:19410: ./conftest
  878. configure:19410: $? = 0
  879. configure:19420: result: yes
  880. configure:19445: checking whether to enable ASan
  881. configure:19476: result: no
  882. configure:20291: checking for pthread_create in -lpthread
  883. configure:20316: gcc -o conftest -O2 -march=x86-64 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -lpthread >&5
  884. configure:20316: $? = 0
  885. configure:20325: result: yes
  886. configure:20339: checking for clock_gettime in -lrt
  887. configure:20364: gcc -o conftest -O2 -march=x86-64 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE conftest.c -lrt -lpthread >&5
  888. configure:20364: $? = 0
  889. configure:20373: result: yes
  890. configure:20409: checking whether C++ compiler supports -fvisibility=hidden
  891. configure:20441: g++ -c -Wno-long-long -O2 -march=x86-64 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -fvisibility=hidden conftest.cpp >&5
  892. configure:20441: $? = 0
  893. configure:20472: result: yes
  894. configure:20558: checking whether C++ compiler supports dso visibility
  895. configure:20562: result: yes
  896. configure:20718: checking for asciidoc
  897. configure:20746: result: no
  898. configure:20756: checking for xmlto
  899. configure:20784: result: no
  900. configure:20810: checking whether to build documentation
  901. configure:20812: result: no
  902. configure:20815: checking whether to install manpages
  903. configure:20817: result: yes
  904. configure:20867: Choosing I/O thread polling system from ''...
  905. configure:21298: error: None of '' are valid pollers on this platform
  906.  
  907. ## ---------------- ##
  908. ## Cache variables. ##
  909. ## ---------------- ##
  910.  
  911. ac_cv_build='x86_64-unknown-linux-gnu'
  912. ac_cv_c_compiler_gnu='yes'
  913. ac_cv_cxx_compiler_gnu='yes'
  914. ac_cv_env_ASCIIDOC_set=''
  915. ac_cv_env_ASCIIDOC_value=''
  916. ac_cv_env_CCC_set=''
  917. ac_cv_env_CCC_value=''
  918. ac_cv_env_CC_set=''
  919. ac_cv_env_CC_value=''
  920. ac_cv_env_CFLAGS_set='set'
  921. ac_cv_env_CFLAGS_value='-O2 -march=x86-64'
  922. ac_cv_env_CPPFLAGS_set=''
  923. ac_cv_env_CPPFLAGS_value=''
  924. ac_cv_env_CPP_set=''
  925. ac_cv_env_CPP_value=''
  926. ac_cv_env_CXXCPP_set=''
  927. ac_cv_env_CXXCPP_value=''
  928. ac_cv_env_CXXFLAGS_set='set'
  929. ac_cv_env_CXXFLAGS_value='-O2 -march=x86-64'
  930. ac_cv_env_CXX_set=''
  931. ac_cv_env_CXX_value=''
  932. ac_cv_env_LDFLAGS_set=''
  933. ac_cv_env_LDFLAGS_value=''
  934. ac_cv_env_LIBS_set=''
  935. ac_cv_env_LIBS_value=''
  936. ac_cv_env_LIBUNWIND_CFLAGS_set=''
  937. ac_cv_env_LIBUNWIND_CFLAGS_value=''
  938. ac_cv_env_LIBUNWIND_LIBS_set=''
  939. ac_cv_env_LIBUNWIND_LIBS_value=''
  940. ac_cv_env_PKG_CONFIG_LIBDIR_set=''
  941. ac_cv_env_PKG_CONFIG_LIBDIR_value=''
  942. ac_cv_env_PKG_CONFIG_PATH_set=''
  943. ac_cv_env_PKG_CONFIG_PATH_value=''
  944. ac_cv_env_PKG_CONFIG_set=''
  945. ac_cv_env_PKG_CONFIG_value=''
  946. ac_cv_env_XMLTO_set=''
  947. ac_cv_env_XMLTO_value=''
  948. ac_cv_env_build_alias_set=''
  949. ac_cv_env_build_alias_value=''
  950. ac_cv_env_gssapi_krb5_CFLAGS_set=''
  951. ac_cv_env_gssapi_krb5_CFLAGS_value=''
  952. ac_cv_env_gssapi_krb5_LIBS_set=''
  953. ac_cv_env_gssapi_krb5_LIBS_value=''
  954. ac_cv_env_host_alias_set=''
  955. ac_cv_env_host_alias_value=''
  956. ac_cv_env_norm_CFLAGS_set=''
  957. ac_cv_env_norm_CFLAGS_value=''
  958. ac_cv_env_norm_LIBS_set=''
  959. ac_cv_env_norm_LIBS_value=''
  960. ac_cv_env_pgm_CFLAGS_set=''
  961. ac_cv_env_pgm_CFLAGS_value=''
  962. ac_cv_env_pgm_LIBS_set=''
  963. ac_cv_env_pgm_LIBS_value=''
  964. ac_cv_env_sodium_CFLAGS_set=''
  965. ac_cv_env_sodium_CFLAGS_value=''
  966. ac_cv_env_sodium_LIBS_set=''
  967. ac_cv_env_sodium_LIBS_value=''
  968. ac_cv_env_target_alias_set=''
  969. ac_cv_env_target_alias_value=''
  970. ac_cv_header_dlfcn_h='yes'
  971. ac_cv_header_inttypes_h='yes'
  972. ac_cv_header_memory_h='yes'
  973. ac_cv_header_stdc='yes'
  974. ac_cv_header_stdint_h='yes'
  975. ac_cv_header_stdlib_h='yes'
  976. ac_cv_header_string_h='yes'
  977. ac_cv_header_strings_h='yes'
  978. ac_cv_header_sys_stat_h='yes'
  979. ac_cv_header_sys_types_h='yes'
  980. ac_cv_header_unistd_h='yes'
  981. ac_cv_host='x86_64-unknown-linux-gnu'
  982. ac_cv_lib_pthread_pthread_create='yes'
  983. ac_cv_lib_rt_clock_gettime='yes'
  984. ac_cv_objext='o'
  985. ac_cv_path_EGREP='/usr/bin/grep -E'
  986. ac_cv_path_FGREP='/usr/bin/grep -F'
  987. ac_cv_path_GREP='/usr/bin/grep'
  988. ac_cv_path_SED='/bin/sed'
  989. ac_cv_path_ac_pt_PKG_CONFIG='/usr/bin/pkg-config'
  990. ac_cv_path_install='/usr/bin/install -c'
  991. ac_cv_path_mkdir='/bin/mkdir'
  992. ac_cv_prog_AWK='gawk'
  993. ac_cv_prog_CPP='gcc -E'
  994. ac_cv_prog_CXXCPP='g++ -E'
  995. ac_cv_prog_ac_ct_AR='ar'
  996. ac_cv_prog_ac_ct_CC='gcc'
  997. ac_cv_prog_ac_ct_CXX='g++'
  998. ac_cv_prog_ac_ct_DLLTOOL='dlltool'
  999. ac_cv_prog_ac_ct_OBJDUMP='objdump'
  1000. ac_cv_prog_ac_ct_RANLIB='ranlib'
  1001. ac_cv_prog_ac_ct_STRIP='strip'
  1002. ac_cv_prog_cc_c89=''
  1003. ac_cv_prog_cc_g='yes'
  1004. ac_cv_prog_cxx_g='yes'
  1005. ac_cv_prog_libzmq_have_asciidoc='no'
  1006. ac_cv_prog_libzmq_have_xmlto='no'
  1007. ac_cv_prog_make_make_set='yes'
  1008. am_cv_CC_dependencies_compiler_type='gcc3'
  1009. am_cv_CXX_dependencies_compiler_type='gcc3'
  1010. am_cv_make_support_nested_variables='yes'
  1011. am_cv_prog_cc_c_o='yes'
  1012. am_cv_prog_tar_ustar='gnutar'
  1013. ax_cv_check_cflags___std_gnu11='yes'
  1014. ax_cv_check_vscript_complex_wildcards='yes'
  1015. ax_cv_check_vscript_flag='--version-script'
  1016. ax_cv_cxx_compile_cxx11='yes'
  1017. libzmq_cv_c_clang_compiler='no'
  1018. libzmq_cv_c_compiler_works='yes'
  1019. libzmq_cv_c_gcc4_compiler='yes'
  1020. libzmq_cv_c_intel_compiler='no'
  1021. libzmq_cv_c_sun_studio_compiler='no'
  1022. libzmq_cv_check_lang_flag_save_CPPFLAGS='-D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE '
  1023. libzmq_cv_cxx_clang_compiler='no'
  1024. libzmq_cv_cxx_compiler_works='yes'
  1025. libzmq_cv_cxx_gcc4_compiler='yes'
  1026. libzmq_cv_cxx_intel_compiler='no'
  1027. libzmq_cv_cxx_sun_studio_compiler='no'
  1028. libzmq_cv_cxx_supports_flag__fvisibility_hidden='yes'
  1029. libzmq_cv_cxx_visibility_flag='-fvisibility=hidden'
  1030. libzmq_cv_cxx_werror_flag_save=''
  1031. lt_cv_ar_at_file='@'
  1032. lt_cv_archive_cmds_need_lc='no'
  1033. lt_cv_deplibs_check_method='pass_all'
  1034. lt_cv_file_magic_cmd='$MAGIC_CMD'
  1035. lt_cv_file_magic_test_file=''
  1036. lt_cv_ld_reload_flag='-r'
  1037. lt_cv_nm_interface='BSD nm'
  1038. lt_cv_objdir='.libs'
  1039. lt_cv_path_LD='/usr/bin/ld'
  1040. lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
  1041. lt_cv_path_NM='/usr/bin/nm -B'
  1042. lt_cv_path_mainfest_tool='no'
  1043. lt_cv_prog_compiler_c_o='yes'
  1044. lt_cv_prog_compiler_c_o_CXX='yes'
  1045. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  1046. lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
  1047. lt_cv_prog_compiler_pic_works='yes'
  1048. lt_cv_prog_compiler_pic_works_CXX='yes'
  1049. lt_cv_prog_compiler_rtti_exceptions='no'
  1050. lt_cv_prog_compiler_static_works='yes'
  1051. lt_cv_prog_compiler_static_works_CXX='yes'
  1052. lt_cv_prog_gnu_ld='yes'
  1053. lt_cv_prog_gnu_ldcxx='yes'
  1054. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  1055. lt_cv_shlibpath_overrides_runpath='no'
  1056. 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'"'"
  1057. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '"'"'s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'"'"' -e '"'"'s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'"'"
  1058. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '"'"'s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'"'"' -e '"'"'s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'"'"' -e '"'"'s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'"'"
  1059. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '"'"'s/^T .* \(.*\)$/extern int \1();/p'"'"' -e '"'"'s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'"'"
  1060. lt_cv_sys_max_cmd_len='1572864'
  1061. lt_cv_to_host_file_cmd='func_convert_file_noop'
  1062. lt_cv_to_tool_file_cmd='func_convert_file_noop'
  1063.  
  1064. ## ----------------- ##
  1065. ## Output variables. ##
  1066. ## ----------------- ##
  1067.  
  1068.  
  1069.  
  1070.  
  1071.  
  1072.  
  1073.  
  1074.  
  1075.  
  1076.  
  1077.  
  1078.  
  1079.  
  1080.  
  1081.  
  1082.  
  1083.  
  1084.  
  1085.  
  1086.  
  1087.  
  1088.  
  1089.  
  1090.  
  1091.  
  1092.  
  1093.  
  1094.  
  1095.  
  1096.  
  1097. $(MAKE) $(AM_MAKEFLAGS) -k check-valgrind-tool VALGRIND_TOOL=$(tool); \
  1098. $(if $(VALGRIND_HAVE_TOOL_$(tool))$(VALGRIND_HAVE_TOOL_exp_$(tool)), \
  1099. ) \
  1100. LOG_COMPILER="$(VALGRIND_LOG_COMPILER)" \
  1101. LOG_COMPILER="$(VALGRIND_LOG_COMPILER)" \
  1102. LOG_COMPILER="$(VALGRIND_LOG_COMPILER)" \
  1103. LOG_COMPILER="$(VALGRIND_LOG_COMPILER)" \
  1104. LOG_COMPILER="$(VALGRIND_LOG_COMPILER)" \
  1105. LOG_FLAGS="$(valgrind_$(VALGRIND_TOOL)_flags)" \
  1106. LOG_FLAGS="$(valgrind_drd_flags)" \
  1107. LOG_FLAGS="$(valgrind_helgrind_flags)" \
  1108. LOG_FLAGS="$(valgrind_memcheck_flags)" \
  1109. LOG_FLAGS="$(valgrind_sgcheck_flags)" \
  1110. TESTS_ENVIRONMENT="$(VALGRIND_TESTS_ENVIRONMENT)" \
  1111. TESTS_ENVIRONMENT="$(VALGRIND_TESTS_ENVIRONMENT)" \
  1112. TESTS_ENVIRONMENT="$(VALGRIND_TESTS_ENVIRONMENT)" \
  1113. TESTS_ENVIRONMENT="$(VALGRIND_TESTS_ENVIRONMENT)" \
  1114. TESTS_ENVIRONMENT="$(VALGRIND_TESTS_ENVIRONMENT)" \
  1115. TEST_SUITE_LOG=test-suite-$(VALGRIND_TOOL).log
  1116. TEST_SUITE_LOG=test-suite-drd.log
  1117. TEST_SUITE_LOG=test-suite-helgrind.log
  1118. TEST_SUITE_LOG=test-suite-memcheck.log
  1119. TEST_SUITE_LOG=test-suite-sgcheck.log
  1120. $(MAKE) check-TESTS \
  1121. $(MAKE) check-TESTS \
  1122. $(MAKE) check-TESTS \
  1123. $(MAKE) check-TESTS \
  1124. $(MAKE) check-TESTS \
  1125. $(TESTS_ENVIRONMENT) \
  1126. $(VALGRIND) $(VALGRIND_SUPPRESSIONS) --error-exitcode=1 $(VALGRIND_FLAGS)
  1127. $(valgrind_lt) \
  1128. )
  1129. -$(foreach tool,$(valgrind_tools), \
  1130. @echo "Need to reconfigure with --enable-code-coverage"
  1131. @echo "Need to reconfigure with --enable-code-coverage"
  1132. @echo "Need to reconfigure with --enable-valgrind"
  1133. @echo "Need to reconfigure with --enable-valgrind"
  1134. @echo "Need to reconfigure with --enable-valgrind"
  1135. @echo "Need to reconfigure with --enable-valgrind"
  1136. @echo "Need to reconfigure with --enable-valgrind"
  1137. @echo "Need to reconfigure with --enable-valgrind"
  1138. G_DEBUG=fatal-warnings,fatal-criticals,gc-friendly
  1139. G_SLICE=always-malloc,debug-blocks \
  1140. env VALGRIND=$(VALGRIND) \
  1141. $(CODE_COVERAGE_IGNORE_PATTERN);
  1142. $(CODE_COVERAGE_OUTPUT_FILE);
  1143. #
  1144. #
  1145. #
  1146. # $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage)
  1147. # $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info)
  1148. # (Default: $(top_builddir))
  1149. # (Default: --num-callers=30)
  1150. # (Default: empty)
  1151. # Multiple directories may be specified, separated by whitespace.
  1152. # by lcov for code coverage. (Default:
  1153. # collecting lcov instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH)
  1154. # files to load. (Default: empty)
  1155. # genhtml instance. (Default: based on $CODE_COVERAGE_BRANCH_COVERAGE)
  1156. # instance. (Default: $CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT)
  1157. # instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_DEFAULT)
  1158. # instance. (Default: $CODE_COVERAGE_LCOV_RMOPTS_DEFAULT)
  1159. # instances. (Default: $CODE_COVERAGE_LCOV_SHOPTS_DEFAULT)
  1160. # instances. (Default: based on $CODE_COVERAGE_BRANCH_COVERAGE)
  1161. # lcov instance. (Default: empty)
  1162. # memcheck, helgrind, drd, sgcheck). (Default: various)
  1163. # reports to be created. (Default:
  1164. # set to 0 to disable it and leave empty to stay with the default.
  1165. # - CODE_COVERAGE_BRANCH_COVERAGE: Set to 1 to enforce branch coverage,
  1166. # - CODE_COVERAGE_DIRECTORY: Top-level directory for code coverage reporting.
  1167. # - CODE_COVERAGE_GENHTML_OPTIONS: Extra options to pass to the genhtml
  1168. # - CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT: Extra options to pass to the
  1169. # - CODE_COVERAGE_IGNORE_PATTERN: Extra glob pattern of files to ignore
  1170. # - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the collecting lcov
  1171. # - CODE_COVERAGE_LCOV_OPTIONS_DEFAULT: Extra options to pass to the
  1172. # - CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH: --gcov-tool pathtogcov
  1173. # - CODE_COVERAGE_LCOV_RMOPTS: Extra options to pass to the filtering lcov
  1174. # - CODE_COVERAGE_LCOV_RMOPTS_DEFAULT: Extra options to pass to the filtering
  1175. # - CODE_COVERAGE_LCOV_SHOPTS: Extra options to shared between both lcov
  1176. # - CODE_COVERAGE_LCOV_SHOPTS_DEFAULT: Extra options shared between both lcov
  1177. # - CODE_COVERAGE_OUTPUT_DIRECTORY: Directory for generated code coverage
  1178. # - CODE_COVERAGE_OUTPUT_FILE: Filename and path for the .info file generated
  1179. # - VALGRIND_$toolname_FLAGS: Flags to pass to Valgrind $toolname (one of:
  1180. # - VALGRIND_FLAGS: General flags to pass to all Valgrind tools.
  1181. # - VALGRIND_SUPPRESSIONS_FILES: Space-separated list of Valgrind suppressions
  1182. # $(PACKAGE_VERSION). In order to add the current git hash to the title,
  1183. # Capture code coverage data
  1184. # Code coverage
  1185. # Hook rule executed before code-coverage-capture, overridable by the user
  1186. # Internal use
  1187. # Optional variables
  1188. # Optional variables
  1189. # Optional:
  1190. # Optional:
  1191. # Support running with and without libtool.
  1192. # The generated report will be titled using the $(PACKAGE_NAME) and
  1193. # Use recursive makes in order to ignore errors during check
  1194. # Use recursive makes in order to ignore errors during check
  1195. # Valgrind check
  1196. # Valgrind running
  1197. # sanitizes the test-name: replaces with underscores: dashes and dots
  1198. # use the git-version-gen script, available online.
  1199. $(if $(CODE_COVERAGE_BRANCH_COVERAGE),\
  1200. '
  1201. '
  1202. --rc genhtml_branch_coverage=$(CODE_COVERAGE_BRANCH_COVERAGE))
  1203. --rc lcov_branch_coverage=$(CODE_COVERAGE_BRANCH_COVERAGE))
  1204. .PHONY: check-code-coverage code-coverage-capture code-coverage-capture-hook code-coverage-clean
  1205. .PHONY: check-valgrind check-valgrind-tool
  1206. ACLOCAL='${SHELL} /home/druid/git/ports/zeromq/work/src/zeromq-4.3.1/config/missing aclocal-1.14'
  1207. AMDEPBACKSLASH='\'
  1208. AMDEP_FALSE='#'
  1209. AMDEP_TRUE=''
  1210. AMTAR='$${TAR-tar}'
  1211. AM_BACKSLASH='\'
  1212. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  1213. AM_DEFAULT_VERBOSITY='0'
  1214. AM_DISTCHECK_CONFIGURE_FLAGS += --disable-code-coverage
  1215. AM_DISTCHECK_CONFIGURE_FLAGS += --disable-valgrind
  1216. AM_DISTCHECK_CONFIGURE_FLAGS ?=
  1217. AM_DISTCHECK_CONFIGURE_FLAGS ?=
  1218. AM_V='$(V)'
  1219. AR='ar'
  1220. AS='as'
  1221. ASCIIDOC=''
  1222. AUTOCONF='${SHELL} /home/druid/git/ports/zeromq/work/src/zeromq-4.3.1/config/missing autoconf'
  1223. AUTOHEADER='${SHELL} /home/druid/git/ports/zeromq/work/src/zeromq-4.3.1/config/missing autoheader'
  1224. AUTOMAKE='${SHELL} /home/druid/git/ports/zeromq/work/src/zeromq-4.3.1/config/missing automake-1.14'
  1225. AWK='gawk'
  1226. BUILD_DOC_FALSE=''
  1227. BUILD_DOC_TRUE='#'
  1228. BUILD_GSSAPI_FALSE=''
  1229. BUILD_GSSAPI_TRUE=''
  1230. BUILD_TIPC_FALSE=''
  1231. BUILD_TIPC_TRUE=''
  1232. CC='gcc'
  1233. CCDEPMODE='depmode=gcc3'
  1234. CFLAGS='-O2 -march=x86-64'
  1235. CLANG_FORMAT=''
  1236. CODE_COVERAGE_BRANCH_COVERAGE ?=
  1237. CODE_COVERAGE_CFLAGS=''
  1238. CODE_COVERAGE_CPPFLAGS=''
  1239. CODE_COVERAGE_CXXFLAGS=''
  1240. CODE_COVERAGE_DIRECTORY ?= $(top_builddir)
  1241. CODE_COVERAGE_ENABLED='no'
  1242. CODE_COVERAGE_ENABLED_FALSE=''
  1243. CODE_COVERAGE_ENABLED_TRUE='#'
  1244. CODE_COVERAGE_GENHTML_OPTIONS ?= $(CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT)
  1245. CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT ?=\
  1246. CODE_COVERAGE_IGNORE_PATTERN ?=
  1247. CODE_COVERAGE_LCOV_OPTIONS ?= $(CODE_COVERAGE_LCOV_OPTIONS_DEFAULT)
  1248. CODE_COVERAGE_LCOV_OPTIONS_DEFAULT ?= $(CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH)
  1249. CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH ?= --gcov-tool "$(GCOV)"
  1250. CODE_COVERAGE_LCOV_RMOPTS ?= $(CODE_COVERAGE_LCOV_RMOPTS_DEFAULT)
  1251. CODE_COVERAGE_LCOV_RMOPTS_DEFAULT ?=
  1252. CODE_COVERAGE_LCOV_SHOPTS ?= $(CODE_COVERAGE_LCOV_SHOPTS_DEFAULT)
  1253. CODE_COVERAGE_LCOV_SHOPTS_DEFAULT ?= $(if $(CODE_COVERAGE_BRANCH_COVERAGE),\
  1254. CODE_COVERAGE_LDFLAGS=''
  1255. CODE_COVERAGE_LIBS=''
  1256. CODE_COVERAGE_OUTPUT_DIRECTORY ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage
  1257. CODE_COVERAGE_OUTPUT_FILE ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info
  1258. CODE_COVERAGE_RULES='
  1259. CPP='gcc -E'
  1260. CPPFLAGS='-D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE '
  1261. CXX='g++'
  1262. CXXCPP='g++ -E'
  1263. CXXDEPMODE='depmode=gcc3'
  1264. CXXFLAGS='-Wno-long-long -O2 -march=x86-64'
  1265. CYGPATH_W='echo'
  1266. DEFS=''
  1267. DEPDIR='.deps'
  1268. DLLTOOL='dlltool'
  1269. DSYMUTIL=''
  1270. DUMPBIN=''
  1271. ECHO_C=''
  1272. ECHO_N='-n'
  1273. ECHO_T=''
  1274. EGREP='/usr/bin/grep -E'
  1275. ENABLE_ASAN_FALSE=''
  1276. ENABLE_ASAN_TRUE='#'
  1277. ENABLE_CURVE_KEYGEN_FALSE=''
  1278. ENABLE_CURVE_KEYGEN_TRUE=''
  1279. ENABLE_DRAFTS_FALSE=''
  1280. ENABLE_DRAFTS_TRUE=''
  1281. ENABLE_PERF_FALSE=''
  1282. ENABLE_PERF_TRUE=''
  1283. ENABLE_RADIX_TREE_FALSE=''
  1284. ENABLE_RADIX_TREE_TRUE=''
  1285. ENABLE_STATIC_FALSE=''
  1286. ENABLE_STATIC_TRUE=''
  1287. EXEEXT=''
  1288. FGREP='/usr/bin/grep -F'
  1289. GCOV=''
  1290. GENHTML=''
  1291. GITIGNOREFILES += $(CODE_COVERAGE_OUTPUT_FILE) $(CODE_COVERAGE_OUTPUT_DIRECTORY)
  1292. GITIGNOREFILES ?=
  1293. GREP='/usr/bin/grep'
  1294. HAVE_CURVE_FALSE=''
  1295. HAVE_CURVE_TRUE=''
  1296. HAVE_CXX11='1'
  1297. HAVE_FORK_FALSE=''
  1298. HAVE_FORK_TRUE=''
  1299. HAVE_IPC_PEERCRED_FALSE=''
  1300. HAVE_IPC_PEERCRED_TRUE=''
  1301. HAVE_NORM_FALSE=''
  1302. HAVE_NORM_TRUE=''
  1303. HAVE_PGM_FALSE=''
  1304. HAVE_PGM_TRUE=''
  1305. HAVE_VMCI_FALSE=''
  1306. HAVE_VMCI_TRUE=''
  1307. HAVE_VSCRIPT_COMPLEX_FALSE='#'
  1308. HAVE_VSCRIPT_COMPLEX_TRUE=''
  1309. HAVE_VSCRIPT_FALSE='#'
  1310. HAVE_VSCRIPT_TRUE=''
  1311. INSTALL_DATA='${INSTALL} -m 644'
  1312. INSTALL_MAN_FALSE='#'
  1313. INSTALL_MAN_TRUE=''
  1314. INSTALL_PROGRAM='${INSTALL}'
  1315. INSTALL_SCRIPT='${INSTALL}'
  1316. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  1317. LCOV=''
  1318. LD='/usr/bin/ld -m elf_x86_64'
  1319. LDFLAGS=''
  1320. LIBOBJS=''
  1321. LIBS='-lrt -lpthread '
  1322. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  1323. LIBUNWIND_CFLAGS=''
  1324. LIBUNWIND_LIBS=''
  1325. LIBZMQ_EXTRA_CFLAGS=''
  1326. LIBZMQ_EXTRA_CXXFLAGS='-fvisibility=hidden '
  1327. LIBZMQ_EXTRA_LDFLAGS=''
  1328. LIBZMQ_VMCI_CXXFLAGS=''
  1329. LIBZMQ_VMCI_LDFLAGS=''
  1330. LIPO=''
  1331. LN_S='ln -s'
  1332. LTLIBOBJS=''
  1333. LTVER='7:1:2'
  1334. MAKEINFO='${SHELL} /home/druid/git/ports/zeromq/work/src/zeromq-4.3.1/config/missing makeinfo'
  1335. MANIFEST_TOOL=':'
  1336. MKDIR_P='/bin/mkdir -p'
  1337. MOSTLYCLEANFILES += $(valgrind_log_files)
  1338. MOSTLYCLEANFILES ?=
  1339. NM='/usr/bin/nm -B'
  1340. NMEDIT=''
  1341. OBJDUMP='objdump'
  1342. OBJEXT='o'
  1343. ON_ANDROID_FALSE=''
  1344. ON_ANDROID_TRUE=''
  1345. ON_CYGWIN_FALSE=''
  1346. ON_CYGWIN_TRUE=''
  1347. ON_GNU_FALSE=''
  1348. ON_GNU_TRUE=''
  1349. ON_LINUX_FALSE=''
  1350. ON_LINUX_TRUE=''
  1351. ON_MINGW_FALSE=''
  1352. ON_MINGW_TRUE=''
  1353. OTOOL64=''
  1354. OTOOL=''
  1355. PACKAGE='zeromq'
  1356. PACKAGE_BUGREPORT='zeromq-dev@lists.zeromq.org'
  1357. PACKAGE_NAME='zeromq'
  1358. PACKAGE_STRING='zeromq 4.3.1'
  1359. PACKAGE_TARNAME='zeromq'
  1360. PACKAGE_URL=''
  1361. PACKAGE_VERSION='4.3.1'
  1362. PATH_SEPARATOR=':'
  1363. PKG_CONFIG='/usr/bin/pkg-config'
  1364. PKG_CONFIG_LIBDIR=''
  1365. PKG_CONFIG_PATH=''
  1366. RANLIB='ranlib'
  1367. SED='/bin/sed'
  1368. SET_MAKE=''
  1369. SHELL='/bin/sh'
  1370. STRIP='strip'
  1371. USE_LIBSODIUM_FALSE=''
  1372. USE_LIBSODIUM_TRUE=''
  1373. USE_TWEETNACL_FALSE=''
  1374. USE_TWEETNACL_TRUE=''
  1375. USE_WEPOLL_FALSE=''
  1376. USE_WEPOLL_TRUE=''
  1377. VALGRIND=''
  1378. VALGRIND_CHECK_RULES='
  1379. VALGRIND_ENABLED='no'
  1380. VALGRIND_ENABLED_FALSE=''
  1381. VALGRIND_ENABLED_TRUE='#'
  1382. VALGRIND_FLAGS ?= --num-callers=30
  1383. VALGRIND_HAVE_TOOL_drd=''
  1384. VALGRIND_HAVE_TOOL_exp_sgcheck=''
  1385. VALGRIND_HAVE_TOOL_helgrind=''
  1386. VALGRIND_HAVE_TOOL_memcheck=''
  1387. VALGRIND_LOG_COMPILER = \
  1388. VALGRIND_SUPPRESSIONS ?= $(addprefix --suppressions=,$(VALGRIND_SUPPRESSIONS_FILES))
  1389. VALGRIND_TESTS_ENVIRONMENT = \
  1390. VALGRIND_drd_FLAGS ?=
  1391. VALGRIND_helgrind_FLAGS ?= --history-level=approx
  1392. VALGRIND_memcheck_FLAGS ?= --leak-check=full --show-reachable=no
  1393. VALGRIND_sgcheck_FLAGS ?=
  1394. VERSION='4.3.1'
  1395. VSCRIPT_LDFLAGS='-Wl,--version-script'
  1396. WITH_CLANG_FORMAT=''
  1397. WITH_CLANG_FORMAT_FALSE=''
  1398. WITH_CLANG_FORMAT_TRUE=''
  1399. XMLTO=''
  1400. ac_ct_AR='ar'
  1401. ac_ct_CC='gcc'
  1402. ac_ct_CXX='g++'
  1403. ac_ct_DUMPBIN=''
  1404. am__EXEEXT_FALSE=''
  1405. am__EXEEXT_TRUE=''
  1406. am__fastdepCC_FALSE='#'
  1407. am__fastdepCC_TRUE=''
  1408. am__fastdepCXX_FALSE='#'
  1409. am__fastdepCXX_TRUE=''
  1410. am__include='include'
  1411. am__isrc=''
  1412. am__leading_dot='.'
  1413. am__nodep='_no'
  1414. am__quote=''
  1415. am__tar='tar --format=ustar -chf - "$$tardir"'
  1416. am__untar='tar -xf -'
  1417. bindir='${exec_prefix}/bin'
  1418. build='x86_64-unknown-linux-gnu'
  1419. build_alias=''
  1420. build_cpu='x86_64'
  1421. build_os='linux-gnu'
  1422. build_vendor='unknown'
  1423. check-code-coverage:
  1424. check-valgrind-drd:
  1425. check-valgrind-helgrind:
  1426. check-valgrind-memcheck:
  1427. check-valgrind-sgcheck:
  1428. check-valgrind-tool:
  1429. check-valgrind:
  1430. code-coverage-capture-hook:
  1431. code-coverage-capture: code-coverage-capture-hook
  1432. code_coverage_quiet = $(code_coverage_quiet_$(V))
  1433. code_coverage_quiet_ = $(code_coverage_quiet_$(AM_DEFAULT_VERBOSITY))
  1434. code_coverage_quiet_0 = --quiet
  1435. code_coverage_sanitize = $(subst -,_,$(subst .,_,$(1)))
  1436. code_coverage_v_genhtml = $(code_coverage_v_genhtml_$(V))
  1437. code_coverage_v_genhtml_ = $(code_coverage_v_genhtml_$(AM_DEFAULT_VERBOSITY))
  1438. code_coverage_v_genhtml_0 = @echo " GEN " $(CODE_COVERAGE_OUTPUT_DIRECTORY);
  1439. code_coverage_v_lcov_cap = $(code_coverage_v_lcov_cap_$(V))
  1440. code_coverage_v_lcov_cap_ = $(code_coverage_v_lcov_cap_$(AM_DEFAULT_VERBOSITY))
  1441. code_coverage_v_lcov_cap_0 = @echo " LCOV --capture"\
  1442. code_coverage_v_lcov_ign = $(code_coverage_v_lcov_ign_$(V))
  1443. code_coverage_v_lcov_ign_ = $(code_coverage_v_lcov_ign_$(AM_DEFAULT_VERBOSITY))
  1444. code_coverage_v_lcov_ign_0 = @echo " LCOV --remove /tmp/*"\
  1445. datadir='${datarootdir}'
  1446. datarootdir='${prefix}/share'
  1447. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1448. dvidir='${docdir}'
  1449. else
  1450. else
  1451. else
  1452. else
  1453. else
  1454. else
  1455. else
  1456. endif
  1457. endif
  1458. endif
  1459. endif
  1460. endif
  1461. endif
  1462. endif
  1463. exec_prefix='NONE'
  1464. gssapi_krb5_CFLAGS=''
  1465. gssapi_krb5_LIBS=''
  1466. host='x86_64-unknown-linux-gnu'
  1467. host_alias=''
  1468. host_cpu='x86_64'
  1469. host_os='linux-gnu'
  1470. host_vendor='unknown'
  1471. htmldir='${docdir}'
  1472. ifeq ($(VALGRIND_ENABLED),yes)
  1473. ifeq ($(VALGRIND_ENABLED),yes)
  1474. ifeq ($(VALGRIND_ENABLED),yes)
  1475. ifeq ($(VALGRIND_ENABLED),yes)
  1476. ifeq ($(VALGRIND_ENABLED),yes)
  1477. ifeq ($(VALGRIND_ENABLED),yes)
  1478. ifneq ($(LIBTOOL),)
  1479. includedir='${prefix}/include'
  1480. infodir='${datarootdir}/info'
  1481. install_sh='${SHELL} /home/druid/git/ports/zeromq/work/src/zeromq-4.3.1/config/install-sh'
  1482. libdir='${exec_prefix}/lib'
  1483. libexecdir='${exec_prefix}/libexec'
  1484. libzmq_have_asciidoc='no'
  1485. libzmq_have_xmlto='no'
  1486. localedir='${datarootdir}/locale'
  1487. localstatedir='${prefix}/var'
  1488. mandir='${datarootdir}/man'
  1489. mkdir_p='$(MKDIR_P)'
  1490. norm_CFLAGS=''
  1491. norm_LIBS=''
  1492. oldincludedir='/usr/include'
  1493. pdfdir='${docdir}'
  1494. pgm_CFLAGS=''
  1495. pgm_LIBS=''
  1496. pkg_config_defines=''
  1497. pkg_config_libs_private=''
  1498. pkg_config_names_private=''
  1499. pkgconfigdir=''
  1500. prefix='/usr'
  1501. program_transform_name='s,x,x,'
  1502. psdir='${docdir}'
  1503. sbindir='${exec_prefix}/sbin'
  1504. sharedstatedir='${prefix}/com'
  1505. sodium_CFLAGS=''
  1506. sodium_LIBS=''
  1507. sysconfdir='${prefix}/etc'
  1508. target_alias=''
  1509. valgrind_drd_flags = --tool=drd $(VALGRIND_drd_FLAGS)
  1510. valgrind_helgrind_flags = --tool=helgrind $(VALGRIND_helgrind_FLAGS)
  1511. valgrind_log_files = $(addprefix test-suite-,$(addsuffix .log,$(valgrind_tools)))
  1512. valgrind_lt =
  1513. valgrind_lt = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=execute
  1514. valgrind_memcheck_flags = --tool=memcheck $(VALGRIND_memcheck_FLAGS)
  1515. valgrind_quiet = $(valgrind_quiet_$(V))
  1516. valgrind_quiet_ = $(valgrind_quiet_$(AM_DEFAULT_VERBOSITY))
  1517. valgrind_quiet_0 = --quiet
  1518. valgrind_sgcheck_flags = --tool=exp-sgcheck $(VALGRIND_sgcheck_FLAGS)
  1519. valgrind_tools = memcheck helgrind drd sgcheck
  1520.  
  1521. ## ----------- ##
  1522. ## confdefs.h. ##
  1523. ## ----------- ##
  1524.  
  1525. /* confdefs.h */
  1526. #define PACKAGE_NAME "zeromq"
  1527. #define PACKAGE_TARNAME "zeromq"
  1528. #define PACKAGE_VERSION "4.3.1"
  1529. #define PACKAGE_STRING "zeromq 4.3.1"
  1530. #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org"
  1531. #define PACKAGE_URL ""
  1532. #define PACKAGE "zeromq"
  1533. #define VERSION "4.3.1"
  1534. #define STDC_HEADERS 1
  1535. #define HAVE_SYS_TYPES_H 1
  1536. #define HAVE_SYS_STAT_H 1
  1537. #define HAVE_STDLIB_H 1
  1538. #define HAVE_STRING_H 1
  1539. #define HAVE_MEMORY_H 1
  1540. #define HAVE_STRINGS_H 1
  1541. #define HAVE_INTTYPES_H 1
  1542. #define HAVE_STDINT_H 1
  1543. #define HAVE_UNISTD_H 1
  1544. #define HAVE_DLFCN_H 1
  1545. #define LT_OBJDIR ".libs/"
  1546. #define HAVE_CXX11 1
  1547. #define ZMQ_HAVE_LINUX 1
  1548. #define ZMQ_HAVE_TIPC 1
  1549. #define HAVE_LIBPTHREAD 1
  1550. #define HAVE_LIBRT 1
  1551.  
  1552. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement