Advertisement
Guest User

config.log

a guest
Dec 13th, 2010
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.21 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 configure, which was
  5. generated by GNU Autoconf 2.61. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = XXXMyHostXXX
  14. uname -m = x86_64
  15. uname -r = 2.6.34.7-0.3-default
  16. uname -s = Linux
  17. uname -v = #1 SMP 2010-09-20 15:27:38 +0200
  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. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/bin
  31. PATH: /usr/bin
  32. PATH: /bin
  33. PATH: /usr/X11R6/bin
  34. PATH: /usr/games
  35.  
  36.  
  37. ## ----------- ##
  38. ## Core tests. ##
  39. ## ----------- ##
  40.  
  41. configure:1740: checking build system type
  42. configure:1758: result: x86_64-unknown-linux-gnu
  43. configure:1780: checking host system type
  44. configure:1795: result: x86_64-unknown-linux-gnu
  45. configure:1817: checking target system type
  46. configure:1832: result: x86_64-unknown-linux-gnu
  47. configure:1953: checking for gcc
  48. configure:1969: found /usr/bin/gcc
  49. configure:1980: result: gcc
  50. configure:2218: checking for C compiler version
  51. configure:2225: gcc --version >&5
  52. gcc (SUSE Linux) 4.5.0 20100604 [gcc-4_5-branch revision 160292]
  53. Copyright (C) 2010 Free Software Foundation, Inc.
  54. This is free software; see the source for copying conditions. There is NO
  55. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  56.  
  57. configure:2228: $? = 0
  58. configure:2235: gcc -v >&5
  59. Using built-in specs.
  60. COLLECT_GCC=gcc
  61. COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.5/lto-wrapper
  62. Target: x86_64-suse-linux
  63. Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.5 --enable-ssp --disable-libssp --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --program-suffix=-4.5 --enable-linux-futex --without-system-libunwind --enable-gold --with-plugin-ld=/usr/bin/gold --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux
  64. Thread model: posix
  65. gcc version 4.5.0 20100604 [gcc-4_5-branch revision 160292] (SUSE Linux)
  66. configure:2238: $? = 0
  67. configure:2245: gcc -V >&5
  68. gcc: '-V' option must have argument
  69. configure:2248: $? = 1
  70. configure:2271: checking for C compiler default output file name
  71. configure:2298: gcc -O2 -Wall conftest.c -L/usr/local/lib >&5
  72. configure:2301: $? = 0
  73. configure:2339: result: a.out
  74. configure:2356: checking whether the C compiler works
  75. configure:2366: ./a.out
  76. configure:2369: $? = 0
  77. configure:2386: result: yes
  78. configure:2393: checking whether we are cross compiling
  79. configure:2395: result: no
  80. configure:2398: checking for suffix of executables
  81. configure:2405: gcc -o conftest -O2 -Wall conftest.c -L/usr/local/lib >&5
  82. configure:2408: $? = 0
  83. configure:2432: result:
  84. configure:2438: checking for suffix of object files
  85. configure:2464: gcc -c -O2 -Wall conftest.c >&5
  86. configure:2467: $? = 0
  87. configure:2490: result: o
  88. configure:2494: checking whether we are using the GNU C compiler
  89. configure:2523: gcc -c -O2 -Wall conftest.c >&5
  90. configure:2529: $? = 0
  91. configure:2546: result: yes
  92. configure:2551: checking whether gcc accepts -g
  93. configure:2581: gcc -c -g conftest.c >&5
  94. configure:2587: $? = 0
  95. configure:2686: result: yes
  96. configure:2703: checking for gcc option to accept ISO C89
  97. configure:2777: gcc -c -O2 -Wall conftest.c >&5
  98. configure:2783: $? = 0
  99. configure:2806: result: none needed
  100. configure:3243: checking how to run the C preprocessor
  101. configure:3283: gcc -E conftest.c
  102. configure:3289: $? = 0
  103. configure:3320: gcc -E conftest.c
  104. conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory
  105. compilation terminated.
  106. configure:3326: $? = 1
  107. configure: failed program was:
  108. | /* confdefs.h. */
  109. | #define PACKAGE_NAME ""
  110. | #define PACKAGE_TARNAME ""
  111. | #define PACKAGE_VERSION ""
  112. | #define PACKAGE_STRING ""
  113. | #define PACKAGE_BUGREPORT ""
  114. | /* end confdefs.h. */
  115. | #include <ac_nonexistent.h>
  116. configure:3359: result: gcc -E
  117. configure:3388: gcc -E conftest.c
  118. configure:3394: $? = 0
  119. configure:3425: gcc -E conftest.c
  120. conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory
  121. compilation terminated.
  122. configure:3431: $? = 1
  123. configure: failed program was:
  124. | /* confdefs.h. */
  125. | #define PACKAGE_NAME ""
  126. | #define PACKAGE_TARNAME ""
  127. | #define PACKAGE_VERSION ""
  128. | #define PACKAGE_STRING ""
  129. | #define PACKAGE_BUGREPORT ""
  130. | /* end confdefs.h. */
  131. | #include <ac_nonexistent.h>
  132. configure:3469: checking for grep that handles long lines and -e
  133. configure:3543: result: /usr/bin/grep
  134. configure:3548: checking for egrep
  135. configure:3626: result: /usr/bin/grep -E
  136. configure:3631: checking for ANSI C header files
  137. configure:3661: gcc -c -O2 -Wall conftest.c >&5
  138. configure:3667: $? = 0
  139. configure:3766: gcc -o conftest -O2 -Wall conftest.c -L/usr/local/lib >&5
  140. configure:3769: $? = 0
  141. configure:3775: ./conftest
  142. configure:3778: $? = 0
  143. configure:3795: result: yes
  144. configure:3819: checking for sys/types.h
  145. configure:3840: gcc -c -O2 -Wall conftest.c >&5
  146. configure:3846: $? = 0
  147. configure:3862: result: yes
  148. configure:3819: checking for sys/stat.h
  149. configure:3840: gcc -c -O2 -Wall conftest.c >&5
  150. configure:3846: $? = 0
  151. configure:3862: result: yes
  152. configure:3819: checking for stdlib.h
  153. configure:3840: gcc -c -O2 -Wall conftest.c >&5
  154. configure:3846: $? = 0
  155. configure:3862: result: yes
  156. configure:3819: checking for string.h
  157. configure:3840: gcc -c -O2 -Wall conftest.c >&5
  158. configure:3846: $? = 0
  159. configure:3862: result: yes
  160. configure:3819: checking for memory.h
  161. configure:3840: gcc -c -O2 -Wall conftest.c >&5
  162. configure:3846: $? = 0
  163. configure:3862: result: yes
  164. configure:3819: checking for strings.h
  165. configure:3840: gcc -c -O2 -Wall conftest.c >&5
  166. configure:3846: $? = 0
  167. configure:3862: result: yes
  168. configure:3819: checking for inttypes.h
  169. configure:3840: gcc -c -O2 -Wall conftest.c >&5
  170. configure:3846: $? = 0
  171. configure:3862: result: yes
  172. configure:3819: checking for stdint.h
  173. configure:3840: gcc -c -O2 -Wall conftest.c >&5
  174. configure:3846: $? = 0
  175. configure:3862: result: yes
  176. configure:3819: checking for unistd.h
  177. configure:3840: gcc -c -O2 -Wall conftest.c >&5
  178. configure:3846: $? = 0
  179. configure:3862: result: yes
  180. configure:3884: checking tcpd.h usability
  181. configure:3901: gcc -c -O2 -Wall conftest.c >&5
  182. conftest.c:51:18: fatal error: tcpd.h: No such file or directory
  183. compilation terminated.
  184. configure:3907: $? = 1
  185. configure: failed program was:
  186. | /* confdefs.h. */
  187. | #define PACKAGE_NAME ""
  188. | #define PACKAGE_TARNAME ""
  189. | #define PACKAGE_VERSION ""
  190. | #define PACKAGE_STRING ""
  191. | #define PACKAGE_BUGREPORT ""
  192. | #define STDC_HEADERS 1
  193. | #define HAVE_SYS_TYPES_H 1
  194. | #define HAVE_SYS_STAT_H 1
  195. | #define HAVE_STDLIB_H 1
  196. | #define HAVE_STRING_H 1
  197. | #define HAVE_MEMORY_H 1
  198. | #define HAVE_STRINGS_H 1
  199. | #define HAVE_INTTYPES_H 1
  200. | #define HAVE_STDINT_H 1
  201. | #define HAVE_UNISTD_H 1
  202. | /* end confdefs.h. */
  203. | #include <stdio.h>
  204. | #ifdef HAVE_SYS_TYPES_H
  205. | # include <sys/types.h>
  206. | #endif
  207. | #ifdef HAVE_SYS_STAT_H
  208. | # include <sys/stat.h>
  209. | #endif
  210. | #ifdef STDC_HEADERS
  211. | # include <stdlib.h>
  212. | # include <stddef.h>
  213. | #else
  214. | # ifdef HAVE_STDLIB_H
  215. | # include <stdlib.h>
  216. | # endif
  217. | #endif
  218. | #ifdef HAVE_STRING_H
  219. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  220. | # include <memory.h>
  221. | # endif
  222. | # include <string.h>
  223. | #endif
  224. | #ifdef HAVE_STRINGS_H
  225. | # include <strings.h>
  226. | #endif
  227. | #ifdef HAVE_INTTYPES_H
  228. | # include <inttypes.h>
  229. | #endif
  230. | #ifdef HAVE_STDINT_H
  231. | # include <stdint.h>
  232. | #endif
  233. | #ifdef HAVE_UNISTD_H
  234. | # include <unistd.h>
  235. | #endif
  236. | #include <tcpd.h>
  237. configure:3921: result: no
  238. configure:3925: checking tcpd.h presence
  239. configure:3940: gcc -E conftest.c
  240. conftest.c:18:18: fatal error: tcpd.h: No such file or directory
  241. compilation terminated.
  242. configure:3946: $? = 1
  243. configure: failed program was:
  244. | /* confdefs.h. */
  245. | #define PACKAGE_NAME ""
  246. | #define PACKAGE_TARNAME ""
  247. | #define PACKAGE_VERSION ""
  248. | #define PACKAGE_STRING ""
  249. | #define PACKAGE_BUGREPORT ""
  250. | #define STDC_HEADERS 1
  251. | #define HAVE_SYS_TYPES_H 1
  252. | #define HAVE_SYS_STAT_H 1
  253. | #define HAVE_STDLIB_H 1
  254. | #define HAVE_STRING_H 1
  255. | #define HAVE_MEMORY_H 1
  256. | #define HAVE_STRINGS_H 1
  257. | #define HAVE_INTTYPES_H 1
  258. | #define HAVE_STDINT_H 1
  259. | #define HAVE_UNISTD_H 1
  260. | /* end confdefs.h. */
  261. | #include <tcpd.h>
  262. configure:3960: result: no
  263. configure:3988: checking for tcpd.h
  264. configure:3995: result: no
  265. configure:4147: checking pthread.h usability
  266. configure:4164: gcc -c -O2 -Wall conftest.c >&5
  267. configure:4170: $? = 0
  268. configure:4184: result: yes
  269. configure:4188: checking pthread.h presence
  270. configure:4203: gcc -E conftest.c
  271. configure:4209: $? = 0
  272. configure:4223: result: yes
  273. configure:4251: checking for pthread.h
  274. configure:4258: result: yes
  275. configure:4270: checking whether enabling thread
  276. configure:4315: gcc -o conftest -O2 -Wall conftest.c -L/usr/local/lib >&5
  277. conftest.c: In function 'init_routine':
  278. conftest.c:23:5: warning: 'return' with a value, in function returning void
  279. conftest.c: At top level:
  280. conftest.c:25:1: warning: return type defaults to 'int'
  281. /tmp/ccJNnfWD.o: In function `main':
  282. conftest.c:(.text+0x27): undefined reference to `pthread_once'
  283. collect2: ld returned 1 exit status
  284. configure:4318: $? = 1
  285. configure: program exited with status 1
  286. configure: failed program was:
  287. | /* confdefs.h. */
  288. | #define PACKAGE_NAME ""
  289. | #define PACKAGE_TARNAME ""
  290. | #define PACKAGE_VERSION ""
  291. | #define PACKAGE_STRING ""
  292. | #define PACKAGE_BUGREPORT ""
  293. | #define STDC_HEADERS 1
  294. | #define HAVE_SYS_TYPES_H 1
  295. | #define HAVE_SYS_STAT_H 1
  296. | #define HAVE_STDLIB_H 1
  297. | #define HAVE_STRING_H 1
  298. | #define HAVE_MEMORY_H 1
  299. | #define HAVE_STRINGS_H 1
  300. | #define HAVE_INTTYPES_H 1
  301. | #define HAVE_STDINT_H 1
  302. | #define HAVE_UNISTD_H 1
  303. | /* end confdefs.h. */
  304. |
  305. | #include <pthread.h>
  306. | void
  307. | init_routine()
  308. | {
  309. | return(0);
  310. | }
  311. | main()
  312. | {
  313. | pthread_once_t once_control = PTHREAD_ONCE_INIT;
  314. | pthread_once(&once_control, &init_routine);
  315. | return(0);
  316. | }
  317. configure:4340: result: no
  318. configure:4352: checking for crypt in -lcrypt
  319. configure:4387: gcc -o conftest -O2 -Wall conftest.c -lcrypt -L/usr/local/lib >&5
  320. configure:4393: $? = 0
  321. configure:4411: result: yes
  322. configure:4423: checking for ANSI C header files
  323. configure:4587: result: yes
  324. configure:4597: checking for sys/wait.h that is POSIX.1 compatible
  325. configure:4633: gcc -c -O2 -Wall conftest.c >&5
  326. configure:4639: $? = 0
  327. configure:4654: result: yes
  328. configure:4685: checking fcntl.h usability
  329. configure:4702: gcc -c -O2 -Wall conftest.c >&5
  330. configure:4708: $? = 0
  331. configure:4722: result: yes
  332. configure:4726: checking fcntl.h presence
  333. configure:4741: gcc -E conftest.c
  334. configure:4747: $? = 0
  335. configure:4761: result: yes
  336. configure:4789: checking for fcntl.h
  337. configure:4797: result: yes
  338. configure:4685: checking sys/time.h usability
  339. configure:4702: gcc -c -O2 -Wall conftest.c >&5
  340. configure:4708: $? = 0
  341. configure:4722: result: yes
  342. configure:4726: checking sys/time.h presence
  343. configure:4741: gcc -E conftest.c
  344. configure:4747: $? = 0
  345. configure:4761: result: yes
  346. configure:4789: checking for sys/time.h
  347. configure:4797: result: yes
  348. configure:4685: checking limits.h usability
  349. configure:4702: gcc -c -O2 -Wall conftest.c >&5
  350. configure:4708: $? = 0
  351. configure:4722: result: yes
  352. configure:4726: checking limits.h presence
  353. configure:4741: gcc -E conftest.c
  354. configure:4747: $? = 0
  355. configure:4761: result: yes
  356. configure:4789: checking for limits.h
  357. configure:4797: result: yes
  358. configure:4685: checking syslog.h usability
  359. configure:4702: gcc -c -O2 -Wall conftest.c >&5
  360. configure:4708: $? = 0
  361. configure:4722: result: yes
  362. configure:4726: checking syslog.h presence
  363. configure:4741: gcc -E conftest.c
  364. configure:4747: $? = 0
  365. configure:4761: result: yes
  366. configure:4789: checking for syslog.h
  367. configure:4797: result: yes
  368. configure:4675: checking for unistd.h
  369. configure:4681: result: yes
  370. configure:4685: checking sys/resource.h usability
  371. configure:4702: gcc -c -O2 -Wall conftest.c >&5
  372. configure:4708: $? = 0
  373. configure:4722: result: yes
  374. configure:4726: checking sys/resource.h presence
  375. configure:4741: gcc -E conftest.c
  376. configure:4747: $? = 0
  377. configure:4761: result: yes
  378. configure:4789: checking for sys/resource.h
  379. configure:4797: result: yes
  380. configure:4811: checking for socklen_t
  381. configure:4843: gcc -c -O2 -Wall conftest.c >&5
  382. configure:4849: $? = 0
  383. configure:4864: result: yes
  384. configure:4876: checking for u_int8_t
  385. configure:4908: gcc -c -O2 -Wall conftest.c >&5
  386. configure:4914: $? = 0
  387. configure:4929: result: yes
  388. configure:4939: checking for u_int16_t
  389. configure:4971: gcc -c -O2 -Wall conftest.c >&5
  390. configure:4977: $? = 0
  391. configure:4992: result: yes
  392. configure:5002: checking for u_int32_t
  393. configure:5034: gcc -c -O2 -Wall conftest.c >&5
  394. configure:5040: $? = 0
  395. configure:5055: result: yes
  396. configure:5065: checking for uint8_t
  397. configure:5097: gcc -c -O2 -Wall conftest.c >&5
  398. configure:5103: $? = 0
  399. configure:5118: result: yes
  400. configure:5128: checking for uint16_t
  401. configure:5160: gcc -c -O2 -Wall conftest.c >&5
  402. configure:5166: $? = 0
  403. configure:5181: result: yes
  404. configure:5191: checking for uint32_t
  405. configure:5223: gcc -c -O2 -Wall conftest.c >&5
  406. configure:5229: $? = 0
  407. configure:5244: result: yes
  408. configure:5256: checking whether time.h and sys/time.h may both be included
  409. configure:5286: gcc -c -O2 -Wall conftest.c >&5
  410. configure:5292: $? = 0
  411. configure:5307: result: yes
  412. configure:5318: checking for struct sockaddr_dl.sdl_family
  413. configure:5348: gcc -c -O2 -Wall conftest.c >&5
  414. conftest.c:36:23: fatal error: net/if_dl.h: No such file or directory
  415. compilation terminated.
  416. configure:5354: $? = 1
  417. configure: failed program was:
  418. | /* confdefs.h. */
  419. | #define PACKAGE_NAME ""
  420. | #define PACKAGE_TARNAME ""
  421. | #define PACKAGE_VERSION ""
  422. | #define PACKAGE_STRING ""
  423. | #define PACKAGE_BUGREPORT ""
  424. | #define STDC_HEADERS 1
  425. | #define HAVE_SYS_TYPES_H 1
  426. | #define HAVE_SYS_STAT_H 1
  427. | #define HAVE_STDLIB_H 1
  428. | #define HAVE_STRING_H 1
  429. | #define HAVE_MEMORY_H 1
  430. | #define HAVE_STRINGS_H 1
  431. | #define HAVE_INTTYPES_H 1
  432. | #define HAVE_STDINT_H 1
  433. | #define HAVE_UNISTD_H 1
  434. | #define HAVE_LIBCRYPT 1
  435. | #define STDC_HEADERS 1
  436. | #define HAVE_SYS_WAIT_H 1
  437. | #define HAVE_FCNTL_H 1
  438. | #define HAVE_SYS_TIME_H 1
  439. | #define HAVE_LIMITS_H 1
  440. | #define HAVE_SYSLOG_H 1
  441. | #define HAVE_UNISTD_H 1
  442. | #define HAVE_SYS_RESOURCE_H 1
  443. | #define HAVE_SOCKLEN_T 1
  444. | #define HAVE_U_INT8_T 1
  445. | #define HAVE_U_INT16_T 1
  446. | #define HAVE_U_INT32_T 1
  447. | #define HAVE_UINT8_T 1
  448. | #define HAVE_UINT16_T 1
  449. | #define HAVE_UINT32_T 1
  450. | #define TIME_WITH_SYS_TIME 1
  451. | /* end confdefs.h. */
  452. | #include <sys/types.h>
  453. | #include <net/if_dl.h>
  454. |
  455. | int
  456. | main ()
  457. | {
  458. | static struct sockaddr_dl ac_aggr;
  459. | if (ac_aggr.sdl_family)
  460. | return 0;
  461. | ;
  462. | return 0;
  463. | }
  464. configure:5389: gcc -c -O2 -Wall conftest.c >&5
  465. conftest.c:36:23: fatal error: net/if_dl.h: No such file or directory
  466. compilation terminated.
  467. configure:5395: $? = 1
  468. configure: failed program was:
  469. | /* confdefs.h. */
  470. | #define PACKAGE_NAME ""
  471. | #define PACKAGE_TARNAME ""
  472. | #define PACKAGE_VERSION ""
  473. | #define PACKAGE_STRING ""
  474. | #define PACKAGE_BUGREPORT ""
  475. | #define STDC_HEADERS 1
  476. | #define HAVE_SYS_TYPES_H 1
  477. | #define HAVE_SYS_STAT_H 1
  478. | #define HAVE_STDLIB_H 1
  479. | #define HAVE_STRING_H 1
  480. | #define HAVE_MEMORY_H 1
  481. | #define HAVE_STRINGS_H 1
  482. | #define HAVE_INTTYPES_H 1
  483. | #define HAVE_STDINT_H 1
  484. | #define HAVE_UNISTD_H 1
  485. | #define HAVE_LIBCRYPT 1
  486. | #define STDC_HEADERS 1
  487. | #define HAVE_SYS_WAIT_H 1
  488. | #define HAVE_FCNTL_H 1
  489. | #define HAVE_SYS_TIME_H 1
  490. | #define HAVE_LIMITS_H 1
  491. | #define HAVE_SYSLOG_H 1
  492. | #define HAVE_UNISTD_H 1
  493. | #define HAVE_SYS_RESOURCE_H 1
  494. | #define HAVE_SOCKLEN_T 1
  495. | #define HAVE_U_INT8_T 1
  496. | #define HAVE_U_INT16_T 1
  497. | #define HAVE_U_INT32_T 1
  498. | #define HAVE_UINT8_T 1
  499. | #define HAVE_UINT16_T 1
  500. | #define HAVE_UINT32_T 1
  501. | #define TIME_WITH_SYS_TIME 1
  502. | /* end confdefs.h. */
  503. | #include <sys/types.h>
  504. | #include <net/if_dl.h>
  505. |
  506. | int
  507. | main ()
  508. | {
  509. | static struct sockaddr_dl ac_aggr;
  510. | if (sizeof ac_aggr.sdl_family)
  511. | return 0;
  512. | ;
  513. | return 0;
  514. | }
  515. configure:5413: result: no
  516. configure:5423: checking for struct sockaddr.sa_len
  517. configure:5453: gcc -c -O2 -Wall conftest.c >&5
  518. conftest.c: In function 'main':
  519. conftest.c:42:12: error: 'struct sockaddr' has no member named 'sa_len'
  520. configure:5459: $? = 1
  521. configure: failed program was:
  522. | /* confdefs.h. */
  523. | #define PACKAGE_NAME ""
  524. | #define PACKAGE_TARNAME ""
  525. | #define PACKAGE_VERSION ""
  526. | #define PACKAGE_STRING ""
  527. | #define PACKAGE_BUGREPORT ""
  528. | #define STDC_HEADERS 1
  529. | #define HAVE_SYS_TYPES_H 1
  530. | #define HAVE_SYS_STAT_H 1
  531. | #define HAVE_STDLIB_H 1
  532. | #define HAVE_STRING_H 1
  533. | #define HAVE_MEMORY_H 1
  534. | #define HAVE_STRINGS_H 1
  535. | #define HAVE_INTTYPES_H 1
  536. | #define HAVE_STDINT_H 1
  537. | #define HAVE_UNISTD_H 1
  538. | #define HAVE_LIBCRYPT 1
  539. | #define STDC_HEADERS 1
  540. | #define HAVE_SYS_WAIT_H 1
  541. | #define HAVE_FCNTL_H 1
  542. | #define HAVE_SYS_TIME_H 1
  543. | #define HAVE_LIMITS_H 1
  544. | #define HAVE_SYSLOG_H 1
  545. | #define HAVE_UNISTD_H 1
  546. | #define HAVE_SYS_RESOURCE_H 1
  547. | #define HAVE_SOCKLEN_T 1
  548. | #define HAVE_U_INT8_T 1
  549. | #define HAVE_U_INT16_T 1
  550. | #define HAVE_U_INT32_T 1
  551. | #define HAVE_UINT8_T 1
  552. | #define HAVE_UINT16_T 1
  553. | #define HAVE_UINT32_T 1
  554. | #define TIME_WITH_SYS_TIME 1
  555. | /* end confdefs.h. */
  556. | #include <sys/types.h>
  557. | #include <sys/socket.h>
  558. |
  559. | int
  560. | main ()
  561. | {
  562. | static struct sockaddr ac_aggr;
  563. | if (ac_aggr.sa_len)
  564. | return 0;
  565. | ;
  566. | return 0;
  567. | }
  568. configure:5494: gcc -c -O2 -Wall conftest.c >&5
  569. conftest.c: In function 'main':
  570. conftest.c:42:19: error: 'struct sockaddr' has no member named 'sa_len'
  571. configure:5500: $? = 1
  572. configure: failed program was:
  573. | /* confdefs.h. */
  574. | #define PACKAGE_NAME ""
  575. | #define PACKAGE_TARNAME ""
  576. | #define PACKAGE_VERSION ""
  577. | #define PACKAGE_STRING ""
  578. | #define PACKAGE_BUGREPORT ""
  579. | #define STDC_HEADERS 1
  580. | #define HAVE_SYS_TYPES_H 1
  581. | #define HAVE_SYS_STAT_H 1
  582. | #define HAVE_STDLIB_H 1
  583. | #define HAVE_STRING_H 1
  584. | #define HAVE_MEMORY_H 1
  585. | #define HAVE_STRINGS_H 1
  586. | #define HAVE_INTTYPES_H 1
  587. | #define HAVE_STDINT_H 1
  588. | #define HAVE_UNISTD_H 1
  589. | #define HAVE_LIBCRYPT 1
  590. | #define STDC_HEADERS 1
  591. | #define HAVE_SYS_WAIT_H 1
  592. | #define HAVE_FCNTL_H 1
  593. | #define HAVE_SYS_TIME_H 1
  594. | #define HAVE_LIMITS_H 1
  595. | #define HAVE_SYSLOG_H 1
  596. | #define HAVE_UNISTD_H 1
  597. | #define HAVE_SYS_RESOURCE_H 1
  598. | #define HAVE_SOCKLEN_T 1
  599. | #define HAVE_U_INT8_T 1
  600. | #define HAVE_U_INT16_T 1
  601. | #define HAVE_U_INT32_T 1
  602. | #define HAVE_UINT8_T 1
  603. | #define HAVE_UINT16_T 1
  604. | #define HAVE_UINT32_T 1
  605. | #define TIME_WITH_SYS_TIME 1
  606. | /* end confdefs.h. */
  607. | #include <sys/types.h>
  608. | #include <sys/socket.h>
  609. |
  610. | int
  611. | main ()
  612. | {
  613. | static struct sockaddr ac_aggr;
  614. | if (sizeof ac_aggr.sa_len)
  615. | return 0;
  616. | ;
  617. | return 0;
  618. | }
  619. configure:5518: result: no
  620. configure:5528: checking return type of signal handlers
  621. configure:5556: gcc -c -O2 -Wall conftest.c >&5
  622. conftest.c: In function 'main':
  623. conftest.c:41:1: error: void value not ignored as it ought to be
  624. configure:5562: $? = 1
  625. configure: failed program was:
  626. | /* confdefs.h. */
  627. | #define PACKAGE_NAME ""
  628. | #define PACKAGE_TARNAME ""
  629. | #define PACKAGE_VERSION ""
  630. | #define PACKAGE_STRING ""
  631. | #define PACKAGE_BUGREPORT ""
  632. | #define STDC_HEADERS 1
  633. | #define HAVE_SYS_TYPES_H 1
  634. | #define HAVE_SYS_STAT_H 1
  635. | #define HAVE_STDLIB_H 1
  636. | #define HAVE_STRING_H 1
  637. | #define HAVE_MEMORY_H 1
  638. | #define HAVE_STRINGS_H 1
  639. | #define HAVE_INTTYPES_H 1
  640. | #define HAVE_STDINT_H 1
  641. | #define HAVE_UNISTD_H 1
  642. | #define HAVE_LIBCRYPT 1
  643. | #define STDC_HEADERS 1
  644. | #define HAVE_SYS_WAIT_H 1
  645. | #define HAVE_FCNTL_H 1
  646. | #define HAVE_SYS_TIME_H 1
  647. | #define HAVE_LIMITS_H 1
  648. | #define HAVE_SYSLOG_H 1
  649. | #define HAVE_UNISTD_H 1
  650. | #define HAVE_SYS_RESOURCE_H 1
  651. | #define HAVE_SOCKLEN_T 1
  652. | #define HAVE_U_INT8_T 1
  653. | #define HAVE_U_INT16_T 1
  654. | #define HAVE_U_INT32_T 1
  655. | #define HAVE_UINT8_T 1
  656. | #define HAVE_UINT16_T 1
  657. | #define HAVE_UINT32_T 1
  658. | #define TIME_WITH_SYS_TIME 1
  659. | /* end confdefs.h. */
  660. | #include <sys/types.h>
  661. | #include <signal.h>
  662. |
  663. | int
  664. | main ()
  665. | {
  666. | return *(signal (0, 0)) (0) == 1;
  667. | ;
  668. | return 0;
  669. | }
  670. configure:5577: result: void
  671. configure:5599: checking for select
  672. configure:5655: gcc -o conftest -O2 -Wall conftest.c -lcrypt -L/usr/local/lib >&5
  673. configure:5661: $? = 0
  674. configure:5679: result: yes
  675. configure:5599: checking for socket
  676. configure:5655: gcc -o conftest -O2 -Wall conftest.c -lcrypt -L/usr/local/lib >&5
  677. configure:5661: $? = 0
  678. configure:5679: result: yes
  679. configure:5599: checking for getaddrinfo
  680. configure:5655: gcc -o conftest -O2 -Wall conftest.c -lcrypt -L/usr/local/lib >&5
  681. configure:5661: $? = 0
  682. configure:5679: result: yes
  683. configure:5599: checking for getnameinfo
  684. configure:5655: gcc -o conftest -O2 -Wall conftest.c -lcrypt -L/usr/local/lib >&5
  685. configure:5661: $? = 0
  686. configure:5679: result: yes
  687. configure:5599: checking for freeaddrinfo
  688. configure:5655: gcc -o conftest -O2 -Wall conftest.c -lcrypt -L/usr/local/lib >&5
  689. configure:5661: $? = 0
  690. configure:5679: result: yes
  691. configure:5792: creating ./config.status
  692.  
  693. ## ---------------------- ##
  694. ## Running config.status. ##
  695. ## ---------------------- ##
  696.  
  697. This file was extended by config.status, which was
  698. generated by GNU Autoconf 2.61. Invocation command line was
  699.  
  700. CONFIG_FILES =
  701. CONFIG_HEADERS =
  702. CONFIG_LINKS =
  703. CONFIG_COMMANDS =
  704. $ ./config.status
  705.  
  706. on cortproxy-01
  707.  
  708. config.status:603: creating Makefile
  709. config.status:603: creating config.h
  710.  
  711. ## ---------------- ##
  712. ## Cache variables. ##
  713. ## ---------------- ##
  714.  
  715. ac_cv_build=x86_64-unknown-linux-gnu
  716. ac_cv_c_compiler_gnu=yes
  717. ac_cv_env_CC_set=
  718. ac_cv_env_CC_value=
  719. ac_cv_env_CFLAGS_set=
  720. ac_cv_env_CFLAGS_value=
  721. ac_cv_env_CPPFLAGS_set=
  722. ac_cv_env_CPPFLAGS_value=
  723. ac_cv_env_CPP_set=
  724. ac_cv_env_CPP_value=
  725. ac_cv_env_LDFLAGS_set=
  726. ac_cv_env_LDFLAGS_value=
  727. ac_cv_env_LIBS_set=
  728. ac_cv_env_LIBS_value=
  729. ac_cv_env_build_alias_set=
  730. ac_cv_env_build_alias_value=
  731. ac_cv_env_host_alias_set=
  732. ac_cv_env_host_alias_value=
  733. ac_cv_env_target_alias_set=
  734. ac_cv_env_target_alias_value=
  735. ac_cv_func_freeaddrinfo=yes
  736. ac_cv_func_getaddrinfo=yes
  737. ac_cv_func_getnameinfo=yes
  738. ac_cv_func_select=yes
  739. ac_cv_func_socket=yes
  740. ac_cv_header_fcntl_h=yes
  741. ac_cv_header_inttypes_h=yes
  742. ac_cv_header_limits_h=yes
  743. ac_cv_header_memory_h=yes
  744. ac_cv_header_pthread_h=yes
  745. ac_cv_header_stdc=yes
  746. ac_cv_header_stdint_h=yes
  747. ac_cv_header_stdlib_h=yes
  748. ac_cv_header_string_h=yes
  749. ac_cv_header_strings_h=yes
  750. ac_cv_header_sys_resource_h=yes
  751. ac_cv_header_sys_stat_h=yes
  752. ac_cv_header_sys_time_h=yes
  753. ac_cv_header_sys_types_h=yes
  754. ac_cv_header_sys_wait_h=yes
  755. ac_cv_header_syslog_h=yes
  756. ac_cv_header_tcpd_h=no
  757. ac_cv_header_time=yes
  758. ac_cv_header_unistd_h=yes
  759. ac_cv_host=x86_64-unknown-linux-gnu
  760. ac_cv_lib_crypt_crypt=yes
  761. ac_cv_member_struct_sockaddr_dl_sdl_family=no
  762. ac_cv_member_struct_sockaddr_sa_len=no
  763. ac_cv_objext=o
  764. ac_cv_path_EGREP='/usr/bin/grep -E'
  765. ac_cv_path_GREP=/usr/bin/grep
  766. ac_cv_prog_CPP='gcc -E'
  767. ac_cv_prog_ac_ct_CC=gcc
  768. ac_cv_prog_cc_c89=
  769. ac_cv_prog_cc_g=yes
  770. ac_cv_target=x86_64-unknown-linux-gnu
  771. ac_cv_type_signal=void
  772. ac_cv_type_socklen_t=yes
  773. ac_cv_type_u_int16_t=yes
  774. ac_cv_type_u_int32_t=yes
  775. ac_cv_type_u_int8_t=yes
  776. ac_cv_type_uint16_t=yes
  777. ac_cv_type_uint32_t=yes
  778. ac_cv_type_uint8_t=yes
  779.  
  780. ## ----------------- ##
  781. ## Output variables. ##
  782. ## ----------------- ##
  783.  
  784. CC='gcc'
  785. CFLAGS=' -O2 -Wall'
  786. CPP='gcc -E'
  787. CPPFLAGS=''
  788. DEFS='-DHAVE_CONFIG_H'
  789. ECHO_C=''
  790. ECHO_N='-n'
  791. ECHO_T=''
  792. EGREP='/usr/bin/grep -E'
  793. EXEEXT=''
  794. GREP='/usr/bin/grep'
  795. LDFLAGS=''
  796. LIBOBJS=''
  797. LIBS='-lcrypt -L/usr/local/lib '
  798. LTLIBOBJS=''
  799. OBJEXT='o'
  800. PACKAGE_BUGREPORT=''
  801. PACKAGE_NAME=''
  802. PACKAGE_STRING=''
  803. PACKAGE_TARNAME=''
  804. PACKAGE_VERSION=''
  805. PATH_SEPARATOR=':'
  806. SHELL='/bin/sh'
  807. ac_ct_CC='gcc'
  808. bindir='${exec_prefix}/bin'
  809. build='x86_64-unknown-linux-gnu'
  810. build_alias=''
  811. build_cpu='x86_64'
  812. build_os='linux-gnu'
  813. build_vendor='unknown'
  814. datadir='${datarootdir}'
  815. datarootdir='${prefix}/share'
  816. docdir='${datarootdir}/doc/${PACKAGE}'
  817. dvidir='${docdir}'
  818. exec_prefix='${prefix}'
  819. host='x86_64-unknown-linux-gnu'
  820. host_alias=''
  821. host_cpu='x86_64'
  822. host_os='linux-gnu'
  823. host_vendor='unknown'
  824. htmldir='${docdir}'
  825. includedir='${prefix}/include'
  826. infodir='${datarootdir}/info'
  827. libdir='${exec_prefix}/lib'
  828. libexecdir='${exec_prefix}/libexec'
  829. localedir='${datarootdir}/locale'
  830. localstatedir='${prefix}/var'
  831. mandir='${datarootdir}/man'
  832. oldincludedir='/usr/include'
  833. pdfdir='${docdir}'
  834. prefix='/usr/local'
  835. program_transform_name='s,x,x,'
  836. psdir='${docdir}'
  837. sbindir='${exec_prefix}/sbin'
  838. sharedstatedir='${prefix}/com'
  839. sysconfdir='${prefix}/etc'
  840. target='x86_64-unknown-linux-gnu'
  841. target_alias=''
  842. target_cpu='x86_64'
  843. target_os='linux-gnu'
  844. target_vendor='unknown'
  845.  
  846. ## ----------- ##
  847. ## confdefs.h. ##
  848. ## ----------- ##
  849.  
  850. #define PACKAGE_NAME ""
  851. #define PACKAGE_TARNAME ""
  852. #define PACKAGE_VERSION ""
  853. #define PACKAGE_STRING ""
  854. #define PACKAGE_BUGREPORT ""
  855. #define STDC_HEADERS 1
  856. #define HAVE_SYS_TYPES_H 1
  857. #define HAVE_SYS_STAT_H 1
  858. #define HAVE_STDLIB_H 1
  859. #define HAVE_STRING_H 1
  860. #define HAVE_MEMORY_H 1
  861. #define HAVE_STRINGS_H 1
  862. #define HAVE_INTTYPES_H 1
  863. #define HAVE_STDINT_H 1
  864. #define HAVE_UNISTD_H 1
  865. #define HAVE_LIBCRYPT 1
  866. #define STDC_HEADERS 1
  867. #define HAVE_SYS_WAIT_H 1
  868. #define HAVE_FCNTL_H 1
  869. #define HAVE_SYS_TIME_H 1
  870. #define HAVE_LIMITS_H 1
  871. #define HAVE_SYSLOG_H 1
  872. #define HAVE_UNISTD_H 1
  873. #define HAVE_SYS_RESOURCE_H 1
  874. #define HAVE_SOCKLEN_T 1
  875. #define HAVE_U_INT8_T 1
  876. #define HAVE_U_INT16_T 1
  877. #define HAVE_U_INT32_T 1
  878. #define HAVE_UINT8_T 1
  879. #define HAVE_UINT16_T 1
  880. #define HAVE_UINT32_T 1
  881. #define TIME_WITH_SYS_TIME 1
  882. #define RETSIGTYPE void
  883. #define HAVE_SELECT 1
  884. #define HAVE_SOCKET 1
  885. #define HAVE_GETADDRINFO 1
  886. #define HAVE_GETNAMEINFO 1
  887. #define HAVE_FREEADDRINFO 1
  888.  
  889. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement