Advertisement
Guest User

Untitled

a guest
Aug 9th, 2017
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.71 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 showeq configure 5.13.10.53, which was
  5. generated by GNU Autoconf 2.63. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = chipmunts
  14. uname -m = x86_64
  15. uname -r = 4.11.11-300.fc26.x86_64
  16. uname -s = Linux
  17. uname -v = #1 SMP Mon Jul 17 16:32:11 UTC 2017
  18.  
  19. /usr/bin/uname -p = x86_64
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = x86_64
  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/lib64/qt-3.3/bin
  31. PATH: /usr/local/bin
  32. PATH: /usr/bin
  33. PATH: /bin
  34. PATH: /usr/local/sbin
  35. PATH: /usr/sbin
  36. PATH: /home/grump/.local/bin
  37. PATH: /home/grump/bin
  38.  
  39.  
  40. ## ----------- ##
  41. ## Core tests. ##
  42. ## ----------- ##
  43.  
  44. configure:2167: checking build system type
  45. configure:2185: result: x86_64-unknown-linux-gnu
  46. configure:2207: checking host system type
  47. configure:2222: result: x86_64-unknown-linux-gnu
  48. configure:2244: checking target system type
  49. configure:2259: result: x86_64-unknown-linux-gnu
  50. configure:2306: checking for a BSD-compatible install
  51. configure:2374: result: /usr/bin/install -c
  52. configure:2385: checking whether build environment is sane
  53. configure:2445: result: yes
  54. configure:2586: checking for a thread-safe mkdir -p
  55. configure:2625: result: /usr/bin/mkdir -p
  56. configure:2638: checking for gawk
  57. configure:2654: found /usr/bin/gawk
  58. configure:2665: result: gawk
  59. configure:2676: checking whether make sets $(MAKE)
  60. configure:2698: result: yes
  61. configure:2781: checking whether to enable maintainer-specific portions of Makefiles
  62. configure:2790: result: no
  63. configure:2810: checking for gcc
  64. configure:2826: found /usr/bin/gcc
  65. configure:2837: result: gcc
  66. configure:2852: checking for g++
  67. configure:2868: found /usr/bin/g++
  68. configure:2879: result: g++
  69. configure:2913: checking for supported compiler version
  70. configure:2933: checking for style of include used by make
  71. configure:2961: result: GNU
  72. configure:3095: checking for C++ compiler version
  73. configure:3103: g++ --version >&5
  74. g++ (GCC) 7.1.1 20170622 (Red Hat 7.1.1-3)
  75. Copyright (C) 2017 Free Software Foundation, Inc.
  76. This is free software; see the source for copying conditions. There is NO
  77. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  78.  
  79. configure:3107: $? = 0
  80. configure:3114: g++ -v >&5
  81. Using built-in specs.
  82. COLLECT_GCC=g++
  83. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/7/lto-wrapper
  84. OFFLOAD_TARGET_NAMES=nvptx-none
  85. OFFLOAD_TARGET_DEFAULT=1
  86. Target: x86_64-redhat-linux
  87. Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl --enable-libmpx --enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
  88. Thread model: posix
  89. gcc version 7.1.1 20170622 (Red Hat 7.1.1-3) (GCC)
  90. configure:3118: $? = 0
  91. configure:3125: g++ -V >&5
  92. g++: error: unrecognized command line option '-V'
  93. g++: fatal error: no input files
  94. compilation terminated.
  95. configure:3129: $? = 1
  96. configure:3152: checking for C++ compiler default output file name
  97. configure:3174: g++ conftest.cpp >&5
  98. configure:3178: $? = 0
  99. configure:3216: result: a.out
  100. configure:3235: checking whether the C++ compiler works
  101. configure:3245: ./a.out
  102. configure:3249: $? = 0
  103. configure:3268: result: yes
  104. configure:3275: checking whether we are cross compiling
  105. configure:3277: result: no
  106. configure:3280: checking for suffix of executables
  107. configure:3287: g++ -o conftest conftest.cpp >&5
  108. configure:3291: $? = 0
  109. configure:3317: result:
  110. configure:3323: checking for suffix of object files
  111. configure:3349: g++ -c conftest.cpp >&5
  112. configure:3353: $? = 0
  113. configure:3378: result: o
  114. configure:3382: checking whether we are using the GNU C++ compiler
  115. configure:3411: g++ -c conftest.cpp >&5
  116. configure:3418: $? = 0
  117. configure:3435: result: yes
  118. configure:3444: checking whether g++ accepts -g
  119. configure:3474: g++ -c -g conftest.cpp >&5
  120. configure:3481: $? = 0
  121. configure:3582: result: yes
  122. configure:3607: checking dependency style of g++
  123. configure:3717: result: gcc3
  124. configure:3785: g++ -o conftest -g -O2 conftest.cpp >&5
  125. configure:3792: $? = 0
  126. configure:3801: result: yes
  127. configure:4063: checking for gcc
  128. configure:4090: result: gcc
  129. configure:4322: checking for C compiler version
  130. configure:4330: gcc --version >&5
  131. gcc (GCC) 7.1.1 20170622 (Red Hat 7.1.1-3)
  132. Copyright (C) 2017 Free Software Foundation, Inc.
  133. This is free software; see the source for copying conditions. There is NO
  134. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  135.  
  136. configure:4334: $? = 0
  137. configure:4341: gcc -v >&5
  138. Using built-in specs.
  139. COLLECT_GCC=gcc
  140. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/7/lto-wrapper
  141. OFFLOAD_TARGET_NAMES=nvptx-none
  142. OFFLOAD_TARGET_DEFAULT=1
  143. Target: x86_64-redhat-linux
  144. Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl --enable-libmpx --enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
  145. Thread model: posix
  146. gcc version 7.1.1 20170622 (Red Hat 7.1.1-3) (GCC)
  147. configure:4345: $? = 0
  148. configure:4352: gcc -V >&5
  149. gcc: error: unrecognized command line option '-V'
  150. gcc: fatal error: no input files
  151. compilation terminated.
  152. configure:4356: $? = 1
  153. configure:4359: checking whether we are using the GNU C compiler
  154. configure:4388: gcc -c conftest.c >&5
  155. configure:4395: $? = 0
  156. configure:4412: result: yes
  157. configure:4421: checking whether gcc accepts -g
  158. configure:4451: gcc -c -g conftest.c >&5
  159. configure:4458: $? = 0
  160. configure:4559: result: yes
  161. configure:4576: checking for gcc option to accept ISO C89
  162. configure:4650: gcc -c -g -O2 conftest.c >&5
  163. configure:4657: $? = 0
  164. configure:4680: result: none needed
  165. configure:4700: checking dependency style of gcc
  166. configure:4810: result: gcc3
  167. configure:4937: checking for C++ compiler version
  168. configure:4945: g++ --version >&5
  169. g++ (GCC) 7.1.1 20170622 (Red Hat 7.1.1-3)
  170. Copyright (C) 2017 Free Software Foundation, Inc.
  171. This is free software; see the source for copying conditions. There is NO
  172. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  173.  
  174. configure:4949: $? = 0
  175. configure:4956: g++ -v >&5
  176. Using built-in specs.
  177. COLLECT_GCC=g++
  178. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/7/lto-wrapper
  179. OFFLOAD_TARGET_NAMES=nvptx-none
  180. OFFLOAD_TARGET_DEFAULT=1
  181. Target: x86_64-redhat-linux
  182. Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl --enable-libmpx --enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
  183. Thread model: posix
  184. gcc version 7.1.1 20170622 (Red Hat 7.1.1-3) (GCC)
  185. configure:4960: $? = 0
  186. configure:4967: g++ -V >&5
  187. g++: error: unrecognized command line option '-V'
  188. g++: fatal error: no input files
  189. compilation terminated.
  190. configure:4971: $? = 1
  191. configure:4974: checking whether we are using the GNU C++ compiler
  192. configure:5027: result: yes
  193. configure:5036: checking whether g++ accepts -g
  194. configure:5174: result: yes
  195. configure:5199: checking dependency style of g++
  196. configure:5309: result: gcc3
  197. configure:5329: checking how to run the C preprocessor
  198. configure:5369: gcc -E conftest.c
  199. configure:5376: $? = 0
  200. configure:5407: gcc -E conftest.c
  201. conftest.c:10:10: fatal error: ac_nonexistent.h: No such file or directory
  202. #include <ac_nonexistent.h>
  203. ^~~~~~~~~~~~~~~~~~
  204. compilation terminated.
  205. configure:5414: $? = 1
  206. configure: failed program was:
  207. | /* confdefs.h. */
  208. | #define PACKAGE_NAME "showeq"
  209. | #define PACKAGE_TARNAME "showeq"
  210. | #define PACKAGE_VERSION "5.13.10.53"
  211. | #define PACKAGE_STRING "showeq 5.13.10.53"
  212. | #define PACKAGE_BUGREPORT ""
  213. | #define PACKAGE "showeq"
  214. | #define VERSION "5.13.10.53"
  215. | /* end confdefs.h. */
  216. | #include <ac_nonexistent.h>
  217. configure:5447: result: gcc -E
  218. configure:5476: gcc -E conftest.c
  219. configure:5483: $? = 0
  220. configure:5514: gcc -E conftest.c
  221. conftest.c:10:10: fatal error: ac_nonexistent.h: No such file or directory
  222. #include <ac_nonexistent.h>
  223. ^~~~~~~~~~~~~~~~~~
  224. compilation terminated.
  225. configure:5521: $? = 1
  226. configure: failed program was:
  227. | /* confdefs.h. */
  228. | #define PACKAGE_NAME "showeq"
  229. | #define PACKAGE_TARNAME "showeq"
  230. | #define PACKAGE_VERSION "5.13.10.53"
  231. | #define PACKAGE_STRING "showeq 5.13.10.53"
  232. | #define PACKAGE_BUGREPORT ""
  233. | #define PACKAGE "showeq"
  234. | #define VERSION "5.13.10.53"
  235. | /* end confdefs.h. */
  236. | #include <ac_nonexistent.h>
  237. configure:5562: checking for an ANSI C-conforming const
  238. configure:5637: gcc -c -g -O2 conftest.c >&5
  239. configure:5644: $? = 0
  240. configure:5659: result: yes
  241. configure:5684: checking for a BSD-compatible install
  242. configure:5752: result: /usr/bin/install -c
  243. configure:5763: checking whether ln -s works
  244. configure:5767: result: yes
  245. configure:5774: checking whether make sets $(MAKE)
  246. configure:5796: result: yes
  247. configure:5830: checking for a sed that does not truncate output
  248. configure:5896: result: /usr/bin/sed
  249. configure:5914: checking for grep that handles long lines and -e
  250. configure:5974: result: /usr/bin/grep
  251. configure:5979: checking for egrep
  252. configure:6043: result: /usr/bin/grep -E
  253. configure:6048: checking for fgrep
  254. configure:6112: result: /usr/bin/grep -F
  255. configure:6147: checking for ld used by gcc
  256. configure:6214: result: /usr/bin/ld
  257. configure:6223: checking if the linker (/usr/bin/ld) is GNU ld
  258. configure:6238: result: yes
  259. configure:6250: checking for BSD- or MS-compatible name lister (nm)
  260. configure:6299: result: /usr/bin/nm -B
  261. configure:6417: checking the name lister (/usr/bin/nm -B) interface
  262. configure:6424: gcc -c -g -O2 conftest.c >&5
  263. configure:6427: /usr/bin/nm -B "conftest.o"
  264. configure:6430: output
  265. 0000000000000000 B some_variable
  266. configure:6437: result: BSD nm
  267. configure:6441: checking the maximum length of command line arguments
  268. configure:6561: result: 1572864
  269. configure:6578: checking whether the shell understands some XSI constructs
  270. configure:6588: result: yes
  271. configure:6592: checking whether the shell understands "+="
  272. configure:6598: result: yes
  273. configure:6633: checking for /usr/bin/ld option to reload object files
  274. configure:6640: result: -r
  275. configure:6709: checking for objdump
  276. configure:6725: found /usr/bin/objdump
  277. configure:6736: result: objdump
  278. configure:6768: checking how to recognize dependent libraries
  279. configure:6964: result: pass_all
  280. configure:7024: checking for ar
  281. configure:7040: found /usr/bin/ar
  282. configure:7051: result: ar
  283. configure:7129: checking for strip
  284. configure:7145: found /usr/bin/strip
  285. configure:7156: result: strip
  286. configure:7228: checking for ranlib
  287. configure:7244: found /usr/bin/ranlib
  288. configure:7255: result: ranlib
  289. configure:7345: checking command to parse /usr/bin/nm -B output from gcc object
  290. configure:7463: gcc -c -g -O2 conftest.c >&5
  291. configure:7466: $? = 0
  292. configure:7470: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
  293. configure:7473: $? = 0
  294. configure:7527: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  295. configure:7530: $? = 0
  296. configure:7568: result: ok
  297. configure:7663: gcc -c -g -O2 conftest.c >&5
  298. configure:7666: $? = 0
  299. configure:8430: checking for ANSI C header files
  300. configure:8460: gcc -c -g -O2 conftest.c >&5
  301. configure:8467: $? = 0
  302. configure:8566: gcc -o conftest -g -O2 conftest.c >&5
  303. configure:8570: $? = 0
  304. configure:8576: ./conftest
  305. configure:8580: $? = 0
  306. configure:8598: result: yes
  307. configure:8622: checking for sys/types.h
  308. configure:8643: gcc -c -g -O2 conftest.c >&5
  309. configure:8650: $? = 0
  310. configure:8667: result: yes
  311. configure:8622: checking for sys/stat.h
  312. configure:8643: gcc -c -g -O2 conftest.c >&5
  313. configure:8650: $? = 0
  314. configure:8667: result: yes
  315. configure:8622: checking for stdlib.h
  316. configure:8643: gcc -c -g -O2 conftest.c >&5
  317. configure:8650: $? = 0
  318. configure:8667: result: yes
  319. configure:8622: checking for string.h
  320. configure:8643: gcc -c -g -O2 conftest.c >&5
  321. configure:8650: $? = 0
  322. configure:8667: result: yes
  323. configure:8622: checking for memory.h
  324. configure:8643: gcc -c -g -O2 conftest.c >&5
  325. configure:8650: $? = 0
  326. configure:8667: result: yes
  327. configure:8622: checking for strings.h
  328. configure:8643: gcc -c -g -O2 conftest.c >&5
  329. configure:8650: $? = 0
  330. configure:8667: result: yes
  331. configure:8622: checking for inttypes.h
  332. configure:8643: gcc -c -g -O2 conftest.c >&5
  333. configure:8650: $? = 0
  334. configure:8667: result: yes
  335. configure:8622: checking for stdint.h
  336. configure:8643: gcc -c -g -O2 conftest.c >&5
  337. configure:8650: $? = 0
  338. configure:8667: result: yes
  339. configure:8622: checking for unistd.h
  340. configure:8643: gcc -c -g -O2 conftest.c >&5
  341. configure:8650: $? = 0
  342. configure:8667: result: yes
  343. configure:8685: checking for dlfcn.h
  344. configure:8706: gcc -c -g -O2 conftest.c >&5
  345. configure:8713: $? = 0
  346. configure:8730: result: yes
  347. configure:8857: checking for C++ compiler version
  348. configure:8865: g++ --version >&5
  349. g++ (GCC) 7.1.1 20170622 (Red Hat 7.1.1-3)
  350. Copyright (C) 2017 Free Software Foundation, Inc.
  351. This is free software; see the source for copying conditions. There is NO
  352. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  353.  
  354. configure:8869: $? = 0
  355. configure:8876: g++ -v >&5
  356. Using built-in specs.
  357. COLLECT_GCC=g++
  358. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/7/lto-wrapper
  359. OFFLOAD_TARGET_NAMES=nvptx-none
  360. OFFLOAD_TARGET_DEFAULT=1
  361. Target: x86_64-redhat-linux
  362. Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl --enable-libmpx --enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
  363. Thread model: posix
  364. gcc version 7.1.1 20170622 (Red Hat 7.1.1-3) (GCC)
  365. configure:8880: $? = 0
  366. configure:8887: g++ -V >&5
  367. g++: error: unrecognized command line option '-V'
  368. g++: fatal error: no input files
  369. compilation terminated.
  370. configure:8891: $? = 1
  371. configure:8894: checking whether we are using the GNU C++ compiler
  372. configure:8947: result: yes
  373. configure:8956: checking whether g++ accepts -g
  374. configure:9094: result: yes
  375. configure:9119: checking dependency style of g++
  376. configure:9229: result: gcc3
  377. configure:9252: checking how to run the C++ preprocessor
  378. configure:9288: g++ -E conftest.cpp
  379. configure:9295: $? = 0
  380. configure:9326: g++ -E conftest.cpp
  381. conftest.cpp:21:10: fatal error: ac_nonexistent.h: No such file or directory
  382. #include <ac_nonexistent.h>
  383. ^~~~~~~~~~~~~~~~~~
  384. compilation terminated.
  385. configure:9333: $? = 1
  386. configure: failed program was:
  387. | /* confdefs.h. */
  388. | #define PACKAGE_NAME "showeq"
  389. | #define PACKAGE_TARNAME "showeq"
  390. | #define PACKAGE_VERSION "5.13.10.53"
  391. | #define PACKAGE_STRING "showeq 5.13.10.53"
  392. | #define PACKAGE_BUGREPORT ""
  393. | #define PACKAGE "showeq"
  394. | #define VERSION "5.13.10.53"
  395. | #define STDC_HEADERS 1
  396. | #define HAVE_SYS_TYPES_H 1
  397. | #define HAVE_SYS_STAT_H 1
  398. | #define HAVE_STDLIB_H 1
  399. | #define HAVE_STRING_H 1
  400. | #define HAVE_MEMORY_H 1
  401. | #define HAVE_STRINGS_H 1
  402. | #define HAVE_INTTYPES_H 1
  403. | #define HAVE_STDINT_H 1
  404. | #define HAVE_UNISTD_H 1
  405. | #define HAVE_DLFCN_H 1
  406. | /* end confdefs.h. */
  407. | #include <ac_nonexistent.h>
  408. configure:9366: result: g++ -E
  409. configure:9395: g++ -E conftest.cpp
  410. configure:9402: $? = 0
  411. configure:9433: g++ -E conftest.cpp
  412. conftest.cpp:21:10: fatal error: ac_nonexistent.h: No such file or directory
  413. #include <ac_nonexistent.h>
  414. ^~~~~~~~~~~~~~~~~~
  415. compilation terminated.
  416. configure:9440: $? = 1
  417. configure: failed program was:
  418. | /* confdefs.h. */
  419. | #define PACKAGE_NAME "showeq"
  420. | #define PACKAGE_TARNAME "showeq"
  421. | #define PACKAGE_VERSION "5.13.10.53"
  422. | #define PACKAGE_STRING "showeq 5.13.10.53"
  423. | #define PACKAGE_BUGREPORT ""
  424. | #define PACKAGE "showeq"
  425. | #define VERSION "5.13.10.53"
  426. | #define STDC_HEADERS 1
  427. | #define HAVE_SYS_TYPES_H 1
  428. | #define HAVE_SYS_STAT_H 1
  429. | #define HAVE_STDLIB_H 1
  430. | #define HAVE_STRING_H 1
  431. | #define HAVE_MEMORY_H 1
  432. | #define HAVE_STRINGS_H 1
  433. | #define HAVE_INTTYPES_H 1
  434. | #define HAVE_STDINT_H 1
  435. | #define HAVE_UNISTD_H 1
  436. | #define HAVE_DLFCN_H 1
  437. | /* end confdefs.h. */
  438. | #include <ac_nonexistent.h>
  439. configure:9653: checking for objdir
  440. configure:9668: result: .libs
  441. configure:9964: checking if gcc supports -fno-rtti -fno-exceptions
  442. configure:9982: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  443. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
  444. configure:9986: $? = 0
  445. configure:9999: result: no
  446. configure:10019: checking for gcc option to produce PIC
  447. configure:10291: result: -fPIC -DPIC
  448. configure:10303: checking if gcc PIC flag -fPIC -DPIC works
  449. configure:10321: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  450. configure:10325: $? = 0
  451. configure:10338: result: yes
  452. configure:10362: checking if gcc static flag -static works
  453. configure:10390: result: no
  454. configure:10405: checking if gcc supports -c -o file.o
  455. configure:10426: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  456. configure:10430: $? = 0
  457. configure:10452: result: yes
  458. configure:10460: checking if gcc supports -c -o file.o
  459. configure:10507: result: yes
  460. configure:10540: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  461. configure:11614: result: yes
  462. configure:11651: checking whether -lc should be explicitly linked in
  463. configure:11656: gcc -c -g -O2 conftest.c >&5
  464. configure:11659: $? = 0
  465. configure:11674: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
  466. configure:11677: $? = 0
  467. configure:11689: result: no
  468. configure:11853: checking dynamic linker characteristics
  469. configure:12296: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
  470. configure:12303: $? = 0
  471. configure:12539: result: GNU/Linux ld.so
  472. configure:12641: checking how to hardcode library paths into programs
  473. configure:12666: result: immediate
  474. configure:13499: checking whether stripping libraries is possible
  475. configure:13504: result: yes
  476. configure:13539: checking if libtool supports shared libraries
  477. configure:13541: result: yes
  478. configure:13544: checking whether to build shared libraries
  479. configure:13565: result: yes
  480. configure:13568: checking whether to build static libraries
  481. configure:13572: result: yes
  482. configure:13722: checking for ld used by g++
  483. configure:13789: result: /usr/bin/ld -m elf_x86_64
  484. configure:13798: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
  485. configure:13813: result: yes
  486. configure:13868: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  487. configure:14843: result: yes
  488. configure:14871: g++ -c -g -O2 conftest.cpp >&5
  489. configure:14874: $? = 0
  490. configure:15056: checking for g++ option to produce PIC
  491. configure:15373: result: -fPIC -DPIC
  492. configure:15382: checking if g++ PIC flag -fPIC -DPIC works
  493. configure:15400: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
  494. configure:15404: $? = 0
  495. configure:15417: result: yes
  496. configure:15438: checking if g++ static flag -static works
  497. configure:15466: result: no
  498. configure:15478: checking if g++ supports -c -o file.o
  499. configure:15499: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
  500. configure:15503: $? = 0
  501. configure:15525: result: yes
  502. configure:15530: checking if g++ supports -c -o file.o
  503. configure:15577: result: yes
  504. configure:15607: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  505. configure:15633: result: yes
  506. configure:15770: checking dynamic linker characteristics
  507. configure:16161: g++ -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.cpp >&5
  508. configure:16168: $? = 0
  509. configure:16404: result: GNU/Linux ld.so
  510. configure:16455: checking how to hardcode library paths into programs
  511. configure:16480: result: immediate
  512. configure:16546: checking for supported libc version
  513. configure:16583: g++ -o conftest -g -O2 conftest.cpp >&5
  514. configure:16590: $? = 0
  515. configure:16599: result: yes
  516. configure:17146: checking for X
  517. configure:17261: gcc -E conftest.c
  518. configure:17268: $? = 0
  519. configure:17317: gcc -o conftest -g -O2 conftest.c -lX11 >&5
  520. configure:17324: $? = 0
  521. configure:17386: result: libraries , headers
  522. configure:17461: checking for IceConnectionNumber in -lICE
  523. configure:17496: gcc -o conftest -g -O2 -L/usr/lib conftest.c -lICE >&5
  524. configure:17503: $? = 0
  525. configure:17524: result: yes
  526. configure:17538: checking for libXext
  527. configure:17575: gcc -o conftest -g -O2 -L/usr/lib conftest.c -lXext -lX11 >&5
  528. configure:17582: $? = 0
  529. configure:17609: result: yes
  530. configure:17630: checking for extra includes
  531. configure:17658: result: no
  532. configure:17662: checking for extra libs
  533. configure:17691: result: no
  534. configure:17697: checking for libz
  535. configure:17736: gcc -o conftest -g -O2 -I. conftest.c -L/usr/lib -lz >&5
  536. configure:17743: $? = 0
  537. configure:17774: result: -lz
  538. configure:17786: checking for libpng
  539. configure:17829: gcc -o conftest -g -O2 -I. conftest.c -L/usr/lib -lpng -lz -lm -lX11 >&5
  540. configure:17836: $? = 0
  541. configure:17868: result: -lpng -lz -lm
  542. configure:17885: checking for Qt
  543. tried /usr/lib64/qt-3.3/lib64
  544. configure:18217: g++ -o conftest -g -O2 -I/usr/lib64/qt-3.3/include -I. -L/usr/lib64/qt-3.3/lib -L/usr/lib conftest.cpp -lqt-mt -lpng -lz -lm -lXext -lX11 >&5
  545. configure:18220: $? = 0
  546. configure:18294: WARNING: Qt documenation not installed?!
  547. configure:18370: result: >>>>> Workable...: -*{ YES }*-
  548. configure:18386: checking for Qt MOC
  549. configure:18563: tried to call /usr/lib64/qt-3.3/bin/moc --help 2>&1 | sed -e '1q' | grep Qt
  550. configure:18564: moc output: Qt meta object compiler
  551. configure:18628: result: yes
  552. configure:18635: checking for Qt UIC
  553. configure:18812: tried to call /usr/lib64/qt-3.3/bin/uic --help 2>&1 | sed -e '1q' | grep Qt
  554. configure:18813: uic output: Qt user interface compiler.
  555. configure:18877: result: yes
  556. configure:18882: checking if Qt compiles without flags
  557. configure:18933: g++ -o conftest -g -O2 -I/usr/lib64/qt-3.3/include -L/usr/lib conftest.cpp -lqt-mt -lXext -lX11 >&5
  558. /usr/bin/ld: cannot find -lqt-mt
  559. collect2: error: ld returned 1 exit status
  560. configure:18936: $? = 1
  561. configure: failed program was:
  562. #define QT_THREAD_SUPPORT 1
  563. #include "confdefs.h"
  564. #include <qglobal.h>
  565. #include <qapplication.h>
  566. #include <qstringlist.h>
  567. #include <qstyle.h>
  568. #include <qthread.h>
  569. #if ! (QT_VERSION > 230)
  570. #error 1
  571. #endif
  572.  
  573. int main() {
  574. QStringList *t = new QStringList();
  575. QMutex mutex;
  576. return 0;
  577. }
  578. configure:18969: result: no
  579. configure:19048: checking for pthread_create in -lpthread
  580. configure:19083: g++ -o conftest -g -O2 conftest.cpp -lpthread >&5
  581. configure:19090: $? = 0
  582. configure:19111: result: yes
  583. configure:19134: checking for pcap_open_live in -lpcap
  584. configure:19169: g++ -o conftest -g -O2 conftest.cpp -lpcap >&5
  585. configure:19176: $? = 0
  586. configure:19197: result: yes
  587. configure:19213: checking for gdImageCreate in -lgd
  588. configure:19248: g++ -o conftest -g -O2 conftest.cpp -lgd -lpcap >&5
  589. /usr/bin/ld: cannot find -lgd
  590. collect2: error: ld returned 1 exit status
  591. configure:19255: $? = 1
  592. configure: failed program was:
  593. | /* confdefs.h. */
  594. | #define PACKAGE_NAME "showeq"
  595. | #define PACKAGE_TARNAME "showeq"
  596. | #define PACKAGE_VERSION "5.13.10.53"
  597. | #define PACKAGE_STRING "showeq 5.13.10.53"
  598. | #define PACKAGE_BUGREPORT ""
  599. | #define PACKAGE "showeq"
  600. | #define VERSION "5.13.10.53"
  601. | #define STDC_HEADERS 1
  602. | #define HAVE_SYS_TYPES_H 1
  603. | #define HAVE_SYS_STAT_H 1
  604. | #define HAVE_STDLIB_H 1
  605. | #define HAVE_STRING_H 1
  606. | #define HAVE_MEMORY_H 1
  607. | #define HAVE_STRINGS_H 1
  608. | #define HAVE_INTTYPES_H 1
  609. | #define HAVE_STDINT_H 1
  610. | #define HAVE_UNISTD_H 1
  611. | #define HAVE_DLFCN_H 1
  612. | #define LT_OBJDIR ".libs/"
  613. | #define HAVE_LIBZ 1
  614. | #define HAVE_LIBPNG 1
  615. | #define HAVE_LIBPCAP 1
  616. | /* end confdefs.h. */
  617. |
  618. | /* Override any GCC internal prototype to avoid an error.
  619. | Use char because int might match the return type of a GCC
  620. | builtin and then its argument prototype would still apply. */
  621. | #ifdef __cplusplus
  622. | extern "C"
  623. | #endif
  624. | char gdImageCreate ();
  625. | int
  626. | main ()
  627. | {
  628. | return gdImageCreate ();
  629. | ;
  630. | return 0;
  631. | }
  632. configure:19276: result: no
  633. configure:19293: checking for gdImagePng in -lgd
  634. configure:19328: g++ -o conftest -g -O2 conftest.cpp -lgd -lpcap >&5
  635. /usr/bin/ld: cannot find -lgd
  636. collect2: error: ld returned 1 exit status
  637. configure:19335: $? = 1
  638. configure: failed program was:
  639. | /* confdefs.h. */
  640. | #define PACKAGE_NAME "showeq"
  641. | #define PACKAGE_TARNAME "showeq"
  642. | #define PACKAGE_VERSION "5.13.10.53"
  643. | #define PACKAGE_STRING "showeq 5.13.10.53"
  644. | #define PACKAGE_BUGREPORT ""
  645. | #define PACKAGE "showeq"
  646. | #define VERSION "5.13.10.53"
  647. | #define STDC_HEADERS 1
  648. | #define HAVE_SYS_TYPES_H 1
  649. | #define HAVE_SYS_STAT_H 1
  650. | #define HAVE_STDLIB_H 1
  651. | #define HAVE_STRING_H 1
  652. | #define HAVE_MEMORY_H 1
  653. | #define HAVE_STRINGS_H 1
  654. | #define HAVE_INTTYPES_H 1
  655. | #define HAVE_STDINT_H 1
  656. | #define HAVE_UNISTD_H 1
  657. | #define HAVE_DLFCN_H 1
  658. | #define LT_OBJDIR ".libs/"
  659. | #define HAVE_LIBZ 1
  660. | #define HAVE_LIBPNG 1
  661. | #define HAVE_LIBPCAP 1
  662. | /* end confdefs.h. */
  663. |
  664. | /* Override any GCC internal prototype to avoid an error.
  665. | Use char because int might match the return type of a GCC
  666. | builtin and then its argument prototype would still apply. */
  667. | #ifdef __cplusplus
  668. | extern "C"
  669. | #endif
  670. | char gdImagePng ();
  671. | int
  672. | main ()
  673. | {
  674. | return gdImagePng ();
  675. | ;
  676. | return 0;
  677. | }
  678. configure:19356: result: no
  679. configure:19368: checking for inflate in -lz
  680. configure:19403: g++ -o conftest -g -O2 conftest.cpp -lz -lpcap >&5
  681. configure:19410: $? = 0
  682. configure:19431: result: yes
  683. configure:19448: checking for ANSI C header files
  684. configure:19616: result: yes
  685. configure:19642: checking deque usability
  686. configure:19659: g++ -c -g -O2 conftest.cpp >&5
  687. configure:19666: $? = 0
  688. configure:19680: result: yes
  689. configure:19684: checking deque presence
  690. configure:19699: g++ -E conftest.cpp
  691. configure:19706: $? = 0
  692. configure:19720: result: yes
  693. configure:19748: checking for deque
  694. configure:19757: result: yes
  695. configure:19777: checking for size_t
  696. configure:19805: g++ -c -g -O2 conftest.cpp >&5
  697. configure:19812: $? = 0
  698. configure:19839: g++ -c -g -O2 conftest.cpp >&5
  699. conftest.cpp: In function 'int main()':
  700. conftest.cpp:64:20: error: expected primary-expression before ')' token
  701. if (sizeof ((size_t)))
  702. ^
  703. configure:19846: $? = 1
  704. configure: failed program was:
  705. | /* confdefs.h. */
  706. | #define PACKAGE_NAME "showeq"
  707. | #define PACKAGE_TARNAME "showeq"
  708. | #define PACKAGE_VERSION "5.13.10.53"
  709. | #define PACKAGE_STRING "showeq 5.13.10.53"
  710. | #define PACKAGE_BUGREPORT ""
  711. | #define PACKAGE "showeq"
  712. | #define VERSION "5.13.10.53"
  713. | #define STDC_HEADERS 1
  714. | #define HAVE_SYS_TYPES_H 1
  715. | #define HAVE_SYS_STAT_H 1
  716. | #define HAVE_STDLIB_H 1
  717. | #define HAVE_STRING_H 1
  718. | #define HAVE_MEMORY_H 1
  719. | #define HAVE_STRINGS_H 1
  720. | #define HAVE_INTTYPES_H 1
  721. | #define HAVE_STDINT_H 1
  722. | #define HAVE_UNISTD_H 1
  723. | #define HAVE_DLFCN_H 1
  724. | #define LT_OBJDIR ".libs/"
  725. | #define HAVE_LIBZ 1
  726. | #define HAVE_LIBPNG 1
  727. | #define HAVE_LIBPCAP 1
  728. | #define HAVE_LIBZ 1
  729. | #define STDC_HEADERS 1
  730. | #define HAVE_DEQUE 1
  731. | /* end confdefs.h. */
  732. | #include <stdio.h>
  733. | #ifdef HAVE_SYS_TYPES_H
  734. | # include <sys/types.h>
  735. | #endif
  736. | #ifdef HAVE_SYS_STAT_H
  737. | # include <sys/stat.h>
  738. | #endif
  739. | #ifdef STDC_HEADERS
  740. | # include <stdlib.h>
  741. | # include <stddef.h>
  742. | #else
  743. | # ifdef HAVE_STDLIB_H
  744. | # include <stdlib.h>
  745. | # endif
  746. | #endif
  747. | #ifdef HAVE_STRING_H
  748. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  749. | # include <memory.h>
  750. | # endif
  751. | # include <string.h>
  752. | #endif
  753. | #ifdef HAVE_STRINGS_H
  754. | # include <strings.h>
  755. | #endif
  756. | #ifdef HAVE_INTTYPES_H
  757. | # include <inttypes.h>
  758. | #endif
  759. | #ifdef HAVE_STDINT_H
  760. | # include <stdint.h>
  761. | #endif
  762. | #ifdef HAVE_UNISTD_H
  763. | # include <unistd.h>
  764. | #endif
  765. | int
  766. | main ()
  767. | {
  768. | if (sizeof ((size_t)))
  769. | return 0;
  770. | ;
  771. | return 0;
  772. | }
  773. configure:19869: result: yes
  774. configure:19958: checking whether to enable debugging code and flags
  775. configure:19982: result: yes
  776. configure:19994: checking whether to build with optimization enabled
  777. configure:20044: result: yes
  778. configure:20054: checking whether to build with code inlined
  779. configure:20073: result: yes
  780. configure:20122: checking whether to build with profiling
  781. configure:20143: result: no
  782. configure:20155: checking whether to build for use with the test server
  783. configure:20169: result: no
  784. configure:20185: checking for rpath
  785. configure:20212: result: yes
  786. configure:20396: creating ./config.status
  787.  
  788. ## ---------------------- ##
  789. ## Running config.status. ##
  790. ## ---------------------- ##
  791.  
  792. This file was extended by showeq config.status 5.13.10.53, which was
  793. generated by GNU Autoconf 2.63. Invocation command line was
  794.  
  795. CONFIG_FILES =
  796. CONFIG_HEADERS =
  797. CONFIG_LINKS =
  798. CONFIG_COMMANDS =
  799. $ ./config.status
  800.  
  801. on chipmunts.firi.us
  802.  
  803. config.status:1100: creating Makefile
  804. config.status:1100: creating src/Makefile
  805. config.status:1100: creating conf/Makefile
  806. config.status:1100: creating config.h
  807. config.status:1374: executing depfiles commands
  808. config.status:1374: executing libtool commands
  809.  
  810. ## ---------------- ##
  811. ## Cache variables. ##
  812. ## ---------------- ##
  813.  
  814. ac_cv_build=x86_64-unknown-linux-gnu
  815. ac_cv_c_compiler_gnu=yes
  816. ac_cv_c_const=yes
  817. ac_cv_cxx_compiler_gnu=yes
  818. ac_cv_env_CCC_set=
  819. ac_cv_env_CCC_value=
  820. ac_cv_env_CC_set=
  821. ac_cv_env_CC_value=
  822. ac_cv_env_CFLAGS_set=
  823. ac_cv_env_CFLAGS_value=
  824. ac_cv_env_CPPFLAGS_set=
  825. ac_cv_env_CPPFLAGS_value=
  826. ac_cv_env_CPP_set=
  827. ac_cv_env_CPP_value=
  828. ac_cv_env_CXXCPP_set=
  829. ac_cv_env_CXXCPP_value=
  830. ac_cv_env_CXXFLAGS_set=
  831. ac_cv_env_CXXFLAGS_value=
  832. ac_cv_env_CXX_set=
  833. ac_cv_env_CXX_value=
  834. ac_cv_env_LDFLAGS_set=
  835. ac_cv_env_LDFLAGS_value=
  836. ac_cv_env_LIBS_set=
  837. ac_cv_env_LIBS_value=
  838. ac_cv_env_XMKMF_set=
  839. ac_cv_env_XMKMF_value=
  840. ac_cv_env_build_alias_set=
  841. ac_cv_env_build_alias_value=
  842. ac_cv_env_host_alias_set=
  843. ac_cv_env_host_alias_value=
  844. ac_cv_env_target_alias_set=
  845. ac_cv_env_target_alias_value=
  846. ac_cv_have_x='have_x=yes kde_x_includes=. ac_x_libraries=/usr/lib'
  847. ac_cv_header_deque=yes
  848. ac_cv_header_dlfcn_h=yes
  849. ac_cv_header_inttypes_h=yes
  850. ac_cv_header_memory_h=yes
  851. ac_cv_header_stdc=yes
  852. ac_cv_header_stdint_h=yes
  853. ac_cv_header_stdlib_h=yes
  854. ac_cv_header_string_h=yes
  855. ac_cv_header_strings_h=yes
  856. ac_cv_header_sys_stat_h=yes
  857. ac_cv_header_sys_types_h=yes
  858. ac_cv_header_unistd_h=yes
  859. ac_cv_host=x86_64-unknown-linux-gnu
  860. ac_cv_lib_ICE_IceConnectionNumber=yes
  861. ac_cv_lib_gd_gdImageCreate=no
  862. ac_cv_lib_gd_gdImagePng=no
  863. ac_cv_lib_pcap_pcap_open_live=yes
  864. ac_cv_lib_png='-lpng -lz -lm'
  865. ac_cv_lib_pthread_pthread_create=yes
  866. ac_cv_lib_z=-lz
  867. ac_cv_lib_z_inflate=yes
  868. ac_cv_objext=o
  869. ac_cv_path_EGREP='/usr/bin/grep -E'
  870. ac_cv_path_FGREP='/usr/bin/grep -F'
  871. ac_cv_path_GREP=/usr/bin/grep
  872. ac_cv_path_SED=/usr/bin/sed
  873. ac_cv_path_install='/usr/bin/install -c'
  874. ac_cv_path_mkdir=/usr/bin/mkdir
  875. ac_cv_path_moc=/usr/lib64/qt-3.3/bin/moc
  876. ac_cv_path_uic=/usr/lib64/qt-3.3/bin/uic
  877. ac_cv_prog_AWK=gawk
  878. ac_cv_prog_CCd=gcc
  879. ac_cv_prog_CPP='gcc -E'
  880. ac_cv_prog_CXXCPP='g++ -E'
  881. ac_cv_prog_CXXd=g++
  882. ac_cv_prog_ac_ct_AR=ar
  883. ac_cv_prog_ac_ct_CC=gcc
  884. ac_cv_prog_ac_ct_OBJDUMP=objdump
  885. ac_cv_prog_ac_ct_RANLIB=ranlib
  886. ac_cv_prog_ac_ct_STRIP=strip
  887. ac_cv_prog_cc_c89=
  888. ac_cv_prog_cc_g=yes
  889. ac_cv_prog_cxx_g=yes
  890. ac_cv_prog_make_make_set=yes
  891. ac_cv_showeq_inlines=yes
  892. ac_cv_showeq_profiling=no
  893. ac_cv_sins_debug=yes
  894. ac_cv_sins_optimization=yes
  895. ac_cv_target=x86_64-unknown-linux-gnu
  896. ac_cv_type_size_t=yes
  897. am_cv_CC_dependencies_compiler_type=gcc3
  898. am_cv_CXX_dependencies_compiler_type=gcc3
  899. kde_cv_have_libXext=yes
  900. lt_cv_deplibs_check_method=pass_all
  901. lt_cv_file_magic_cmd='$MAGIC_CMD'
  902. lt_cv_file_magic_test_file=
  903. lt_cv_ld_reload_flag=-r
  904. lt_cv_nm_interface='BSD nm'
  905. lt_cv_objdir=.libs
  906. lt_cv_path_LD=/usr/bin/ld
  907. lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
  908. lt_cv_path_NM='/usr/bin/nm -B'
  909. lt_cv_prog_compiler_c_o=yes
  910. lt_cv_prog_compiler_c_o_CXX=yes
  911. lt_cv_prog_compiler_pic_works=yes
  912. lt_cv_prog_compiler_pic_works_CXX=yes
  913. lt_cv_prog_compiler_rtti_exceptions=no
  914. lt_cv_prog_compiler_static_works=no
  915. lt_cv_prog_compiler_static_works_CXX=no
  916. lt_cv_prog_gnu_ld=yes
  917. lt_cv_prog_gnu_ldcxx=yes
  918. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
  919. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  920. 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'\'''
  921. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  922. lt_cv_sys_max_cmd_len=1572864
  923.  
  924. ## ----------------- ##
  925. ## Output variables. ##
  926. ## ----------------- ##
  927.  
  928. ACLOCAL='${SHELL} /home/grump/Downloads/showeq-5.13.10.53/missing --run aclocal-1.11'
  929. AMDEPBACKSLASH='\'
  930. AMDEP_FALSE='#'
  931. AMDEP_TRUE=''
  932. AMTAR='${SHELL} /home/grump/Downloads/showeq-5.13.10.53/missing --run tar'
  933. AR='ar'
  934. AUTOCONF='${SHELL} /home/grump/Downloads/showeq-5.13.10.53/missing --run autoconf'
  935. AUTOHEADER='${SHELL} /home/grump/Downloads/showeq-5.13.10.53/missing --run autoheader'
  936. AUTOMAKE='${SHELL} /home/grump/Downloads/showeq-5.13.10.53/missing --run automake-1.11'
  937. AWK='gawk'
  938. CC='gcc'
  939. CCDEPMODE='depmode=gcc3'
  940. CCd='gcc'
  941. CFLAGS='-D_REENTRANT -02 -Wall -g -ggdb -DDEBUG -finline-functions -g -O2'
  942. CGIDIR=''
  943. CGI_FALSE=''
  944. CGI_ICONS='false'
  945. CGI_ICON_DIR='/eq-icons/'
  946. CGI_TRUE='#'
  947. CPP='gcc -E'
  948. CPPFLAGS=''
  949. CXX='g++'
  950. CXXCPP='g++ -E'
  951. CXXDEPMODE='depmode=gcc3'
  952. CXXFLAGS='-D_REENTRANT -O2 -Wall -g -ggdb -DDEBUG -finline-functions -DQT_THREAD_SUPPORT=1 -DDISPLAY_ICONS=false -DICON_DIR=\"/eq-icons/\" -g -O2'
  953. CXXd='g++'
  954. CYGPATH_W='echo'
  955. DEBUG=''
  956. DEFS='-DHAVE_CONFIG_H'
  957. DEPDIR='.deps'
  958. DSYMUTIL=''
  959. DUMPBIN=''
  960. ECHO_C=''
  961. ECHO_N='-n'
  962. ECHO_T=''
  963. EGREP='/usr/bin/grep -E'
  964. EXEEXT=''
  965. FGREP='/usr/bin/grep -F'
  966. GREP='/usr/bin/grep'
  967. HAVE_GD_FALSE='#'
  968. HAVE_GD_TRUE=''
  969. INSTALL_DATA='${INSTALL} -m 644'
  970. INSTALL_PROGRAM='${INSTALL}'
  971. INSTALL_SCRIPT='${INSTALL}'
  972. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  973. LD='/usr/bin/ld -m elf_x86_64'
  974. LDFLAGS=''
  975. LIBGETOPT=''
  976. LIBOBJS=''
  977. LIBPNG='-lpng -lz -lm'
  978. LIBPTHREAD='-lpthread'
  979. LIBS='-lz -lpcap '
  980. LIBSM=' -lSM'
  981. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  982. LIBZ='-lz'
  983. LIB_QT='-lqt-mt $(LIBPNG) -lXext $(LIB_X11) $(X_PRE_LIBS)'
  984. LIB_X11='-lX11 $(LIBSOCKET)'
  985. LIPO=''
  986. LN_S='ln -s'
  987. LTLIBOBJS=''
  988. MAINT='#'
  989. MAINTAINER_MODE_FALSE=''
  990. MAINTAINER_MODE_TRUE='#'
  991. MAKEINFO='${SHELL} /home/grump/Downloads/showeq-5.13.10.53/missing --run makeinfo'
  992. MEMORY_LIBS=''
  993. MKDIR_P='/usr/bin/mkdir -p'
  994. MOC='/usr/lib64/qt-3.3/bin/moc'
  995. NM='/usr/bin/nm -B'
  996. NMEDIT=''
  997. OBJDUMP='objdump'
  998. OBJEXT='o'
  999. OTOOL64=''
  1000. OTOOL=''
  1001. PACKAGE='showeq'
  1002. PACKAGE_BUGREPORT=''
  1003. PACKAGE_NAME='showeq'
  1004. PACKAGE_STRING='showeq 5.13.10.53'
  1005. PACKAGE_TARNAME='showeq'
  1006. PACKAGE_VERSION='5.13.10.53'
  1007. PATH_SEPARATOR=':'
  1008. PROFILE_LIBS=''
  1009. QT_DOCS='NO'
  1010. QT_INCLUDES='-I/usr/lib64/qt-3.3/include'
  1011. QT_LDFLAGS='-L/usr/lib64/qt-3.3/lib'
  1012. RANLIB='ranlib'
  1013. SED='/usr/bin/sed'
  1014. SET_MAKE=''
  1015. SHELL='/bin/sh'
  1016. SHOWEQ_EXTRA_RPATH=''
  1017. SHOWEQ_RPATH=' -rpath $(qt_libraries) -rpath $(x_libraries)'
  1018. STRIP='strip'
  1019. TEST_SERVER_FALSE=''
  1020. TEST_SERVER_TRUE='#'
  1021. UIC='/usr/lib64/qt-3.3/bin/uic'
  1022. USER_INCLUDES=''
  1023. USER_LDFLAGS=''
  1024. USE_THREADS='-D_REENTRANT'
  1025. VERSION='5.13.10.53'
  1026. XMKMF=''
  1027. X_INCLUDES='-I.'
  1028. X_LDFLAGS='-L/usr/lib'
  1029. X_PRE_LIBS=''
  1030. ac_ct_CC='gcc'
  1031. ac_ct_CXX=''
  1032. ac_ct_DUMPBIN=''
  1033. am__EXEEXT_FALSE=''
  1034. am__EXEEXT_TRUE='#'
  1035. am__fastdepCC_FALSE='#'
  1036. am__fastdepCC_TRUE=''
  1037. am__fastdepCXX_FALSE='#'
  1038. am__fastdepCXX_TRUE=''
  1039. am__include='include'
  1040. am__isrc=''
  1041. am__leading_dot='.'
  1042. am__quote=''
  1043. am__tar='${AMTAR} chof - "$$tardir"'
  1044. am__untar='${AMTAR} xf -'
  1045. bindir='${exec_prefix}/bin'
  1046. build='x86_64-unknown-linux-gnu'
  1047. build_alias=''
  1048. build_cpu='x86_64'
  1049. build_os='linux-gnu'
  1050. build_vendor='unknown'
  1051. datadir='${datarootdir}'
  1052. datarootdir='${prefix}/share'
  1053. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1054. dvidir='${docdir}'
  1055. exec_prefix='${prefix}'
  1056. host='x86_64-unknown-linux-gnu'
  1057. host_alias=''
  1058. host_cpu='x86_64'
  1059. host_os='linux-gnu'
  1060. host_vendor='unknown'
  1061. htmldir='${docdir}'
  1062. includedir='${prefix}/include'
  1063. infodir='${datarootdir}/info'
  1064. install_sh='${SHELL} /home/grump/Downloads/showeq-5.13.10.53/install-sh'
  1065. libdir='${exec_prefix}/lib'
  1066. libexecdir='${exec_prefix}/libexec'
  1067. localedir='${datarootdir}/locale'
  1068. localstatedir='${prefix}/var'
  1069. lt_ECHO='echo'
  1070. mandir='${datarootdir}/man'
  1071. mkdir_p='/usr/bin/mkdir -p'
  1072. oldincludedir='/usr/include'
  1073. pdfdir='${docdir}'
  1074. prefix='/usr/local'
  1075. program_transform_name='s,x,x,'
  1076. psdir='${docdir}'
  1077. qt_docs='NO'
  1078. qt_includes='/usr/lib64/qt-3.3/include'
  1079. qt_libraries='/usr/lib64/qt-3.3/lib'
  1080. sbindir='${exec_prefix}/sbin'
  1081. sharedstatedir='${prefix}/com'
  1082. sysconfdir='${prefix}/etc'
  1083. target='x86_64-unknown-linux-gnu'
  1084. target_alias=''
  1085. target_cpu='x86_64'
  1086. target_os='linux-gnu'
  1087. target_vendor='unknown'
  1088. x_includes='.'
  1089. x_libraries='/usr/lib'
  1090.  
  1091. ## ----------- ##
  1092. ## confdefs.h. ##
  1093. ## ----------- ##
  1094.  
  1095. #define PACKAGE_NAME "showeq"
  1096. #define PACKAGE_TARNAME "showeq"
  1097. #define PACKAGE_VERSION "5.13.10.53"
  1098. #define PACKAGE_STRING "showeq 5.13.10.53"
  1099. #define PACKAGE_BUGREPORT ""
  1100. #define PACKAGE "showeq"
  1101. #define VERSION "5.13.10.53"
  1102. #define STDC_HEADERS 1
  1103. #define HAVE_SYS_TYPES_H 1
  1104. #define HAVE_SYS_STAT_H 1
  1105. #define HAVE_STDLIB_H 1
  1106. #define HAVE_STRING_H 1
  1107. #define HAVE_MEMORY_H 1
  1108. #define HAVE_STRINGS_H 1
  1109. #define HAVE_INTTYPES_H 1
  1110. #define HAVE_STDINT_H 1
  1111. #define HAVE_UNISTD_H 1
  1112. #define HAVE_DLFCN_H 1
  1113. #define LT_OBJDIR ".libs/"
  1114. #define HAVE_LIBZ 1
  1115. #define HAVE_LIBPNG 1
  1116. #define HAVE_LIBPCAP 1
  1117. #define HAVE_LIBZ 1
  1118. #define STDC_HEADERS 1
  1119. #define HAVE_DEQUE 1
  1120.  
  1121. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement