Advertisement
Guest User

config.log

a guest
Nov 3rd, 2011
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 53.18 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. configure:1894: checking for Cygwin environment
  5. configure:1910: cc -c conftest.c 1>&5
  6. configure: In function 'main':
  7. configure:1906: error: '__CYGWIN32__' undeclared (first use in this function)
  8. configure:1906: error: (Each undeclared identifier is reported only once
  9. configure:1906: error: for each function it appears in.)
  10. configure: failed program was:
  11. #line 1899 "configure"
  12. #include "confdefs.h"
  13.  
  14. int main() {
  15.  
  16. #ifndef __CYGWIN__
  17. #define __CYGWIN__ __CYGWIN32__
  18. #endif
  19. return __CYGWIN__;
  20. ; return 0; }
  21. configure:1927: checking for mingw32 environment
  22. configure:1939: cc -c conftest.c 1>&5
  23. configure: In function 'main':
  24. configure:1935: error: '__MINGW32__' undeclared (first use in this function)
  25. configure:1935: error: (Each undeclared identifier is reported only once
  26. configure:1935: error: for each function it appears in.)
  27. configure: failed program was:
  28. #line 1932 "configure"
  29. #include "confdefs.h"
  30.  
  31. int main() {
  32. return __MINGW32__;
  33. ; return 0; }
  34. configure:1958: checking for egrep
  35. configure:1973: checking for a sed that does not truncate output
  36. configure:2123: checking host system type
  37. configure:2144: checking target system type
  38. configure:2256: checking for gcc
  39. configure:2369: checking whether the C compiler (gcc ) works
  40. configure:2385: gcc -o conftest conftest.c 1>&5
  41. configure:2411: checking whether the C compiler (gcc ) is a cross-compiler
  42. configure:2416: checking whether we are using GNU C
  43. configure:2425: gcc -E conftest.c
  44. configure:2444: checking whether gcc accepts -g
  45. configure:2476: checking how to run the C preprocessor
  46. configure:2497: gcc -E conftest.c >/dev/null 2>conftest.out
  47. configure:2558: checking for icc
  48. configure:2582: checking for suncc
  49. configure:2607: checking whether gcc and cc understand -c and -o together
  50. configure:2622: gcc -c conftest.c -o conftest.o 1>&5
  51. configure:2623: gcc -c conftest.c -o conftest.o 1>&5
  52. configure:2628: cc -c conftest.c 1>&5
  53. configure:2630: cc -c conftest.c -o conftest.o 1>&5
  54. configure:2631: cc -c conftest.c -o conftest.o 1>&5
  55. configure:2658: checking how to run the C preprocessor
  56. configure:2738: checking for AIX
  57. configure:2762: checking whether ln -s works
  58. configure:2787: checking for system library directory
  59. configure:2810: checking whether to enable runpaths
  60. configure:2831: checking if compiler supports -R
  61. configure:2846: gcc -o conftest -g -O2 conftest.c -R /usr/lib 1>&5
  62. ld: in /usr/lib, can't map file, errno=22 for architecture x86_64
  63. collect2: ld returned 1 exit status
  64. configure: failed program was:
  65. #line 2839 "configure"
  66. #include "confdefs.h"
  67.  
  68. int main() {
  69.  
  70. ; return 0; }
  71. configure:2864: checking if compiler supports -Wl,-rpath,
  72. configure:2879: gcc -o conftest -g -O2 conftest.c -Wl,-rpath,/usr/lib 1>&5
  73. configure:2910: checking for gawk
  74. configure:2910: checking for nawk
  75. configure:2910: checking for awk
  76. configure:2951: checking if awk is broken
  77. configure:2970: checking for bison
  78. configure:3010: checking for bison version
  79. configure:3048: checking for re2c
  80. configure:3115: checking whether to enable computed goto gcc extension with re2c
  81. configure:3224: checking whether gcc supports -no-cpp-precomp
  82. configure:3425: checking whether to force non-PIC code in shared modules
  83. configure:3455: checking whether /dev/urandom exists
  84. configure:3534: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  85. configure:3554: checking for pthreads_cflags
  86. configure:3624: checking for pthreads_lib
  87. configure:3795: checking for AOLserver support
  88. configure:4060: checking for Apache 1.x module support via DSO through APXS
  89. configure:4391: checking for Apache 1.x module support
  90. configure:5268: checking whether to enable Apache charset compatibility option
  91. configure:5435: checking for Apache 2.0 filter-module support via DSO through APXS
  92. configure:6324: checking for Apache 2.0 handler-module support via DSO through APXS
  93. configure:7214: checking for Apache 1.x (hooks) module support via DSO through APXS
  94. configure:7545: checking for Apache 1.x (hooks) module support
  95. configure:8422: checking whether to enable Apache charset compatibility option
  96. configure:8590: checking for Caudium support
  97. configure:8949: checking for CLI build
  98. configure:8999: checking for Continuity support
  99. configure:9281: checking for embedded SAPI library support
  100. configure:9545: checking for FPM build
  101. configure:9553: checking for setenv
  102. configure:9581: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  103. configure:9553: checking for clearenv
  104. configure:9581: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  105. Undefined symbols for architecture x86_64:
  106. "_clearenv", referenced from:
  107. _main in cc2C1L2A.o
  108. ld: symbol(s) not found for architecture x86_64
  109. collect2: ld returned 1 exit status
  110. configure: failed program was:
  111. #line 9558 "configure"
  112. #include "confdefs.h"
  113. /* System header to define __stub macros and hopefully few prototypes,
  114. which can conflict with char clearenv(); below. */
  115. #include <assert.h>
  116. /* Override any gcc2 internal prototype to avoid an error. */
  117. /* We use char because int might match the return type of a gcc2
  118. builtin and then its argument prototype would still apply. */
  119. char clearenv();
  120.  
  121. int main() {
  122.  
  123. /* The GNU C library defines this for functions which it implements
  124. to always fail with ENOSYS. Some functions are actually named
  125. something starting with __ and the normal name is an alias. */
  126. #if defined (__stub_clearenv) || defined (__stub___clearenv)
  127. choke me
  128. #else
  129. clearenv();
  130. #endif
  131.  
  132. ; return 0; }
  133. configure:9553: checking for setproctitle
  134. configure:9581: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  135. Undefined symbols for architecture x86_64:
  136. "_setproctitle", referenced from:
  137. _main in ccrAxHGH.o
  138. ld: symbol(s) not found for architecture x86_64
  139. collect2: ld returned 1 exit status
  140. configure: failed program was:
  141. #line 9558 "configure"
  142. #include "confdefs.h"
  143. /* System header to define __stub macros and hopefully few prototypes,
  144. which can conflict with char setproctitle(); below. */
  145. #include <assert.h>
  146. /* Override any gcc2 internal prototype to avoid an error. */
  147. /* We use char because int might match the return type of a gcc2
  148. builtin and then its argument prototype would still apply. */
  149. char setproctitle();
  150.  
  151. int main() {
  152.  
  153. /* The GNU C library defines this for functions which it implements
  154. to always fail with ENOSYS. Some functions are actually named
  155. something starting with __ and the normal name is an alias. */
  156. #if defined (__stub_setproctitle) || defined (__stub___setproctitle)
  157. choke me
  158. #else
  159. setproctitle();
  160. #endif
  161.  
  162. ; return 0; }
  163. configure:9608: checking for library containing socket
  164. configure:9626: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  165. configure:9670: checking for library containing inet_addr
  166. configure:9688: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  167. configure:9735: checking for errno.h
  168. configure:9745: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  169. configure:9735: checking for fcntl.h
  170. configure:9745: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  171. configure:9735: checking for stdio.h
  172. configure:9745: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  173. configure:9735: checking for stdlib.h
  174. configure:9745: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  175. configure:9735: checking for unistd.h
  176. configure:9745: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  177. configure:9735: checking for sys/uio.h
  178. configure:9745: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  179. configure:9775: checking for sys/select.h
  180. configure:9785: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  181. configure:9775: checking for sys/socket.h
  182. configure:9785: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  183. configure:9775: checking for sys/time.h
  184. configure:9785: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  185. configure:9815: checking for arpa/inet.h
  186. configure:9825: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  187. configure:9815: checking for netinet/in.h
  188. configure:9825: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  189. configure:9854: checking for prctl
  190. configure:9864: gcc -c -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  191. configure:9858:25: error: sys/prctl.h: No such file or directory
  192. configure: failed program was:
  193. #line 9857 "configure"
  194. #include "confdefs.h"
  195. #include <sys/prctl.h>
  196. int main() {
  197. prctl(0, 0, 0, 0, 0);
  198. ; return 0; }
  199. configure:9887: checking for clock_gettime
  200. configure:9897: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  201. configure: In function 'main':
  202. configure:9893: error: 'CLOCK_MONOTONIC' undeclared (first use in this function)
  203. configure:9893: error: (Each undeclared identifier is reported only once
  204. configure:9893: error: for each function it appears in.)
  205. configure: failed program was:
  206. #line 9890 "configure"
  207. #include "confdefs.h"
  208. #include <time.h>
  209. int main() {
  210. struct timespec ts; clock_gettime(CLOCK_MONOTONIC, &ts);
  211. ; return 0; }
  212. configure:9915: checking for clock_gettime in -lrt
  213. configure:9928: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lrt 1>&5
  214. configure: In function 'main':
  215. configure:9924: error: 'CLOCK_MONOTONIC' undeclared (first use in this function)
  216. configure:9924: error: (Each undeclared identifier is reported only once
  217. configure:9924: error: for each function it appears in.)
  218. configure: failed program was:
  219. #line 9921 "configure"
  220. #include "confdefs.h"
  221. #include <time.h>
  222. int main() {
  223. struct timespec ts; clock_gettime(CLOCK_MONOTONIC, &ts);
  224. ; return 0; }
  225. configure:9957: checking for clock_get_time
  226. configure:9987: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  227. configure:10018: checking for ptrace
  228. configure:10030: gcc -c -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  229. configure:10048: checking whether ptrace works
  230. configure:10125: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  231. configure: failed program was:
  232. #line 10054 "configure"
  233. #include "confdefs.h"
  234.  
  235. #include <unistd.h>
  236. #include <signal.h>
  237. #include <sys/wait.h>
  238. #include <sys/types.h>
  239. #include <sys/ptrace.h>
  240. #include <errno.h>
  241.  
  242. #if !defined(PTRACE_ATTACH) && defined(PT_ATTACH)
  243. #define PTRACE_ATTACH PT_ATTACH
  244. #endif
  245.  
  246. #if !defined(PTRACE_DETACH) && defined(PT_DETACH)
  247. #define PTRACE_DETACH PT_DETACH
  248. #endif
  249.  
  250. #if !defined(PTRACE_PEEKDATA) && defined(PT_READ_D)
  251. #define PTRACE_PEEKDATA PT_READ_D
  252. #endif
  253.  
  254. int main()
  255. {
  256. long v1 = (unsigned int) -1; /* copy will fail if sizeof(long) == 8 and we've got "int ptrace()" */
  257. long v2;
  258. pid_t child;
  259. int status;
  260.  
  261. if ( (child = fork()) ) { /* parent */
  262. int ret = 0;
  263.  
  264. if (0 > ptrace(PTRACE_ATTACH, child, 0, 0)) {
  265. return 2;
  266. }
  267.  
  268. waitpid(child, &status, 0);
  269.  
  270. #ifdef PT_IO
  271. struct ptrace_io_desc ptio = {
  272. .piod_op = PIOD_READ_D,
  273. .piod_offs = &v1,
  274. .piod_addr = &v2,
  275. .piod_len = sizeof(v1)
  276. };
  277.  
  278. if (0 > ptrace(PT_IO, child, (void *) &ptio, 0)) {
  279. ret = 3;
  280. }
  281. #else
  282. errno = 0;
  283.  
  284. v2 = ptrace(PTRACE_PEEKDATA, child, (void *) &v1, 0);
  285.  
  286. if (errno) {
  287. ret = 4;
  288. }
  289. #endif
  290. ptrace(PTRACE_DETACH, child, (void *) 1, 0);
  291.  
  292. kill(child, SIGKILL);
  293.  
  294. return ret ? ret : (v1 != v2);
  295. }
  296. else { /* child */
  297. sleep(10);
  298. return 0;
  299. }
  300. }
  301.  
  302. configure:10156: checking for mach_vm_read
  303. configure:10170: gcc -c -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  304. configure:10286: checking if gcc supports __sync_bool_compare_and_swap
  305. configure:10299: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  306. configure:10322: checking for TCP_INFO
  307. configure:10332: gcc -c -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  308. configure: In function 'main':
  309. configure:10328: error: storage size of 'ti' isn't known
  310. configure:10328: error: 'TCP_INFO' undeclared (first use in this function)
  311. configure:10328: error: (Each undeclared identifier is reported only once
  312. configure:10328: error: for each function it appears in.)
  313. configure: failed program was:
  314. #line 10325 "configure"
  315. #include "confdefs.h"
  316. #include <netinet/tcp.h>
  317. int main() {
  318. struct tcp_info ti; int x = TCP_INFO;
  319. ; return 0; }
  320. configure:10357: checking for SO_LISTENQLEN
  321. configure:10367: gcc -c -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  322. configure: In function 'main':
  323. configure:10363: error: 'SO_LISTENQLIMIT' undeclared (first use in this function)
  324. configure:10363: error: (Each undeclared identifier is reported only once
  325. configure:10363: error: for each function it appears in.)
  326. configure:10363: error: 'SO_LISTENQLEN' undeclared (first use in this function)
  327. configure: failed program was:
  328. #line 10360 "configure"
  329. #include "confdefs.h"
  330. #include <sys/socket.h>
  331. int main() {
  332. int x = SO_LISTENQLIMIT; int y = SO_LISTENQLEN;
  333. ; return 0; }
  334. configure:10393: checking for sysconf
  335. configure:10403: gcc -c -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  336. configure:10424: checking for times
  337. configure:10434: gcc -c -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  338. configure:10806: checking for Zeus ISAPI support
  339. configure:11060: checking for LiteSpeed support
  340. configure:11323: checking for Milter support
  341. configure:11615: checking for NSAPI support
  342. configure:11975: checking for PHTTPD support
  343. configure:12229: checking for Pi3Web support
  344. configure:12601: checking whether Roxen module is build using ZTS
  345. configure:12622: checking for Roxen/Pike support
  346. configure:12908: checking for thttpd
  347. configure:13177: checking for TUX
  348. configure:13431: checking for webjames
  349. configure:13984: checking for chosen SAPI module
  350. configure:14041: checking for sendmail
  351. configure:14080: checking whether system uses EBCDIC
  352. configure:14099: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  353. configure: failed program was:
  354. #line 14091 "configure"
  355. #include "confdefs.h"
  356.  
  357. int main(void) {
  358. return (unsigned char)'A' != (unsigned char)0xC1;
  359. }
  360.  
  361. configure:14127: checking whether byte ordering is bigendian
  362. configure:14153: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  363. configure: failed program was:
  364. #line 14137 "configure"
  365. #include "confdefs.h"
  366.  
  367. int main(void)
  368. {
  369. short one = 1;
  370. char *cp = (char *)&one;
  371.  
  372. if (*cp == 0) {
  373. return(0);
  374. } else {
  375. return(1);
  376. }
  377. }
  378.  
  379. configure:14179: checking whether writing to stdout works
  380. configure:14208: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  381. configure:14283: checking for socket
  382. configure:14311: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  383. configure:14540: checking for socketpair
  384. configure:14568: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  385. configure:14797: checking for htonl
  386. configure:14825: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  387. configure:15054: checking for gethostname
  388. configure:15082: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  389. configure:15311: checking for gethostbyaddr
  390. configure:15339: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  391. configure:15568: checking for yp_get_default_domain
  392. configure:15596: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  393. configure:15826: checking for dlopen
  394. configure:15854: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  395. configure:16084: checking for sin in -lm
  396. configure:16103: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  397. configure:16096: warning: conflicting types for built-in function 'sin'
  398. configure:16137: checking for inet_aton
  399. configure:16165: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  400. configure:16530: checking for ANSI C header files
  401. configure:16543: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  402. configure:16610: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  403. configure: In function 'main':
  404. configure:16605: warning: incompatible implicit declaration of built-in function 'exit'
  405. configure:16638: checking for dirent.h that defines DIR
  406. configure:16651: gcc -c -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  407. configure:16676: checking for opendir in -ldir
  408. configure:16695: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -ldir -lm 1>&5
  409. ld: library not found for -ldir
  410. collect2: ld returned 1 exit status
  411. configure: failed program was:
  412. #line 16684 "configure"
  413. #include "confdefs.h"
  414. /* Override any gcc2 internal prototype to avoid an error. */
  415. /* We use char because int might match the return type of a gcc2
  416. builtin and then its argument prototype would still apply. */
  417. char opendir();
  418.  
  419. int main() {
  420. opendir()
  421. ; return 0; }
  422. configure:16818: checking for inttypes.h
  423. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  424. configure:16818: checking for stdint.h
  425. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  426. configure:16818: checking for dirent.h
  427. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  428. configure:16818: checking for ApplicationServices/ApplicationServices.h
  429. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  430. configure:16818: checking for sys/param.h
  431. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  432. configure:16818: checking for sys/types.h
  433. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  434. configure:16818: checking for sys/time.h
  435. configure:16818: checking for netinet/in.h
  436. configure:16818: checking for alloca.h
  437. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  438. configure:16818: checking for arpa/inet.h
  439. configure:16818: checking for arpa/nameser.h
  440. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  441. configure:16818: checking for assert.h
  442. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  443. configure:16818: checking for crypt.h
  444. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  445. configure:16824:19: error: crypt.h: No such file or directory
  446. configure: failed program was:
  447. #line 16823 "configure"
  448. #include "confdefs.h"
  449. #include <crypt.h>
  450. configure:16818: checking for dns.h
  451. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  452. configure:16818: checking for fcntl.h
  453. configure:16818: checking for grp.h
  454. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  455. configure:16818: checking for ieeefp.h
  456. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  457. configure:16824:20: error: ieeefp.h: No such file or directory
  458. configure: failed program was:
  459. #line 16823 "configure"
  460. #include "confdefs.h"
  461. #include <ieeefp.h>
  462. configure:16818: checking for langinfo.h
  463. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  464. configure:16818: checking for limits.h
  465. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  466. configure:16818: checking for locale.h
  467. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  468. configure:16818: checking for monetary.h
  469. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  470. configure:16818: checking for netdb.h
  471. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  472. configure:16818: checking for pwd.h
  473. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  474. configure:16818: checking for resolv.h
  475. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  476. configure:16818: checking for signal.h
  477. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  478. configure:16818: checking for stdarg.h
  479. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  480. configure:16818: checking for stdlib.h
  481. configure:16818: checking for string.h
  482. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  483. configure:16818: checking for syslog.h
  484. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  485. configure:16818: checking for sysexits.h
  486. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  487. configure:16818: checking for sys/ioctl.h
  488. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  489. configure:16818: checking for sys/file.h
  490. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  491. configure:16818: checking for sys/mman.h
  492. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  493. configure:16818: checking for sys/mount.h
  494. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  495. configure:16818: checking for sys/poll.h
  496. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  497. configure:16818: checking for sys/resource.h
  498. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  499. configure:16818: checking for sys/select.h
  500. configure:16818: checking for sys/socket.h
  501. configure:16818: checking for sys/stat.h
  502. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  503. configure:16818: checking for sys/statfs.h
  504. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  505. configure:16824:24: error: sys/statfs.h: No such file or directory
  506. configure: failed program was:
  507. #line 16823 "configure"
  508. #include "confdefs.h"
  509. #include <sys/statfs.h>
  510. configure:16818: checking for sys/statvfs.h
  511. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  512. configure:16818: checking for sys/vfs.h
  513. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  514. configure:16824:21: error: sys/vfs.h: No such file or directory
  515. configure: failed program was:
  516. #line 16823 "configure"
  517. #include "confdefs.h"
  518. #include <sys/vfs.h>
  519. configure:16818: checking for sys/sysexits.h
  520. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  521. configure:16824:26: error: sys/sysexits.h: No such file or directory
  522. configure: failed program was:
  523. #line 16823 "configure"
  524. #include "confdefs.h"
  525. #include <sys/sysexits.h>
  526. configure:16818: checking for sys/varargs.h
  527. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  528. configure:16824:25: error: sys/varargs.h: No such file or directory
  529. configure: failed program was:
  530. #line 16823 "configure"
  531. #include "confdefs.h"
  532. #include <sys/varargs.h>
  533. configure:16818: checking for sys/wait.h
  534. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  535. configure:16818: checking for sys/loadavg.h
  536. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  537. configure:16824:25: error: sys/loadavg.h: No such file or directory
  538. configure: failed program was:
  539. #line 16823 "configure"
  540. #include "confdefs.h"
  541. #include <sys/loadavg.h>
  542. configure:16818: checking for termios.h
  543. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  544. configure:16818: checking for unistd.h
  545. configure:16818: checking for unix.h
  546. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  547. configure:16824:18: error: unix.h: No such file or directory
  548. configure: failed program was:
  549. #line 16823 "configure"
  550. #include "confdefs.h"
  551. #include <unix.h>
  552. configure:16818: checking for utime.h
  553. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  554. configure:16818: checking for sys/utsname.h
  555. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  556. configure:16818: checking for sys/ipc.h
  557. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  558. configure:16818: checking for dlfcn.h
  559. configure:16828: gcc -E -no-cpp-precomp conftest.c >/dev/null 2>conftest.out
  560. configure:16818: checking for assert.h
  561. configure:16857: checking for fopencookie
  562. configure:16885: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  563. Undefined symbols for architecture x86_64:
  564. "_fopencookie", referenced from:
  565. _main in cc3P6Rng.o
  566. ld: symbol(s) not found for architecture x86_64
  567. collect2: ld returned 1 exit status
  568. configure: failed program was:
  569. #line 16862 "configure"
  570. #include "confdefs.h"
  571. /* System header to define __stub macros and hopefully few prototypes,
  572. which can conflict with char fopencookie(); below. */
  573. #include <assert.h>
  574. /* Override any gcc2 internal prototype to avoid an error. */
  575. /* We use char because int might match the return type of a gcc2
  576. builtin and then its argument prototype would still apply. */
  577. char fopencookie();
  578.  
  579. int main() {
  580.  
  581. /* The GNU C library defines this for functions which it implements
  582. to always fail with ENOSYS. Some functions are actually named
  583. something starting with __ and the normal name is an alias. */
  584. #if defined (__stub_fopencookie) || defined (__stub___fopencookie)
  585. choke me
  586. #else
  587. fopencookie();
  588. #endif
  589.  
  590. ; return 0; }
  591. configure:17032: checking for broken getcwd
  592. configure:17047: checking for broken libc stdio
  593. configure:17108: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  594. configure: In function 'main':
  595. configure:17092: warning: incompatible implicit declaration of built-in function 'exit'
  596. configure:17136: checking whether struct tm is in sys/time.h or time.h
  597. configure:17149: gcc -c -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  598. configure:17170: checking for tm_zone in struct tm
  599. configure:17183: gcc -c -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  600. configure:17242: checking for missing declarations of reentrant functions
  601. configure:17251: gcc -c -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  602. configure:17276: gcc -c -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  603. configure:17301: gcc -c -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  604. configure:17326: gcc -c -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  605. configure:17351: gcc -c -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  606. configure:17372: checking for fclose declaration
  607. configure:17381: gcc -c -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  608. configure:17407: checking for tm_gmtoff in struct tm
  609. configure:17420: gcc -c -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  610. configure:17443: checking for struct flock
  611. configure:17458: gcc -c -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  612. configure:17485: checking for socklen_t
  613. configure:17502: gcc -c -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  614. configure:17528: checking size of size_t
  615. configure:17548: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  616. configure: In function 'main':
  617. configure:17542: warning: incompatible implicit declaration of built-in function 'exit'
  618. configure:17543: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int'
  619. configure:17568: checking size of long long
  620. configure:17588: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  621. configure: In function 'main':
  622. configure:17582: warning: incompatible implicit declaration of built-in function 'exit'
  623. configure:17583: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int'
  624. configure:17608: checking size of long long int
  625. configure:17628: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  626. configure: In function 'main':
  627. configure:17622: warning: incompatible implicit declaration of built-in function 'exit'
  628. configure:17623: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int'
  629. configure:17648: checking size of long
  630. configure:17668: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  631. configure: In function 'main':
  632. configure:17662: warning: incompatible implicit declaration of built-in function 'exit'
  633. configure:17663: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int'
  634. configure:17688: checking size of int
  635. configure:17708: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  636. configure: In function 'main':
  637. configure:17702: warning: incompatible implicit declaration of built-in function 'exit'
  638. configure:17703: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int'
  639. configure:17730: checking size of intmax_t
  640. configure:17771: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  641. configure: In function 'main':
  642. configure:17765: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int'
  643. configure:17810: checking size of ssize_t
  644. configure:17851: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  645. configure: In function 'main':
  646. configure:17845: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int'
  647. configure:17890: checking size of ptrdiff_t
  648. configure:17931: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  649. configure: In function 'main':
  650. configure:17925: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int'
  651. configure:17970: checking for st_blksize in struct stat
  652. configure:17983: gcc -c -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  653. configure:18005: checking for st_blocks in struct stat
  654. configure:18018: gcc -c -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  655. configure:18045: checking for st_rdev in struct stat
  656. configure:18058: gcc -c -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  657. configure:18080: checking for size_t
  658. configure:18113: checking for uid_t in sys/types.h
  659. configure:18149: checking for struct sockaddr_storage
  660. configure:18162: gcc -c -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  661. configure:18183: checking for field sa_len in struct sockaddr
  662. configure:18197: gcc -c -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  663. configure:18220: checking for IPv6 support
  664. configure:18234: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  665. configure:18250: checking for vprintf
  666. configure:18278: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  667. configure:18262: warning: conflicting types for built-in function 'vprintf'
  668. configure:18438: checking for alphasort
  669. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  670. configure:18438: checking for asctime_r
  671. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  672. configure:18438: checking for chroot
  673. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  674. configure:18438: checking for ctime_r
  675. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  676. configure:18438: checking for cuserid
  677. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  678. Undefined symbols for architecture x86_64:
  679. "_cuserid", referenced from:
  680. _main in cctVhr1v.o
  681. ld: symbol(s) not found for architecture x86_64
  682. collect2: ld returned 1 exit status
  683. configure: failed program was:
  684. #line 18443 "configure"
  685. #include "confdefs.h"
  686. /* System header to define __stub macros and hopefully few prototypes,
  687. which can conflict with char cuserid(); below. */
  688. #include <assert.h>
  689. /* Override any gcc2 internal prototype to avoid an error. */
  690. /* We use char because int might match the return type of a gcc2
  691. builtin and then its argument prototype would still apply. */
  692. char cuserid();
  693.  
  694. int main() {
  695.  
  696. /* The GNU C library defines this for functions which it implements
  697. to always fail with ENOSYS. Some functions are actually named
  698. something starting with __ and the normal name is an alias. */
  699. #if defined (__stub_cuserid) || defined (__stub___cuserid)
  700. choke me
  701. #else
  702. cuserid();
  703. #endif
  704.  
  705. ; return 0; }
  706. configure:18438: checking for crypt
  707. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  708. configure:18438: checking for flock
  709. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  710. configure:18438: checking for ftok
  711. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  712. configure:18438: checking for funopen
  713. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  714. configure:18438: checking for gai_strerror
  715. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  716. configure:18438: checking for gcvt
  717. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  718. configure:18438: checking for getloadavg
  719. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  720. configure:18438: checking for getlogin
  721. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  722. configure:18438: checking for getprotobyname
  723. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  724. configure:18438: checking for getprotobynumber
  725. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  726. configure:18438: checking for getservbyname
  727. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  728. configure:18438: checking for getservbyport
  729. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  730. configure:18438: checking for gethostname
  731. configure:18438: checking for getrusage
  732. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  733. configure:18438: checking for gettimeofday
  734. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  735. configure:18438: checking for gmtime_r
  736. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  737. configure:18438: checking for getpwnam_r
  738. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  739. configure:18438: checking for getgrnam_r
  740. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  741. configure:18438: checking for getpwuid_r
  742. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  743. configure:18438: checking for grantpt
  744. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  745. configure:18438: checking for inet_ntoa
  746. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  747. configure:18438: checking for inet_ntop
  748. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  749. configure:18438: checking for inet_pton
  750. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  751. configure:18438: checking for isascii
  752. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  753. configure:18450: warning: conflicting types for built-in function 'isascii'
  754. configure:18438: checking for link
  755. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  756. configure:18438: checking for localtime_r
  757. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  758. configure:18438: checking for lockf
  759. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  760. configure:18438: checking for lchown
  761. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  762. configure:18438: checking for lrand48
  763. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  764. configure:18438: checking for memcpy
  765. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  766. configure:18450: warning: conflicting types for built-in function 'memcpy'
  767. configure:18438: checking for memmove
  768. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  769. configure:18450: warning: conflicting types for built-in function 'memmove'
  770. configure:18438: checking for mkstemp
  771. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  772. configure:18438: checking for mmap
  773. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  774. configure:18438: checking for nl_langinfo
  775. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  776. configure:18438: checking for perror
  777. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  778. configure:18438: checking for poll
  779. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  780. configure:18438: checking for ptsname
  781. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  782. configure:18438: checking for putenv
  783. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  784. configure:18438: checking for realpath
  785. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  786. configure:18438: checking for random
  787. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  788. configure:18438: checking for rand_r
  789. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  790. configure:18438: checking for scandir
  791. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  792. configure:18438: checking for setitimer
  793. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  794. configure:18438: checking for setlocale
  795. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  796. configure:18438: checking for localeconv
  797. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  798. configure:18438: checking for setenv
  799. configure:18438: checking for setpgid
  800. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  801. configure:18438: checking for setsockopt
  802. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  803. configure:18438: checking for setvbuf
  804. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  805. configure:18438: checking for shutdown
  806. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  807. configure:18438: checking for sin
  808. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  809. configure:18450: warning: conflicting types for built-in function 'sin'
  810. configure:18438: checking for snprintf
  811. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  812. configure:18450: warning: conflicting types for built-in function 'snprintf'
  813. configure:18438: checking for srand48
  814. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  815. configure:18438: checking for srandom
  816. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  817. configure:18438: checking for statfs
  818. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  819. configure:18438: checking for statvfs
  820. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  821. configure:18438: checking for std_syslog
  822. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  823. Undefined symbols for architecture x86_64:
  824. "_std_syslog", referenced from:
  825. _main in ccUThn7l.o
  826. ld: symbol(s) not found for architecture x86_64
  827. collect2: ld returned 1 exit status
  828. configure: failed program was:
  829. #line 18443 "configure"
  830. #include "confdefs.h"
  831. /* System header to define __stub macros and hopefully few prototypes,
  832. which can conflict with char std_syslog(); below. */
  833. #include <assert.h>
  834. /* Override any gcc2 internal prototype to avoid an error. */
  835. /* We use char because int might match the return type of a gcc2
  836. builtin and then its argument prototype would still apply. */
  837. char std_syslog();
  838.  
  839. int main() {
  840.  
  841. /* The GNU C library defines this for functions which it implements
  842. to always fail with ENOSYS. Some functions are actually named
  843. something starting with __ and the normal name is an alias. */
  844. #if defined (__stub_std_syslog) || defined (__stub___std_syslog)
  845. choke me
  846. #else
  847. std_syslog();
  848. #endif
  849.  
  850. ; return 0; }
  851. configure:18438: checking for strcasecmp
  852. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  853. configure:18450: warning: conflicting types for built-in function 'strcasecmp'
  854. configure:18438: checking for strcoll
  855. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  856. configure:18438: checking for strdup
  857. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  858. configure:18450: warning: conflicting types for built-in function 'strdup'
  859. configure:18438: checking for strerror
  860. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  861. configure:18438: checking for strftime
  862. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  863. configure:18450: warning: conflicting types for built-in function 'strftime'
  864. configure:18438: checking for strnlen
  865. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  866. Undefined symbols for architecture x86_64:
  867. "_strnlen", referenced from:
  868. _main in ccESshKI.o
  869. ld: symbol(s) not found for architecture x86_64
  870. collect2: ld returned 1 exit status
  871. configure: failed program was:
  872. #line 18443 "configure"
  873. #include "confdefs.h"
  874. /* System header to define __stub macros and hopefully few prototypes,
  875. which can conflict with char strnlen(); below. */
  876. #include <assert.h>
  877. /* Override any gcc2 internal prototype to avoid an error. */
  878. /* We use char because int might match the return type of a gcc2
  879. builtin and then its argument prototype would still apply. */
  880. char strnlen();
  881.  
  882. int main() {
  883.  
  884. /* The GNU C library defines this for functions which it implements
  885. to always fail with ENOSYS. Some functions are actually named
  886. something starting with __ and the normal name is an alias. */
  887. #if defined (__stub_strnlen) || defined (__stub___strnlen)
  888. choke me
  889. #else
  890. strnlen();
  891. #endif
  892.  
  893. ; return 0; }
  894. configure:18438: checking for strptime
  895. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  896. configure:18438: checking for strstr
  897. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  898. configure:18450: warning: conflicting types for built-in function 'strstr'
  899. configure:18438: checking for strtok_r
  900. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  901. configure:18438: checking for symlink
  902. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  903. configure:18438: checking for tempnam
  904. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  905. configure:18438: checking for tzset
  906. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  907. configure:18438: checking for unlockpt
  908. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  909. configure:18438: checking for unsetenv
  910. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  911. configure:18438: checking for usleep
  912. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  913. configure:18438: checking for utime
  914. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  915. configure:18438: checking for vsnprintf
  916. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  917. configure:18450: warning: conflicting types for built-in function 'vsnprintf'
  918. configure:18438: checking for vasprintf
  919. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  920. configure:18438: checking for asprintf
  921. configure:18466: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  922. configure:18497: checking for nanosleep in -lrt
  923. configure:18516: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lrt -lm 1>&5
  924. ld: library not found for -lrt
  925. collect2: ld returned 1 exit status
  926. configure: failed program was:
  927. #line 18505 "configure"
  928. #include "confdefs.h"
  929. /* Override any gcc2 internal prototype to avoid an error. */
  930. /* We use char because int might match the return type of a gcc2
  931. builtin and then its argument prototype would still apply. */
  932. char nanosleep();
  933.  
  934. int main() {
  935. nanosleep()
  936. ; return 0; }
  937. configure:18536: checking for __nanosleep in -lrt
  938. configure:18555: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lrt -lm 1>&5
  939. ld: library not found for -lrt
  940. collect2: ld returned 1 exit status
  941. configure: failed program was:
  942. #line 18544 "configure"
  943. #include "confdefs.h"
  944. /* Override any gcc2 internal prototype to avoid an error. */
  945. /* We use char because int might match the return type of a gcc2
  946. builtin and then its argument prototype would still apply. */
  947. char __nanosleep();
  948.  
  949. int main() {
  950. __nanosleep()
  951. ; return 0; }
  952. configure:18635: checking for getaddrinfo
  953. configure:18647: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  954. configure:18693: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  955. configure: In function 'main':
  956. configure:18663: warning: incompatible implicit declaration of built-in function 'memset'
  957. configure:18667: warning: incompatible implicit declaration of built-in function 'exit'
  958. configure:18671: warning: incompatible implicit declaration of built-in function 'exit'
  959. configure:18679: warning: incompatible implicit declaration of built-in function 'exit'
  960. configure:18683: warning: incompatible implicit declaration of built-in function 'exit'
  961. configure:18688: warning: incompatible implicit declaration of built-in function 'exit'
  962. configure:18725: checking for strlcat
  963. configure:18753: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  964. configure:18725: checking for strlcpy
  965. configure:18753: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  966. configure:18725: checking for getopt
  967. configure:18753: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  968. configure:18780: checking whether utime accepts a null argument
  969. configure:18801: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  970. configure: In function 'main':
  971. configure:18795: warning: incompatible implicit declaration of built-in function 'exit'
  972. configure:18827: checking for working alloca.h
  973. configure:18860: checking for alloca
  974. configure:18893: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  975. configure:19060: checking for declared timezone
  976. configure:19081: gcc -c -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  977. configure:19107: checking for type of reentrant time-related functions
  978. configure:19136: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  979. configure: In function 'main':
  980. configure:19128: warning: assignment makes integer from pointer without a cast
  981. configure:19129: error: too many arguments to function 'asctime_r'
  982. configure:19129: warning: cast from pointer to integer of different size
  983. configure: failed program was:
  984. #line 19118 "configure"
  985. #include "confdefs.h"
  986.  
  987. #include <time.h>
  988.  
  989. main() {
  990. char buf[27];
  991. struct tm t;
  992. time_t old = 0;
  993. int r, s;
  994.  
  995. s = gmtime_r(&old, &t);
  996. r = (int) asctime_r(&t, buf, 26);
  997. if (r == s && s == 0) return (0);
  998. return (1);
  999. }
  1000.  
  1001. configure:19168: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  1002. configure: In function 'main':
  1003. configure:19161: error: too many arguments to function 'asctime_r'
  1004. configure: failed program was:
  1005. #line 19152 "configure"
  1006. #include "confdefs.h"
  1007.  
  1008. #include <time.h>
  1009. main() {
  1010. struct tm t, *s;
  1011. time_t old = 0;
  1012. char buf[27], *p;
  1013.  
  1014. s = gmtime_r(&old, &t);
  1015. p = asctime_r(&t, buf, 26);
  1016. if (p == buf && s == &t) return (0);
  1017. return (1);
  1018. }
  1019.  
  1020. configure:19206: checking for readdir_r
  1021. configure:19234: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  1022. configure:19256: checking for type of readdir_r
  1023. configure:19292: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  1024. configure: In function 'main':
  1025. configure:19284: warning: incompatible implicit declaration of built-in function 'exit'
  1026. configure:19355: checking for in_addr_t
  1027. configure:19394: checking for crypt_r
  1028. configure:19422: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  1029. Undefined symbols for architecture x86_64:
  1030. "_crypt_r", referenced from:
  1031. _main in ccXfucx7.o
  1032. ld: symbol(s) not found for architecture x86_64
  1033. collect2: ld returned 1 exit status
  1034. configure: failed program was:
  1035. #line 19399 "configure"
  1036. #include "confdefs.h"
  1037. /* System header to define __stub macros and hopefully few prototypes,
  1038. which can conflict with char crypt_r(); below. */
  1039. #include <assert.h>
  1040. /* Override any gcc2 internal prototype to avoid an error. */
  1041. /* We use char because int might match the return type of a gcc2
  1042. builtin and then its argument prototype would still apply. */
  1043. char crypt_r();
  1044.  
  1045. int main() {
  1046.  
  1047. /* The GNU C library defines this for functions which it implements
  1048. to always fail with ENOSYS. Some functions are actually named
  1049. something starting with __ and the normal name is an alias. */
  1050. #if defined (__stub_crypt_r) || defined (__stub___crypt_r)
  1051. choke me
  1052. #else
  1053. crypt_r();
  1054. #endif
  1055.  
  1056. ; return 0; }
  1057. configure:19579: checking whether to include gcov symbols
  1058. configure:19739: checking whether to include debugging symbols
  1059. configure:19787: checking layout of installed files
  1060. configure:19819: checking path to configuration file
  1061. configure:19850: checking where to scan for configuration files
  1062. configure:19883: checking whether to enable safe mode by default
  1063. configure:19915: checking for safe mode exec dir
  1064. configure:19956: checking whether to enable PHP's own SIGCHLD handler
  1065. configure:19991: checking whether to enable magic quotes by default
  1066. configure:20026: checking whether to explicitly link against libgcc
  1067. configure:20103: checking whether to enable short tags by default
  1068. configure:20138: checking whether to enable dmalloc
  1069. configure:20223: checking whether to enable IPv6 support
  1070. configure:20250: checking how big to make fd sets
  1071. configure:20318: checking size of long
  1072. configure:20358: checking size of int
  1073. configure:20399: checking for int32_t
  1074. configure:20424: gcc -c -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  1075. configure:20447: checking for uint32_t
  1076. configure:20472: gcc -c -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c 1>&5
  1077. configure:20504: checking for sys/types.h
  1078. configure:20504: checking for inttypes.h
  1079. configure:20504: checking for stdint.h
  1080. configure:20504: checking for string.h
  1081. configure:20504: checking for stdlib.h
  1082. configure:20544: checking for strtoll
  1083. configure:20572: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  1084. configure:20544: checking for atoll
  1085. configure:20572: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp conftest.c -lm 1>&5
  1086. configure:20544: checking for strftime
  1087. configure:21034: checking which regex library to use
  1088. configure:21451: checking whether to enable LIBXML support
  1089. configure:21496: checking libxml2 install dir
  1090. configure:21522: checking for xml2-config path
  1091. configure:21680: checking whether libxml build works
  1092. configure:21707: gcc -o conftest -g -O2 -fvisibility=hidden -no-cpp-precomp -Wl,-rpath,/Server/software/lib -L/Server/software/lib conftest.c
  1093.  
  1094. -lm -lxml2 -lz -liconv -lm 1>&5
  1095. configure: failed program was:
  1096. #line 21696 "configure"
  1097. #include "confdefs.h"
  1098.  
  1099.  
  1100. char xmlInitParser();
  1101. int main() {
  1102. xmlInitParser();
  1103. return 0;
  1104. }
  1105.  
  1106.  
  1107.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement