Guest User

Untitled

a guest
Oct 31st, 2017
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.79 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 libzshare configure 1.0.0.3756, which was
  5. generated by GNU Autoconf 2.59. Invocation command line was
  6.  
  7. $ ./configure --prefix=/usr --enable-debug
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = topxen
  14. uname -m = x86_64
  15. uname -r = 2.6.18-238.el5xen
  16. uname -s = Linux
  17. uname -v = #1 SMP Thu Jan 13 16:41:45 EST 2011
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = x86_64
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/kerberos/sbin
  31. PATH: /usr/kerberos/bin
  32. PATH: /usr/local/sbin
  33. PATH: /usr/local/bin
  34. PATH: /sbin
  35. PATH: /bin
  36. PATH: /usr/sbin
  37. PATH: /usr/bin
  38. PATH: /root/bin
  39.  
  40.  
  41. ## ----------- ##
  42. ## Core tests. ##
  43. ## ----------- ##
  44.  
  45. configure:1579: checking for gcc
  46. configure:1595: found /usr/bin/gcc
  47. configure:1605: result: gcc
  48. configure:1849: checking for C compiler version
  49. configure:1852: gcc --version </dev/null >&5
  50. gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-50)
  51. Copyright (C) 2006 Free Software Foundation, Inc.
  52. This is free software; see the source for copying conditions. There is NO
  53. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  54.  
  55. configure:1855: $? = 0
  56. configure:1857: gcc -v </dev/null >&5
  57. Using built-in specs.
  58. Target: x86_64-redhat-linux
  59. Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --disable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux
  60. Thread model: posix
  61. gcc version 4.1.2 20080704 (Red Hat 4.1.2-50)
  62. configure:1860: $? = 0
  63. configure:1862: gcc -V </dev/null >&5
  64. gcc: '-V' option must have argument
  65. configure:1865: $? = 1
  66. configure:1888: checking for C compiler default output file name
  67. configure:1891: gcc conftest.c >&5
  68. configure:1894: $? = 0
  69. configure:1940: result: a.out
  70. configure:1945: checking whether the C compiler works
  71. configure:1951: ./a.out
  72. configure:1954: $? = 0
  73. configure:1971: result: yes
  74. configure:1978: checking whether we are cross compiling
  75. configure:1980: result: no
  76. configure:1983: checking for suffix of executables
  77. configure:1985: gcc -o conftest conftest.c >&5
  78. configure:1988: $? = 0
  79. configure:2013: result:
  80. configure:2019: checking for suffix of object files
  81. configure:2040: gcc -c conftest.c >&5
  82. configure:2043: $? = 0
  83. configure:2065: result: o
  84. configure:2069: checking whether we are using the GNU C compiler
  85. configure:2093: gcc -c conftest.c >&5
  86. configure:2099: $? = 0
  87. configure:2103: test -z
  88. || test ! -s conftest.err
  89. configure:2106: $? = 0
  90. configure:2109: test -s conftest.o
  91. configure:2112: $? = 0
  92. configure:2125: result: yes
  93. configure:2131: checking whether gcc accepts -g
  94. configure:2152: gcc -c -g conftest.c >&5
  95. configure:2158: $? = 0
  96. configure:2162: test -z
  97. || test ! -s conftest.err
  98. configure:2165: $? = 0
  99. configure:2168: test -s conftest.o
  100. configure:2171: $? = 0
  101. configure:2182: result: yes
  102. configure:2199: checking for gcc option to accept ANSI C
  103. configure:2269: gcc -c -g -O2 conftest.c >&5
  104. configure:2275: $? = 0
  105. configure:2279: test -z
  106. || test ! -s conftest.err
  107. configure:2282: $? = 0
  108. configure:2285: test -s conftest.o
  109. configure:2288: $? = 0
  110. configure:2306: result: none needed
  111. configure:2324: gcc -c -g -O2 conftest.c >&5
  112. conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
  113. configure:2330: $? = 1
  114. configure: failed program was:
  115. | #ifndef __cplusplus
  116. | choke me
  117. | #endif
  118. configure:2464: checking for library containing strerror
  119. configure:2494: gcc -o conftest -g -O2 conftest.c >&5
  120. configure:2500: $? = 0
  121. configure:2504: test -z
  122. || test ! -s conftest.err
  123. configure:2507: $? = 0
  124. configure:2510: test -s conftest
  125. configure:2513: $? = 0
  126. configure:2583: result: none required
  127. configure:2694: checking build system type
  128. configure:2712: result: x86_64-unknown-linux-gnu
  129. configure:2720: checking host system type
  130. configure:2734: result: x86_64-unknown-linux-gnu
  131. configure:2742: checking for a sed that does not truncate output
  132. configure:2798: result: /bin/sed
  133. configure:2801: checking for egrep
  134. configure:2811: result: grep -E
  135. configure:2827: checking for ld used by gcc
  136. configure:2894: result: /usr/bin/ld
  137. configure:2903: checking if the linker (/usr/bin/ld) is GNU ld
  138. configure:2918: result: yes
  139. configure:2923: checking for /usr/bin/ld option to reload object files
  140. configure:2930: result: -r
  141. configure:2948: checking for BSD-compatible nm
  142. configure:2997: result: /usr/bin/nm -B
  143. configure:3001: checking whether ln -s works
  144. configure:3005: result: yes
  145. configure:3012: checking how to recognise dependent libraries
  146. configure:3188: result: pass_all
  147. configure:3275: gcc -c -g -O2 conftest.c >&5
  148. configure:3278: $? = 0
  149. configure:3424: checking how to run the C preprocessor
  150. configure:3459: gcc -E conftest.c
  151. configure:3465: $? = 0
  152. configure:3497: gcc -E conftest.c
  153. conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
  154. configure:3503: $? = 1
  155. configure: failed program was:
  156. | /* confdefs.h. */
  157. |
  158. | #define PACKAGE_NAME "libzshare"
  159. | #define PACKAGE_TARNAME "libzshare"
  160. | #define PACKAGE_VERSION "1.0.0.3756"
  161. | #define PACKAGE_STRING "libzshare 1.0.0.3756"
  162. | #define PACKAGE_BUGREPORT "dev@zentific.com"
  163. | #define _GNU_SOURCE 1
  164. | /* end confdefs.h. */
  165. | #include <ac_nonexistent.h>
  166. configure:3542: result: gcc -E
  167. configure:3566: gcc -E conftest.c
  168. configure:3572: $? = 0
  169. configure:3604: gcc -E conftest.c
  170. conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
  171. configure:3610: $? = 1
  172. configure: failed program was:
  173. | /* confdefs.h. */
  174. |
  175. | #define PACKAGE_NAME "libzshare"
  176. | #define PACKAGE_TARNAME "libzshare"
  177. | #define PACKAGE_VERSION "1.0.0.3756"
  178. | #define PACKAGE_STRING "libzshare 1.0.0.3756"
  179. | #define PACKAGE_BUGREPORT "dev@zentific.com"
  180. | #define _GNU_SOURCE 1
  181. | /* end confdefs.h. */
  182. | #include <ac_nonexistent.h>
  183. configure:3654: checking for ANSI C header files
  184. configure:3679: gcc -c -g -O2 conftest.c >&5
  185. configure:3685: $? = 0
  186. configure:3689: test -z
  187. || test ! -s conftest.err
  188. configure:3692: $? = 0
  189. configure:3695: test -s conftest.o
  190. configure:3698: $? = 0
  191. configure:3787: gcc -o conftest -g -O2 conftest.c >&5
  192. conftest.c: In function 'main':
  193. conftest.c:27: warning: incompatible implicit declaration of built-in function 'exit'
  194. configure:3790: $? = 0
  195. configure:3792: ./conftest
  196. configure:3795: $? = 0
  197. configure:3810: result: yes
  198. configure:3834: checking for sys/types.h
  199. configure:3850: gcc -c -g -O2 conftest.c >&5
  200. configure:3856: $? = 0
  201. configure:3860: test -z
  202. || test ! -s conftest.err
  203. configure:3863: $? = 0
  204. configure:3866: test -s conftest.o
  205. configure:3869: $? = 0
  206. configure:3880: result: yes
  207. configure:3834: checking for sys/stat.h
  208. configure:3850: gcc -c -g -O2 conftest.c >&5
  209. configure:3856: $? = 0
  210. configure:3860: test -z
  211. || test ! -s conftest.err
  212. configure:3863: $? = 0
  213. configure:3866: test -s conftest.o
  214. configure:3869: $? = 0
  215. configure:3880: result: yes
  216. configure:3834: checking for stdlib.h
  217. configure:3850: gcc -c -g -O2 conftest.c >&5
  218. configure:3856: $? = 0
  219. configure:3860: test -z
  220. || test ! -s conftest.err
  221. configure:3863: $? = 0
  222. configure:3866: test -s conftest.o
  223. configure:3869: $? = 0
  224. configure:3880: result: yes
  225. configure:3834: checking for string.h
  226. configure:3850: gcc -c -g -O2 conftest.c >&5
  227. configure:3856: $? = 0
  228. configure:3860: test -z
  229. || test ! -s conftest.err
  230. configure:3863: $? = 0
  231. configure:3866: test -s conftest.o
  232. configure:3869: $? = 0
  233. configure:3880: result: yes
  234. configure:3834: checking for memory.h
  235. configure:3850: gcc -c -g -O2 conftest.c >&5
  236. configure:3856: $? = 0
  237. configure:3860: test -z
  238. || test ! -s conftest.err
  239. configure:3863: $? = 0
  240. configure:3866: test -s conftest.o
  241. configure:3869: $? = 0
  242. configure:3880: result: yes
  243. configure:3834: checking for strings.h
  244. configure:3850: gcc -c -g -O2 conftest.c >&5
  245. configure:3856: $? = 0
  246. configure:3860: test -z
  247. || test ! -s conftest.err
  248. configure:3863: $? = 0
  249. configure:3866: test -s conftest.o
  250. configure:3869: $? = 0
  251. configure:3880: result: yes
  252. configure:3834: checking for inttypes.h
  253. configure:3850: gcc -c -g -O2 conftest.c >&5
  254. configure:3856: $? = 0
  255. configure:3860: test -z
  256. || test ! -s conftest.err
  257. configure:3863: $? = 0
  258. configure:3866: test -s conftest.o
  259. configure:3869: $? = 0
  260. configure:3880: result: yes
  261. configure:3834: checking for stdint.h
  262. configure:3850: gcc -c -g -O2 conftest.c >&5
  263. configure:3856: $? = 0
  264. configure:3860: test -z
  265. || test ! -s conftest.err
  266. configure:3863: $? = 0
  267. configure:3866: test -s conftest.o
  268. configure:3869: $? = 0
  269. configure:3880: result: yes
  270. configure:3834: checking for unistd.h
  271. configure:3850: gcc -c -g -O2 conftest.c >&5
  272. configure:3856: $? = 0
  273. configure:3860: test -z
  274. || test ! -s conftest.err
  275. configure:3863: $? = 0
  276. configure:3866: test -s conftest.o
  277. configure:3869: $? = 0
  278. configure:3880: result: yes
  279. configure:3906: checking dlfcn.h usability
  280. configure:3918: gcc -c -g -O2 conftest.c >&5
  281. configure:3924: $? = 0
  282. configure:3928: test -z
  283. || test ! -s conftest.err
  284. configure:3931: $? = 0
  285. configure:3934: test -s conftest.o
  286. configure:3937: $? = 0
  287. configure:3947: result: yes
  288. configure:3951: checking dlfcn.h presence
  289. configure:3961: gcc -E conftest.c
  290. configure:3967: $? = 0
  291. configure:3987: result: yes
  292. configure:4022: checking for dlfcn.h
  293. configure:4029: result: yes
  294. configure:4094: checking for g++
  295. configure:4110: found /usr/bin/g++
  296. configure:4120: result: g++
  297. configure:4136: checking for C++ compiler version
  298. configure:4139: g++ --version </dev/null >&5
  299. g++ (GCC) 4.1.2 20080704 (Red Hat 4.1.2-50)
  300. Copyright (C) 2006 Free Software Foundation, Inc.
  301. This is free software; see the source for copying conditions. There is NO
  302. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  303.  
  304. configure:4142: $? = 0
  305. configure:4144: g++ -v </dev/null >&5
  306. Using built-in specs.
  307. Target: x86_64-redhat-linux
  308. Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --disable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux
  309. Thread model: posix
  310. gcc version 4.1.2 20080704 (Red Hat 4.1.2-50)
  311. configure:4147: $? = 0
  312. configure:4149: g++ -V </dev/null >&5
  313. g++: '-V' option must have argument
  314. configure:4152: $? = 1
  315. configure:4155: checking whether we are using the GNU C++ compiler
  316. configure:4179: g++ -c conftest.cc >&5
  317. configure:4185: $? = 0
  318. configure:4189: test -z
  319. || test ! -s conftest.err
  320. configure:4192: $? = 0
  321. configure:4195: test -s conftest.o
  322. configure:4198: $? = 0
  323. configure:4211: result: yes
  324. configure:4217: checking whether g++ accepts -g
  325. configure:4238: g++ -c -g conftest.cc >&5
  326. configure:4244: $? = 0
  327. configure:4248: test -z
  328. || test ! -s conftest.err
  329. configure:4251: $? = 0
  330. configure:4254: test -s conftest.o
  331. configure:4257: $? = 0
  332. configure:4268: result: yes
  333. configure:4310: g++ -c -g -O2 conftest.cc >&5
  334. configure:4316: $? = 0
  335. configure:4320: test -z
  336. || test ! -s conftest.err
  337. configure:4323: $? = 0
  338. configure:4326: test -s conftest.o
  339. configure:4329: $? = 0
  340. configure:4355: g++ -c -g -O2 conftest.cc >&5
  341. conftest.cc: In function 'int main()':
  342. conftest.cc:25: error: 'exit' was not declared in this scope
  343. configure:4361: $? = 1
  344. configure: failed program was:
  345. | /* confdefs.h. */
  346. |
  347. | #define PACKAGE_NAME "libzshare"
  348. | #define PACKAGE_TARNAME "libzshare"
  349. | #define PACKAGE_VERSION "1.0.0.3756"
  350. | #define PACKAGE_STRING "libzshare 1.0.0.3756"
  351. | #define PACKAGE_BUGREPORT "dev@zentific.com"
  352. | #define _GNU_SOURCE 1
  353. | #define STDC_HEADERS 1
  354. | #define HAVE_SYS_TYPES_H 1
  355. | #define HAVE_SYS_STAT_H 1
  356. | #define HAVE_STDLIB_H 1
  357. | #define HAVE_STRING_H 1
  358. | #define HAVE_MEMORY_H 1
  359. | #define HAVE_STRINGS_H 1
  360. | #define HAVE_INTTYPES_H 1
  361. | #define HAVE_STDINT_H 1
  362. | #define HAVE_UNISTD_H 1
  363. | #define HAVE_DLFCN_H 1
  364. | /* end confdefs.h. */
  365. |
  366. | int
  367. | main ()
  368. | {
  369. | exit (42);
  370. | ;
  371. | return 0;
  372. | }
  373. configure:4310: g++ -c -g -O2 conftest.cc >&5
  374. configure:4316: $? = 0
  375. configure:4320: test -z
  376. || test ! -s conftest.err
  377. configure:4323: $? = 0
  378. configure:4326: test -s conftest.o
  379. configure:4329: $? = 0
  380. configure:4355: g++ -c -g -O2 conftest.cc >&5
  381. configure:4361: $? = 0
  382. configure:4365: test -z
  383. || test ! -s conftest.err
  384. configure:4368: $? = 0
  385. configure:4371: test -s conftest.o
  386. configure:4374: $? = 0
  387. configure:4407: checking how to run the C++ preprocessor
  388. configure:4438: g++ -E conftest.cc
  389. configure:4444: $? = 0
  390. configure:4476: g++ -E conftest.cc
  391. conftest.cc:24:28: error: ac_nonexistent.h: No such file or directory
  392. configure:4482: $? = 1
  393. configure: failed program was:
  394. | /* confdefs.h. */
  395. |
  396. | #define PACKAGE_NAME "libzshare"
  397. | #define PACKAGE_TARNAME "libzshare"
  398. | #define PACKAGE_VERSION "1.0.0.3756"
  399. | #define PACKAGE_STRING "libzshare 1.0.0.3756"
  400. | #define PACKAGE_BUGREPORT "dev@zentific.com"
  401. | #define _GNU_SOURCE 1
  402. | #define STDC_HEADERS 1
  403. | #define HAVE_SYS_TYPES_H 1
  404. | #define HAVE_SYS_STAT_H 1
  405. | #define HAVE_STDLIB_H 1
  406. | #define HAVE_STRING_H 1
  407. | #define HAVE_MEMORY_H 1
  408. | #define HAVE_STRINGS_H 1
  409. | #define HAVE_INTTYPES_H 1
  410. | #define HAVE_STDINT_H 1
  411. | #define HAVE_UNISTD_H 1
  412. | #define HAVE_DLFCN_H 1
  413. | #ifdef __cplusplus
  414. | extern "C" void std::exit (int) throw (); using std::exit;
  415. | #endif
  416. | /* end confdefs.h. */
  417. | #include <ac_nonexistent.h>
  418. configure:4521: result: g++ -E
  419. configure:4545: g++ -E conftest.cc
  420. configure:4551: $? = 0
  421. configure:4583: g++ -E conftest.cc
  422. conftest.cc:24:28: error: ac_nonexistent.h: No such file or directory
  423. configure:4589: $? = 1
  424. configure: failed program was:
  425. | /* confdefs.h. */
  426. |
  427. | #define PACKAGE_NAME "libzshare"
  428. | #define PACKAGE_TARNAME "libzshare"
  429. | #define PACKAGE_VERSION "1.0.0.3756"
  430. | #define PACKAGE_STRING "libzshare 1.0.0.3756"
  431. | #define PACKAGE_BUGREPORT "dev@zentific.com"
  432. | #define _GNU_SOURCE 1
  433. | #define STDC_HEADERS 1
  434. | #define HAVE_SYS_TYPES_H 1
  435. | #define HAVE_SYS_STAT_H 1
  436. | #define HAVE_STDLIB_H 1
  437. | #define HAVE_STRING_H 1
  438. | #define HAVE_MEMORY_H 1
  439. | #define HAVE_STRINGS_H 1
  440. | #define HAVE_INTTYPES_H 1
  441. | #define HAVE_STDINT_H 1
  442. | #define HAVE_UNISTD_H 1
  443. | #define HAVE_DLFCN_H 1
  444. | #ifdef __cplusplus
  445. | extern "C" void std::exit (int) throw (); using std::exit;
  446. | #endif
  447. | /* end confdefs.h. */
  448. | #include <ac_nonexistent.h>
  449. configure:4686: checking for g77
  450. configure:4715: result: no
  451. configure:4686: checking for f77
  452. configure:4715: result: no
  453. configure:4686: checking for xlf
  454. configure:4715: result: no
  455. configure:4686: checking for frt
  456. configure:4715: result: no
  457. configure:4686: checking for pgf77
  458. configure:4715: result: no
  459. configure:4686: checking for fort77
  460. configure:4715: result: no
  461. configure:4686: checking for fl32
  462. configure:4715: result: no
  463. configure:4686: checking for af77
  464. configure:4715: result: no
  465. configure:4686: checking for f90
  466. configure:4715: result: no
  467. configure:4686: checking for xlf90
  468. configure:4715: result: no
  469. configure:4686: checking for pgf90
  470. configure:4715: result: no
  471. configure:4686: checking for epcf90
  472. configure:4715: result: no
  473. configure:4686: checking for f95
  474. configure:4702: found /usr/bin/f95
  475. configure:4712: result: f95
  476. configure:4727: checking for Fortran 77 compiler version
  477. configure:4730: f95 --version </dev/null >&5
  478. GNU Fortran (GCC) 4.1.2 20080704 (Red Hat 4.1.2-50)
  479. Copyright (C) 2007 Free Software Foundation, Inc.
  480.  
  481. GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
  482. You may redistribute copies of GNU Fortran
  483. under the terms of the GNU General Public License.
  484. For more information about these matters, see the file named COPYING
  485.  
  486. configure:4733: $? = 0
  487. configure:4735: f95 -v </dev/null >&5
  488. Using built-in specs.
  489. Target: x86_64-redhat-linux
  490. Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --disable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux
  491. Thread model: posix
  492. gcc version 4.1.2 20080704 (Red Hat 4.1.2-50)
  493. configure:4738: $? = 0
  494. configure:4740: f95 -V </dev/null >&5
  495. f95: '-V' option must have argument
  496. configure:4743: $? = 1
  497. configure:4751: checking whether we are using the GNU Fortran 77 compiler
  498. configure:4765: f95 -c conftest.F >&5
  499. configure:4771: $? = 0
  500. configure:4775: test -z
  501. || test ! -s conftest.err
  502. configure:4778: $? = 0
  503. configure:4781: test -s conftest.o
  504. configure:4784: $? = 0
  505. configure:4797: result: yes
  506. configure:4803: checking whether f95 accepts -g
  507. configure:4815: f95 -c -g conftest.f >&5
  508. configure:4821: $? = 0
  509. configure:4825: test -z
  510. || test ! -s conftest.err
  511. configure:4828: $? = 0
  512. configure:4831: test -s conftest.o
  513. configure:4834: $? = 0
  514. configure:4846: result: yes
  515. configure:4876: checking the maximum length of command line arguments
  516. configure:4985: result: 32768
  517. configure:4996: checking command to parse /usr/bin/nm -B output from gcc object
  518. configure:5101: gcc -c -g -O2 conftest.c >&5
  519. configure:5104: $? = 0
  520. configure:5108: /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
  521. configure:5111: $? = 0
  522. configure:5163: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  523. configure:5166: $? = 0
  524. configure:5204: result: ok
  525. configure:5208: checking for objdir
  526. configure:5223: result: .libs
  527. configure:5313: checking for ar
  528. configure:5329: found /usr/bin/ar
  529. configure:5340: result: ar
  530. configure:5393: checking for ranlib
  531. configure:5409: found /usr/bin/ranlib
  532. configure:5420: result: ranlib
  533. configure:5473: checking for strip
  534. configure:5489: found /usr/bin/strip
  535. configure:5500: result: strip
  536. configure:5772: checking if gcc supports -fno-rtti -fno-exceptions
  537. configure:5790: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  538. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  539. configure:5794: $? = 0
  540. configure:5807: result: no
  541. configure:5822: checking for gcc option to produce PIC
  542. configure:6032: result: -fPIC
  543. configure:6040: checking if gcc PIC flag -fPIC works
  544. configure:6058: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5
  545. configure:6062: $? = 0
  546. configure:6075: result: yes
  547. configure:6103: checking if gcc static flag -static works
  548. configure:6131: result: yes
  549. configure:6141: checking if gcc supports -c -o file.o
  550. configure:6162: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  551. configure:6166: $? = 0
  552. configure:6188: result: yes
  553. configure:6214: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  554. configure:7172: result: yes
  555. configure:7193: checking whether -lc should be explicitly linked in
  556. configure:7198: gcc -c -g -O2 conftest.c >&5
  557. configure:7201: $? = 0
  558. configure:7216: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
  559. configure:7219: $? = 0
  560. configure:7231: result: no
  561. configure:7239: checking dynamic linker characteristics
  562. configure:7632: gcc -c -g -O2 conftest.c >&5
  563. configure:7635: $? = 0
  564. configure:7848: result: GNU/Linux ld.so
  565. configure:7857: checking how to hardcode library paths into programs
  566. configure:7882: result: immediate
  567. configure:7896: checking whether stripping libraries is possible
  568. configure:7901: result: yes
  569. configure:8735: checking if libtool supports shared libraries
  570. configure:8737: result: yes
  571. configure:8740: checking whether to build shared libraries
  572. configure:8761: result: yes
  573. configure:8764: checking whether to build static libraries
  574. configure:8768: result: yes
  575. configure:8860: creating libtool
  576. configure:9451: checking for ld used by g++
  577. configure:9518: result: /usr/bin/ld -m elf_x86_64
  578. configure:9527: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
  579. configure:9542: result: yes
  580. configure:9593: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  581. configure:10531: result: yes
  582. configure:10549: g++ -c -g -O2 conftest.cpp >&5
  583. configure:10552: $? = 0
  584. configure:10671: checking for g++ option to produce PIC
  585. configure:10945: result: -fPIC
  586. configure:10953: checking if g++ PIC flag -fPIC works
  587. configure:10971: g++ -c -g -O2 -fPIC -DPIC conftest.cpp >&5
  588. configure:10975: $? = 0
  589. configure:10988: result: yes
  590. configure:11016: checking if g++ static flag -static works
  591. configure:11044: result: yes
  592. configure:11054: checking if g++ supports -c -o file.o
  593. configure:11075: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
  594. configure:11079: $? = 0
  595. configure:11101: result: yes
  596. configure:11127: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  597. configure:11152: result: yes
  598. configure:11219: checking dynamic linker characteristics
  599. configure:11612: g++ -c -g -O2 conftest.cpp >&5
  600. configure:11615: $? = 0
  601. configure:11828: result: GNU/Linux ld.so
  602. configure:11837: checking how to hardcode library paths into programs
  603. configure:11862: result: immediate
  604. configure:12391: checking if libtool supports shared libraries
  605. configure:12393: result: yes
  606. configure:12396: checking whether to build shared libraries
  607. configure:12416: result: yes
  608. configure:12419: checking whether to build static libraries
  609. configure:12423: result: yes
  610. configure:12433: checking for f95 option to produce PIC
  611. configure:12643: result: -fPIC
  612. configure:12651: checking if f95 PIC flag -fPIC works
  613. configure:12669: f95 -c -g -O2 -fPIC conftest.f >&5
  614. configure:12673: $? = 0
  615. configure:12686: result: yes
  616. configure:12714: checking if f95 static flag -static works
  617. configure:12742: result: yes
  618. configure:12752: checking if f95 supports -c -o file.o
  619. configure:12773: f95 -c -g -O2 -o out/conftest2.o conftest.f >&5
  620. configure:12777: $? = 0
  621. configure:12799: result: yes
  622. configure:12825: checking whether the f95 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  623. configure:13763: result: yes
  624. configure:13830: checking dynamic linker characteristics
  625. configure:14223: f95 -c -g -O2 conftest.f >&5
  626. Warning: conftest.f:1: Illegal preprocessor directive
  627. configure:14226: $? = 0
  628. configure:14439: result: GNU/Linux ld.so
  629. configure:14448: checking how to hardcode library paths into programs
  630. configure:14473: result: immediate
  631. configure:18080: checking for a BSD-compatible install
  632. configure:18135: result: /usr/bin/install -c
  633. configure:18146: checking whether build environment is sane
  634. configure:18189: result: yes
  635. configure:18254: checking for gawk
  636. configure:18270: found /bin/gawk
  637. configure:18280: result: gawk
  638. configure:18290: checking whether make sets $(MAKE)
  639. configure:18310: result: yes
  640. configure:18340: checking for style of include used by make
  641. configure:18368: result: GNU
  642. configure:18544: checking dependency style of gcc
  643. configure:18634: result: gcc3
  644. configure:18653: checking dependency style of g++
  645. configure:18743: result: gcc3
  646. configure:18769: checking whether make sets $(MAKE)
  647. configure:18789: result: yes
  648. configure:18845: checking for gcc
  649. configure:18871: result: gcc
  650. configure:19115: checking for C compiler version
  651. configure:19118: gcc --version </dev/null >&5
  652. gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-50)
  653. Copyright (C) 2006 Free Software Foundation, Inc.
  654. This is free software; see the source for copying conditions. There is NO
  655. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  656.  
  657. configure:19121: $? = 0
  658. configure:19123: gcc -v </dev/null >&5
  659. Using built-in specs.
  660. Target: x86_64-redhat-linux
  661. Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --disable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux
  662. Thread model: posix
  663. gcc version 4.1.2 20080704 (Red Hat 4.1.2-50)
  664. configure:19126: $? = 0
  665. configure:19128: gcc -V </dev/null >&5
  666. gcc: '-V' option must have argument
  667. configure:19131: $? = 1
  668. configure:19134: checking whether we are using the GNU C compiler
  669. configure:19190: result: yes
  670. configure:19196: checking whether gcc accepts -g
  671. configure:19247: result: yes
  672. configure:19264: checking for gcc option to accept ANSI C
  673. configure:19371: result: none needed
  674. configure:19389: gcc -c -g -O2 conftest.c >&5
  675. conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
  676. configure:19395: $? = 1
  677. configure: failed program was:
  678. | #ifndef __cplusplus
  679. | choke me
  680. | #endif
  681. configure:19541: checking for a BSD-compatible install
  682. configure:19596: result: /usr/bin/install -c
  683. configure:19607: checking whether ln -s works
  684. configure:19611: result: yes
  685. configure:19625: checking for stdlib.h
  686. configure:19630: result: yes
  687. configure:19625: checking for unistd.h
  688. configure:19630: result: yes
  689. configure:19774: checking for getpagesize
  690. configure:19831: gcc -o conftest -g -O2 conftest.c >&5
  691. configure:19837: $? = 0
  692. configure:19841: test -z
  693. || test ! -s conftest.err
  694. configure:19844: $? = 0
  695. configure:19847: test -s conftest
  696. configure:19850: $? = 0
  697. configure:19862: result: yes
  698. configure:19872: checking for working mmap
  699. configure:20014: gcc -o conftest -g -O2 conftest.c >&5
  700. configure:20017: $? = 0
  701. configure:20019: ./conftest
  702. configure:20022: $? = 0
  703. configure:20036: result: yes
  704. configure:20244: checking for the pthreads library -lpthreads
  705. configure:20287: gcc -o conftest -g -O2 conftest.c -lpthreads >&5
  706. /usr/bin/ld: cannot find -lpthreads
  707. collect2: ld returned 1 exit status
  708. configure:20293: $? = 1
  709. configure: failed program was:
  710. | /* confdefs.h. */
  711. |
  712. | #define PACKAGE_NAME "libzshare"
  713. | #define PACKAGE_TARNAME "libzshare"
  714. | #define PACKAGE_VERSION "1.0.0.3756"
  715. | #define PACKAGE_STRING "libzshare 1.0.0.3756"
  716. | #define PACKAGE_BUGREPORT "dev@zentific.com"
  717. | #define _GNU_SOURCE 1
  718. | #define STDC_HEADERS 1
  719. | #define HAVE_SYS_TYPES_H 1
  720. | #define HAVE_SYS_STAT_H 1
  721. | #define HAVE_STDLIB_H 1
  722. | #define HAVE_STRING_H 1
  723. | #define HAVE_MEMORY_H 1
  724. | #define HAVE_STRINGS_H 1
  725. | #define HAVE_INTTYPES_H 1
  726. | #define HAVE_STDINT_H 1
  727. | #define HAVE_UNISTD_H 1
  728. | #define HAVE_DLFCN_H 1
  729. | #ifdef __cplusplus
  730. | extern "C" void std::exit (int) throw (); using std::exit;
  731. | #endif
  732. | #define PACKAGE "libzshare"
  733. | #define VERSION "1.0.0.3756"
  734. | #define ZENTIFIC_REVISION 3756
  735. | #define HAVE_STDLIB_H 1
  736. | #define HAVE_UNISTD_H 1
  737. | #define HAVE_GETPAGESIZE 1
  738. | #define HAVE_MMAP 1
  739. | /* end confdefs.h. */
  740. | #include <pthread.h>
  741. | static void routine(void* a) {a=0;}
  742. | static void* start_routine(void* a) {return a;}
  743. | int
  744. | main ()
  745. | {
  746. | pthread_t th; pthread_attr_t attr;
  747. | pthread_create(&th,0,start_routine,0);
  748. | pthread_join(th, 0);
  749. | pthread_attr_init(&attr);
  750. | pthread_cleanup_push(routine, 0);
  751. | pthread_cleanup_pop(0);
  752. | ;
  753. | return 0;
  754. | }
  755. configure:20320: result: no
  756. configure:20191: checking whether pthreads work without any flags
  757. configure:20287: gcc -o conftest -g -O2 conftest.c >&5
  758. /tmp/ccE0HeFB.o: In function `main':
  759. /root/libzshare/conftest.c:38: undefined reference to `pthread_create'
  760. /root/libzshare/conftest.c:39: undefined reference to `pthread_join'
  761. /root/libzshare/conftest.c:41: undefined reference to `__pthread_register_cancel'
  762. /root/libzshare/conftest.c:42: undefined reference to `__pthread_unregister_cancel'
  763. collect2: ld returned 1 exit status
  764. configure:20293: $? = 1
  765. configure: failed program was:
  766. | /* confdefs.h. */
  767. |
  768. | #define PACKAGE_NAME "libzshare"
  769. | #define PACKAGE_TARNAME "libzshare"
  770. | #define PACKAGE_VERSION "1.0.0.3756"
  771. | #define PACKAGE_STRING "libzshare 1.0.0.3756"
  772. | #define PACKAGE_BUGREPORT "dev@zentific.com"
  773. | #define _GNU_SOURCE 1
  774. | #define STDC_HEADERS 1
  775. | #define HAVE_SYS_TYPES_H 1
  776. | #define HAVE_SYS_STAT_H 1
  777. | #define HAVE_STDLIB_H 1
  778. | #define HAVE_STRING_H 1
  779. | #define HAVE_MEMORY_H 1
  780. | #define HAVE_STRINGS_H 1
  781. | #define HAVE_INTTYPES_H 1
  782. | #define HAVE_STDINT_H 1
  783. | #define HAVE_UNISTD_H 1
  784. | #define HAVE_DLFCN_H 1
  785. | #ifdef __cplusplus
  786. | extern "C" void std::exit (int) throw (); using std::exit;
  787. | #endif
  788. | #define PACKAGE "libzshare"
  789. | #define VERSION "1.0.0.3756"
  790. | #define ZENTIFIC_REVISION 3756
  791. | #define HAVE_STDLIB_H 1
  792. | #define HAVE_UNISTD_H 1
  793. | #define HAVE_GETPAGESIZE 1
  794. | #define HAVE_MMAP 1
  795. | /* end confdefs.h. */
  796. | #include <pthread.h>
  797. | static void routine(void* a) {a=0;}
  798. | static void* start_routine(void* a) {return a;}
  799. | int
  800. | main ()
  801. | {
  802. | pthread_t th; pthread_attr_t attr;
  803. | pthread_create(&th,0,start_routine,0);
  804. | pthread_join(th, 0);
  805. | pthread_attr_init(&attr);
  806. | pthread_cleanup_push(routine, 0);
  807. | pthread_cleanup_pop(0);
  808. | ;
  809. | return 0;
  810. | }
  811. configure:20320: result: no
  812. configure:20196: checking whether pthreads work with -Kthread
  813. configure:20287: gcc -o conftest -g -O2 -Kthread conftest.c >&5
  814. gcc: unrecognized option '-Kthread'
  815. /tmp/ccAFkEgI.o: In function `main':
  816. /root/libzshare/conftest.c:38: undefined reference to `pthread_create'
  817. /root/libzshare/conftest.c:39: undefined reference to `pthread_join'
  818. /root/libzshare/conftest.c:41: undefined reference to `__pthread_register_cancel'
  819. /root/libzshare/conftest.c:42: undefined reference to `__pthread_unregister_cancel'
  820. collect2: ld returned 1 exit status
  821. configure:20293: $? = 1
  822. configure: failed program was:
  823. | /* confdefs.h. */
  824. |
  825. | #define PACKAGE_NAME "libzshare"
  826. | #define PACKAGE_TARNAME "libzshare"
  827. | #define PACKAGE_VERSION "1.0.0.3756"
  828. | #define PACKAGE_STRING "libzshare 1.0.0.3756"
  829. | #define PACKAGE_BUGREPORT "dev@zentific.com"
  830. | #define _GNU_SOURCE 1
  831. | #define STDC_HEADERS 1
  832. | #define HAVE_SYS_TYPES_H 1
  833. | #define HAVE_SYS_STAT_H 1
  834. | #define HAVE_STDLIB_H 1
  835. | #define HAVE_STRING_H 1
  836. | #define HAVE_MEMORY_H 1
  837. | #define HAVE_STRINGS_H 1
  838. | #define HAVE_INTTYPES_H 1
  839. | #define HAVE_STDINT_H 1
  840. | #define HAVE_UNISTD_H 1
  841. | #define HAVE_DLFCN_H 1
  842. | #ifdef __cplusplus
  843. | extern "C" void std::exit (int) throw (); using std::exit;
  844. | #endif
  845. | #define PACKAGE "libzshare"
  846. | #define VERSION "1.0.0.3756"
  847. | #define ZENTIFIC_REVISION 3756
  848. | #define HAVE_STDLIB_H 1
  849. | #define HAVE_UNISTD_H 1
  850. | #define HAVE_GETPAGESIZE 1
  851. | #define HAVE_MMAP 1
  852. | /* end confdefs.h. */
  853. | #include <pthread.h>
  854. | static void routine(void* a) {a=0;}
  855. | static void* start_routine(void* a) {return a;}
  856. | int
  857. | main ()
  858. | {
  859. | pthread_t th; pthread_attr_t attr;
  860. | pthread_create(&th,0,start_routine,0);
  861. | pthread_join(th, 0);
  862. | pthread_attr_init(&attr);
  863. | pthread_cleanup_push(routine, 0);
  864. | pthread_cleanup_pop(0);
  865. | ;
  866. | return 0;
  867. | }
  868. configure:20320: result: no
  869. configure:20196: checking whether pthreads work with -kthread
  870. configure:20287: gcc -o conftest -g -O2 -kthread conftest.c >&5
  871. gcc: unrecognized option '-kthread'
  872. /tmp/cc8P1XSP.o: In function `main':
  873. /root/libzshare/conftest.c:38: undefined reference to `pthread_create'
  874. /root/libzshare/conftest.c:39: undefined reference to `pthread_join'
  875. /root/libzshare/conftest.c:41: undefined reference to `__pthread_register_cancel'
  876. /root/libzshare/conftest.c:42: undefined reference to `__pthread_unregister_cancel'
  877. collect2: ld returned 1 exit status
  878. configure:20293: $? = 1
  879. configure: failed program was:
  880. | /* confdefs.h. */
  881. |
  882. | #define PACKAGE_NAME "libzshare"
  883. | #define PACKAGE_TARNAME "libzshare"
  884. | #define PACKAGE_VERSION "1.0.0.3756"
  885. | #define PACKAGE_STRING "libzshare 1.0.0.3756"
  886. | #define PACKAGE_BUGREPORT "dev@zentific.com"
  887. | #define _GNU_SOURCE 1
  888. | #define STDC_HEADERS 1
  889. | #define HAVE_SYS_TYPES_H 1
  890. | #define HAVE_SYS_STAT_H 1
  891. | #define HAVE_STDLIB_H 1
  892. | #define HAVE_STRING_H 1
  893. | #define HAVE_MEMORY_H 1
  894. | #define HAVE_STRINGS_H 1
  895. | #define HAVE_INTTYPES_H 1
  896. | #define HAVE_STDINT_H 1
  897. | #define HAVE_UNISTD_H 1
  898. | #define HAVE_DLFCN_H 1
  899. | #ifdef __cplusplus
  900. | extern "C" void std::exit (int) throw (); using std::exit;
  901. | #endif
  902. | #define PACKAGE "libzshare"
  903. | #define VERSION "1.0.0.3756"
  904. | #define ZENTIFIC_REVISION 3756
  905. | #define HAVE_STDLIB_H 1
  906. | #define HAVE_UNISTD_H 1
  907. | #define HAVE_GETPAGESIZE 1
  908. | #define HAVE_MMAP 1
  909. | /* end confdefs.h. */
  910. | #include <pthread.h>
  911. | static void routine(void* a) {a=0;}
  912. | static void* start_routine(void* a) {return a;}
  913. | int
  914. | main ()
  915. | {
  916. | pthread_t th; pthread_attr_t attr;
  917. | pthread_create(&th,0,start_routine,0);
  918. | pthread_join(th, 0);
  919. | pthread_attr_init(&attr);
  920. | pthread_cleanup_push(routine, 0);
  921. | pthread_cleanup_pop(0);
  922. | ;
  923. | return 0;
  924. | }
  925. configure:20320: result: no
  926. configure:20244: checking for the pthreads library -llthread
  927. configure:20287: gcc -o conftest -g -O2 conftest.c -llthread >&5
  928. /usr/bin/ld: cannot find -llthread
  929. collect2: ld returned 1 exit status
  930. configure:20293: $? = 1
  931. configure: failed program was:
  932. | /* confdefs.h. */
  933. |
  934. | #define PACKAGE_NAME "libzshare"
  935. | #define PACKAGE_TARNAME "libzshare"
  936. | #define PACKAGE_VERSION "1.0.0.3756"
  937. | #define PACKAGE_STRING "libzshare 1.0.0.3756"
  938. | #define PACKAGE_BUGREPORT "dev@zentific.com"
  939. | #define _GNU_SOURCE 1
  940. | #define STDC_HEADERS 1
  941. | #define HAVE_SYS_TYPES_H 1
  942. | #define HAVE_SYS_STAT_H 1
  943. | #define HAVE_STDLIB_H 1
  944. | #define HAVE_STRING_H 1
  945. | #define HAVE_MEMORY_H 1
  946. | #define HAVE_STRINGS_H 1
  947. | #define HAVE_INTTYPES_H 1
  948. | #define HAVE_STDINT_H 1
  949. | #define HAVE_UNISTD_H 1
  950. | #define HAVE_DLFCN_H 1
  951. | #ifdef __cplusplus
  952. | extern "C" void std::exit (int) throw (); using std::exit;
  953. | #endif
  954. | #define PACKAGE "libzshare"
  955. | #define VERSION "1.0.0.3756"
  956. | #define ZENTIFIC_REVISION 3756
  957. | #define HAVE_STDLIB_H 1
  958. | #define HAVE_UNISTD_H 1
  959. | #define HAVE_GETPAGESIZE 1
  960. | #define HAVE_MMAP 1
  961. | /* end confdefs.h. */
  962. | #include <pthread.h>
  963. | static void routine(void* a) {a=0;}
  964. | static void* start_routine(void* a) {return a;}
  965. | int
  966. | main ()
  967. | {
  968. | pthread_t th; pthread_attr_t attr;
  969. | pthread_create(&th,0,start_routine,0);
  970. | pthread_join(th, 0);
  971. | pthread_attr_init(&attr);
  972. | pthread_cleanup_push(routine, 0);
  973. | pthread_cleanup_pop(0);
  974. | ;
  975. | return 0;
  976. | }
  977. configure:20320: result: no
  978. configure:20196: checking whether pthreads work with -pthread
  979. configure:20287: gcc -o conftest -g -O2 -pthread conftest.c >&5
  980. configure:20293: $? = 0
  981. configure:20297: test -z
  982. || test ! -s conftest.err
  983. configure:20300: $? = 0
  984. configure:20303: test -s conftest
  985. configure:20306: $? = 0
  986. configure:20320: result: yes
  987. configure:20339: checking for joinable pthread attribute
  988. configure:20359: gcc -o conftest -g -O2 -pthread conftest.c >&5
  989. configure:20365: $? = 0
  990. configure:20369: test -z
  991. || test ! -s conftest.err
  992. configure:20372: $? = 0
  993. configure:20375: test -s conftest
  994. configure:20378: $? = 0
  995. configure:20389: result: PTHREAD_CREATE_JOINABLE
  996. configure:20399: checking if more special flags are required for pthreads
  997. configure:20406: result: no
  998. configure:20607: creating ./config.status
  999.  
  1000. ## ---------------------- ##
  1001. ## Running config.status. ##
  1002. ## ---------------------- ##
  1003.  
  1004. This file was extended by libzshare config.status 1.0.0.3756, which was
  1005. generated by GNU Autoconf 2.59. Invocation command line was
  1006.  
  1007. CONFIG_FILES =
  1008. CONFIG_HEADERS =
  1009. CONFIG_LINKS =
  1010. CONFIG_COMMANDS =
  1011. $ ./config.status
  1012.  
  1013. on topxen
  1014.  
  1015. config.status:722: creating Makefile
  1016. config.status:722: creating libzshare.pc
  1017. config.status:722: creating src/Makefile
  1018. config.status:722: creating src/lib/Makefile
  1019. config.status:826: creating config.h
  1020. config.status:948: config.h is unchanged
  1021. config.status:1128: executing depfiles commands
  1022.  
  1023. ## ---------------- ##
  1024. ## Cache variables. ##
  1025. ## ---------------- ##
  1026.  
  1027. ac_cv_build=x86_64-unknown-linux-gnu
  1028. ac_cv_build_alias=x86_64-unknown-linux-gnu
  1029. ac_cv_c_compiler_gnu=yes
  1030. ac_cv_cxx_compiler_gnu=yes
  1031. ac_cv_env_CC_set=
  1032. ac_cv_env_CC_value=
  1033. ac_cv_env_CFLAGS_set=
  1034. ac_cv_env_CFLAGS_value=
  1035. ac_cv_env_CPPFLAGS_set=
  1036. ac_cv_env_CPPFLAGS_value=
  1037. ac_cv_env_CPP_set=
  1038. ac_cv_env_CPP_value=
  1039. ac_cv_env_CXXCPP_set=
  1040. ac_cv_env_CXXCPP_value=
  1041. ac_cv_env_CXXFLAGS_set=
  1042. ac_cv_env_CXXFLAGS_value=
  1043. ac_cv_env_CXX_set=
  1044. ac_cv_env_CXX_value=
  1045. ac_cv_env_F77_set=
  1046. ac_cv_env_F77_value=
  1047. ac_cv_env_FFLAGS_set=
  1048. ac_cv_env_FFLAGS_value=
  1049. ac_cv_env_LDFLAGS_set=
  1050. ac_cv_env_LDFLAGS_value=
  1051. ac_cv_env_build_alias_set=
  1052. ac_cv_env_build_alias_value=
  1053. ac_cv_env_host_alias_set=
  1054. ac_cv_env_host_alias_value=
  1055. ac_cv_env_target_alias_set=
  1056. ac_cv_env_target_alias_value=
  1057. ac_cv_exeext=
  1058. ac_cv_f77_compiler_gnu=yes
  1059. ac_cv_func_getpagesize=yes
  1060. ac_cv_func_mmap_fixed_mapped=yes
  1061. ac_cv_header_dlfcn_h=yes
  1062. ac_cv_header_inttypes_h=yes
  1063. ac_cv_header_memory_h=yes
  1064. ac_cv_header_stdc=yes
  1065. ac_cv_header_stdint_h=yes
  1066. ac_cv_header_stdlib_h=yes
  1067. ac_cv_header_string_h=yes
  1068. ac_cv_header_strings_h=yes
  1069. ac_cv_header_sys_stat_h=yes
  1070. ac_cv_header_sys_types_h=yes
  1071. ac_cv_header_unistd_h=yes
  1072. ac_cv_host=x86_64-unknown-linux-gnu
  1073. ac_cv_host_alias=x86_64-unknown-linux-gnu
  1074. ac_cv_objext=o
  1075. ac_cv_path_install='/usr/bin/install -c'
  1076. ac_cv_prog_AWK=gawk
  1077. ac_cv_prog_CPP='gcc -E'
  1078. ac_cv_prog_CXXCPP='g++ -E'
  1079. ac_cv_prog_ac_ct_AR=ar
  1080. ac_cv_prog_ac_ct_CC=gcc
  1081. ac_cv_prog_ac_ct_CXX=g++
  1082. ac_cv_prog_ac_ct_F77=f95
  1083. ac_cv_prog_ac_ct_RANLIB=ranlib
  1084. ac_cv_prog_ac_ct_STRIP=strip
  1085. ac_cv_prog_cc_g=yes
  1086. ac_cv_prog_cc_stdc=
  1087. ac_cv_prog_cxx_g=yes
  1088. ac_cv_prog_egrep='grep -E'
  1089. ac_cv_prog_f77_g=yes
  1090. ac_cv_prog_make_make_set=yes
  1091. ac_cv_search_strerror='none required'
  1092. am_cv_CC_dependencies_compiler_type=gcc3
  1093. am_cv_CXX_dependencies_compiler_type=gcc3
  1094. lt_cv_deplibs_check_method=pass_all
  1095. lt_cv_file_magic_cmd='$MAGIC_CMD'
  1096. lt_cv_file_magic_test_file=
  1097. lt_cv_ld_reload_flag=-r
  1098. lt_cv_objdir=.libs
  1099. lt_cv_path_LD=/usr/bin/ld
  1100. lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
  1101. lt_cv_path_NM='/usr/bin/nm -B'
  1102. lt_cv_path_SED=/bin/sed
  1103. lt_cv_prog_compiler_c_o=yes
  1104. lt_cv_prog_compiler_c_o_CXX=yes
  1105. lt_cv_prog_compiler_c_o_F77=yes
  1106. lt_cv_prog_compiler_rtti_exceptions=no
  1107. lt_cv_prog_gnu_ld=yes
  1108. lt_cv_prog_gnu_ldcxx=yes
  1109. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
  1110. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
  1111. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
  1112. lt_cv_sys_max_cmd_len=32768
  1113. lt_lt_cv_prog_compiler_c_o='"yes"'
  1114. lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
  1115. lt_lt_cv_prog_compiler_c_o_F77='"yes"'
  1116. lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
  1117. lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
  1118. lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
  1119.  
  1120. ## ----------------- ##
  1121. ## Output variables. ##
  1122. ## ----------------- ##
  1123.  
  1124. ACLOCAL='${SHELL} /root/libzshare/missing --run aclocal-1.9'
  1125. AMDEPBACKSLASH='\'
  1126. AMDEP_FALSE='#'
  1127. AMDEP_TRUE=''
  1128. AMTAR='${SHELL} /root/libzshare/missing --run tar'
  1129. AR='ar'
  1130. AUTOCONF='${SHELL} /root/libzshare/missing --run autoconf'
  1131. AUTOHEADER='${SHELL} /root/libzshare/missing --run autoheader'
  1132. AUTOMAKE='${SHELL} /root/libzshare/missing --run automake-1.9'
  1133. AWK='gawk'
  1134. CC='gcc'
  1135. CCDEPMODE='depmode=gcc3'
  1136. CFLAGS='-g -O2'
  1137. CPP='gcc -E'
  1138. CPPFLAGS=''
  1139. CXX='g++'
  1140. CXXCPP='g++ -E'
  1141. CXXDEPMODE='depmode=gcc3'
  1142. CXXFLAGS='-g -O2'
  1143. CYGPATH_W='echo'
  1144. DEFS='-DHAVE_CONFIG_H'
  1145. DEPDIR='.deps'
  1146. ECHO='echo'
  1147. ECHO_C=''
  1148. ECHO_N='-n'
  1149. ECHO_T=''
  1150. EGREP='grep -E'
  1151. EXEEXT=''
  1152. F77='f95'
  1153. FFLAGS='-g -O2'
  1154. INSTALL_DATA='${INSTALL} -m 644'
  1155. INSTALL_PROGRAM='${INSTALL}'
  1156. INSTALL_SCRIPT='${INSTALL}'
  1157. INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
  1158. LDFLAGS=''
  1159. LIBOBJS=''
  1160. LIBS=''
  1161. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  1162. LN_S='ln -s'
  1163. LTLIBOBJS=''
  1164. MAKEINFO='${SHELL} /root/libzshare/missing --run makeinfo'
  1165. OBJEXT='o'
  1166. PACKAGE='libzshare'
  1167. PACKAGE_BUGREPORT='dev@zentific.com'
  1168. PACKAGE_NAME='libzshare'
  1169. PACKAGE_STRING='libzshare 1.0.0.3756'
  1170. PACKAGE_TARNAME='libzshare'
  1171. PACKAGE_VERSION='1.0.0.3756'
  1172. PATH_SEPARATOR=':'
  1173. PTHREAD_CC='gcc'
  1174. PTHREAD_CFLAGS='-pthread'
  1175. PTHREAD_LIBS=''
  1176. RANLIB='ranlib'
  1177. SED='/bin/sed'
  1178. SET_MAKE=''
  1179. SHELL='/bin/sh'
  1180. STRIP='strip'
  1181. VERSION='1.0.0.3756'
  1182. ac_ct_AR='ar'
  1183. ac_ct_CC='gcc'
  1184. ac_ct_CXX='g++'
  1185. ac_ct_F77='f95'
  1186. ac_ct_RANLIB='ranlib'
  1187. ac_ct_STRIP='strip'
  1188. am__fastdepCC_FALSE='#'
  1189. am__fastdepCC_TRUE=''
  1190. am__fastdepCXX_FALSE='#'
  1191. am__fastdepCXX_TRUE=''
  1192. am__include='include'
  1193. am__leading_dot='.'
  1194. am__quote=''
  1195. am__tar='${AMTAR} chof - "$$tardir"'
  1196. am__untar='${AMTAR} xf -'
  1197. ax_pthread_config=''
  1198. bindir='${exec_prefix}/bin'
  1199. build='x86_64-unknown-linux-gnu'
  1200. build_alias=''
  1201. build_cpu='x86_64'
  1202. build_os='linux-gnu'
  1203. build_vendor='unknown'
  1204. datadir='${prefix}/share'
  1205. exec_prefix='${prefix}'
  1206. host='x86_64-unknown-linux-gnu'
  1207. host_alias=''
  1208. host_cpu='x86_64'
  1209. host_os='linux-gnu'
  1210. host_vendor='unknown'
  1211. includedir='${prefix}/include'
  1212. infodir='${prefix}/info'
  1213. install_sh='/root/libzshare/install-sh'
  1214. libdir='${exec_prefix}/lib'
  1215. libexecdir='${exec_prefix}/libexec'
  1216. localstatedir='${prefix}/var'
  1217. mandir='${prefix}/man'
  1218. mkdir_p='mkdir -p --'
  1219. oldincludedir='/usr/include'
  1220. prefix='/usr'
  1221. program_transform_name='s,x,x,'
  1222. sbindir='${exec_prefix}/sbin'
  1223. sharedstatedir='${prefix}/com'
  1224. sysconfdir='${prefix}/etc'
  1225. target_alias=''
  1226.  
  1227. ## ----------- ##
  1228. ## confdefs.h. ##
  1229. ## ----------- ##
  1230.  
  1231. #define HAVE_DLFCN_H 1
  1232. #define HAVE_GETPAGESIZE 1
  1233. #define HAVE_INTTYPES_H 1
  1234. #define HAVE_MEMORY_H 1
  1235. #define HAVE_MMAP 1
  1236. #define HAVE_PTHREAD 1
  1237. #define HAVE_STDINT_H 1
  1238. #define HAVE_STDLIB_H 1
  1239. #define HAVE_STDLIB_H 1
  1240. #define HAVE_STRINGS_H 1
  1241. #define HAVE_STRING_H 1
  1242. #define HAVE_SYS_STAT_H 1
  1243. #define HAVE_SYS_TYPES_H 1
  1244. #define HAVE_UNISTD_H 1
  1245. #define HAVE_UNISTD_H 1
  1246. #define PACKAGE "libzshare"
  1247. #define PACKAGE_BUGREPORT "dev@zentific.com"
  1248. #define PACKAGE_NAME "libzshare"
  1249. #define PACKAGE_STRING "libzshare 1.0.0.3756"
  1250. #define PACKAGE_TARNAME "libzshare"
  1251. #define PACKAGE_VERSION "1.0.0.3756"
  1252. #define STDC_HEADERS 1
  1253. #define VERSION "1.0.0.3756"
  1254. #define ZENTIFIC_REVISION 3756
  1255. #define _GNU_SOURCE 1
  1256. #endif
  1257. #ifdef __cplusplus
  1258. extern "C" void std::exit (int) throw (); using std::exit;
  1259.  
  1260. configure: exit 0
  1261.  
  1262. ## ---------------------- ##
  1263. ## Running config.status. ##
  1264. ## ---------------------- ##
  1265.  
  1266. This file was extended by libzshare config.status 1.0.0.3756, which was
  1267. generated by GNU Autoconf 2.59. Invocation command line was
  1268.  
  1269. CONFIG_FILES =
  1270. CONFIG_HEADERS =
  1271. CONFIG_LINKS =
  1272. CONFIG_COMMANDS =
  1273. $ ./config.status config.h
  1274.  
  1275. on topxen
  1276.  
  1277. config.status:826: creating config.h
  1278. config.status:948: config.h is unchanged
  1279. [
Add Comment
Please, Sign In to add comment