Advertisement
Guest User

Untitled

a guest
Dec 17th, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.93 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.59. Invocation command line was
  6.  
  7. $ ./configure --prefix=/usr --disable-static
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = DELTA7.Aethersprite
  14. uname -m = x86_64
  15. uname -r = 4.8.13-1-ARCH
  16. uname -s = Linux
  17. uname -v = #1 SMP PREEMPT Fri Dec 9 07:24:34 CET 2016
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/bin
  33. PATH: /usr/bin/site_perl
  34. PATH: /usr/bin/vendor_perl
  35. PATH: /usr/bin/core_perl
  36.  
  37.  
  38. ## ----------- ##
  39. ## Core tests. ##
  40. ## ----------- ##
  41.  
  42. configure:1570: checking build system type
  43. configure:1588: result: x86_64-unknown-linux-gnu
  44. configure:1596: checking host system type
  45. configure:1610: result: x86_64-unknown-linux-gnu
  46. configure:1618: checking target system type
  47. configure:1632: result: x86_64-unknown-linux-gnu
  48. configure:1675: checking for a BSD-compatible install
  49. configure:1730: result: /usr/bin/install -c
  50. configure:1741: checking whether build environment is sane
  51. configure:1784: result: yes
  52. configure:1849: checking for gawk
  53. configure:1865: found /usr/bin/gawk
  54. configure:1875: result: gawk
  55. configure:1885: checking whether make sets $(MAKE)
  56. configure:1905: result: yes
  57. configure:2161: checking for style of include used by make
  58. configure:2189: result: GNU
  59. configure:2260: checking for gcc
  60. configure:2276: found /usr/bin/gcc
  61. configure:2286: result: gcc
  62. configure:2530: checking for C compiler version
  63. configure:2533: gcc --version </dev/null >&5
  64. gcc (GCC) 6.2.1 20160830
  65. Copyright (C) 2016 Free Software Foundation, Inc.
  66. This is free software; see the source for copying conditions. There is NO
  67. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  68.  
  69. configure:2536: $? = 0
  70. configure:2538: gcc -v </dev/null >&5
  71. Using built-in specs.
  72. COLLECT_GCC=gcc
  73. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/lto-wrapper
  74. Target: x86_64-pc-linux-gnu
  75. Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
  76. Thread model: posix
  77. gcc version 6.2.1 20160830 (GCC)
  78. configure:2541: $? = 0
  79. configure:2543: gcc -V </dev/null >&5
  80. gcc: error: unrecognized command line option '-V'
  81. gcc: fatal error: no input files
  82. compilation terminated.
  83. configure:2546: $? = 1
  84. configure:2569: checking for C compiler default output file name
  85. configure:2572: gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
  86. configure:2575: $? = 0
  87. configure:2621: result: a.out
  88. configure:2626: checking whether the C compiler works
  89. configure:2632: ./a.out
  90. configure:2635: $? = 0
  91. configure:2652: result: yes
  92. configure:2659: checking whether we are cross compiling
  93. configure:2661: result: no
  94. configure:2664: checking for suffix of executables
  95. configure:2666: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
  96. configure:2669: $? = 0
  97. configure:2694: result:
  98. configure:2700: checking for suffix of object files
  99. configure:2721: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 conftest.c >&5
  100. configure:2724: $? = 0
  101. configure:2746: result: o
  102. configure:2750: checking whether we are using the GNU C compiler
  103. configure:2774: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 conftest.c >&5
  104. configure:2780: $? = 0
  105. configure:2783: test -z || test ! -s conftest.err
  106. configure:2786: $? = 0
  107. configure:2789: test -s conftest.o
  108. configure:2792: $? = 0
  109. configure:2805: result: yes
  110. configure:2811: checking whether gcc accepts -g
  111. configure:2832: gcc -c -g -D_FORTIFY_SOURCE=2 conftest.c >&5
  112. configure:2838: $? = 0
  113. configure:2841: test -z || test ! -s conftest.err
  114. configure:2844: $? = 0
  115. configure:2847: test -s conftest.o
  116. configure:2850: $? = 0
  117. configure:2861: result: yes
  118. configure:2878: checking for gcc option to accept ANSI C
  119. configure:2948: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 conftest.c >&5
  120. In file included from /usr/include/stdio.h:27:0,
  121. from conftest.c:12:
  122. /usr/include/features.h:368:25: fatal error: sys/cdefs.h: No such file or directory
  123. # include <sys/cdefs.h>
  124. ^
  125. compilation terminated.
  126. configure:2954: $? = 1
  127. configure: failed program was:
  128. | /* confdefs.h. */
  129. |
  130. | #define PACKAGE_NAME ""
  131. | #define PACKAGE_TARNAME ""
  132. | #define PACKAGE_VERSION ""
  133. | #define PACKAGE_STRING ""
  134. | #define PACKAGE_BUGREPORT ""
  135. | #define PACKAGE "log4cxx"
  136. | #define VERSION "0.10.0"
  137. | /* end confdefs.h. */
  138. | #include <stdarg.h>
  139. | #include <stdio.h>
  140. | #include <sys/types.h>
  141. | #include <sys/stat.h>
  142. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  143. | struct buf { int x; };
  144. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  145. | static char *e (p, i)
  146. | char **p;
  147. | int i;
  148. | {
  149. | return p[i];
  150. | }
  151. | static char *f (char * (*g) (char **, int), char **p, ...)
  152. | {
  153. | char *s;
  154. | va_list v;
  155. | va_start (v,p);
  156. | s = g (p, va_arg (v,int));
  157. | va_end (v);
  158. | return s;
  159. | }
  160. |
  161. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  162. | function prototypes and stuff, but not '\xHH' hex character constants.
  163. | These don't provoke an error unfortunately, instead are silently treated
  164. | as 'x'. The following induces an error, until -std1 is added to get
  165. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  166. | array size at least. It's necessary to write '\x00'==0 to get something
  167. | that's true only with -std1. */
  168. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  169. |
  170. | int test (int i, double x);
  171. | struct s1 {int (*f) (int a);};
  172. | struct s2 {int (*f) (double a);};
  173. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  174. | int argc;
  175. | char **argv;
  176. | int
  177. | main ()
  178. | {
  179. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  180. | ;
  181. | return 0;
  182. | }
  183. configure:2948: gcc -qlanglvl=ansi -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 conftest.c >&5
  184. gcc: error: unrecognized command line option '-qlanglvl=ansi'
  185. configure:2954: $? = 1
  186. configure: failed program was:
  187. | /* confdefs.h. */
  188. |
  189. | #define PACKAGE_NAME ""
  190. | #define PACKAGE_TARNAME ""
  191. | #define PACKAGE_VERSION ""
  192. | #define PACKAGE_STRING ""
  193. | #define PACKAGE_BUGREPORT ""
  194. | #define PACKAGE "log4cxx"
  195. | #define VERSION "0.10.0"
  196. | /* end confdefs.h. */
  197. | #include <stdarg.h>
  198. | #include <stdio.h>
  199. | #include <sys/types.h>
  200. | #include <sys/stat.h>
  201. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  202. | struct buf { int x; };
  203. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  204. | static char *e (p, i)
  205. | char **p;
  206. | int i;
  207. | {
  208. | return p[i];
  209. | }
  210. | static char *f (char * (*g) (char **, int), char **p, ...)
  211. | {
  212. | char *s;
  213. | va_list v;
  214. | va_start (v,p);
  215. | s = g (p, va_arg (v,int));
  216. | va_end (v);
  217. | return s;
  218. | }
  219. |
  220. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  221. | function prototypes and stuff, but not '\xHH' hex character constants.
  222. | These don't provoke an error unfortunately, instead are silently treated
  223. | as 'x'. The following induces an error, until -std1 is added to get
  224. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  225. | array size at least. It's necessary to write '\x00'==0 to get something
  226. | that's true only with -std1. */
  227. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  228. |
  229. | int test (int i, double x);
  230. | struct s1 {int (*f) (int a);};
  231. | struct s2 {int (*f) (double a);};
  232. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  233. | int argc;
  234. | char **argv;
  235. | int
  236. | main ()
  237. | {
  238. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  239. | ;
  240. | return 0;
  241. | }
  242. configure:2948: gcc -std1 -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 conftest.c >&5
  243. gcc: error: unrecognized command line option '-std1'
  244. configure:2954: $? = 1
  245. configure: failed program was:
  246. | /* confdefs.h. */
  247. |
  248. | #define PACKAGE_NAME ""
  249. | #define PACKAGE_TARNAME ""
  250. | #define PACKAGE_VERSION ""
  251. | #define PACKAGE_STRING ""
  252. | #define PACKAGE_BUGREPORT ""
  253. | #define PACKAGE "log4cxx"
  254. | #define VERSION "0.10.0"
  255. | /* end confdefs.h. */
  256. | #include <stdarg.h>
  257. | #include <stdio.h>
  258. | #include <sys/types.h>
  259. | #include <sys/stat.h>
  260. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  261. | struct buf { int x; };
  262. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  263. | static char *e (p, i)
  264. | char **p;
  265. | int i;
  266. | {
  267. | return p[i];
  268. | }
  269. | static char *f (char * (*g) (char **, int), char **p, ...)
  270. | {
  271. | char *s;
  272. | va_list v;
  273. | va_start (v,p);
  274. | s = g (p, va_arg (v,int));
  275. | va_end (v);
  276. | return s;
  277. | }
  278. |
  279. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  280. | function prototypes and stuff, but not '\xHH' hex character constants.
  281. | These don't provoke an error unfortunately, instead are silently treated
  282. | as 'x'. The following induces an error, until -std1 is added to get
  283. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  284. | array size at least. It's necessary to write '\x00'==0 to get something
  285. | that's true only with -std1. */
  286. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  287. |
  288. | int test (int i, double x);
  289. | struct s1 {int (*f) (int a);};
  290. | struct s2 {int (*f) (double a);};
  291. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  292. | int argc;
  293. | char **argv;
  294. | int
  295. | main ()
  296. | {
  297. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  298. | ;
  299. | return 0;
  300. | }
  301. configure:2948: gcc -Ae -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 conftest.c >&5
  302. <command-line>:0:1: error: missing '(' after predicate
  303. In file included from /usr/include/stdio.h:27:0,
  304. from conftest.c:12:
  305. /usr/include/features.h:368:25: fatal error: sys/cdefs.h: No such file or directory
  306. # include <sys/cdefs.h>
  307. ^
  308. compilation terminated.
  309. configure:2954: $? = 1
  310. configure: failed program was:
  311. | /* confdefs.h. */
  312. |
  313. | #define PACKAGE_NAME ""
  314. | #define PACKAGE_TARNAME ""
  315. | #define PACKAGE_VERSION ""
  316. | #define PACKAGE_STRING ""
  317. | #define PACKAGE_BUGREPORT ""
  318. | #define PACKAGE "log4cxx"
  319. | #define VERSION "0.10.0"
  320. | /* end confdefs.h. */
  321. | #include <stdarg.h>
  322. | #include <stdio.h>
  323. | #include <sys/types.h>
  324. | #include <sys/stat.h>
  325. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  326. | struct buf { int x; };
  327. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  328. | static char *e (p, i)
  329. | char **p;
  330. | int i;
  331. | {
  332. | return p[i];
  333. | }
  334. | static char *f (char * (*g) (char **, int), char **p, ...)
  335. | {
  336. | char *s;
  337. | va_list v;
  338. | va_start (v,p);
  339. | s = g (p, va_arg (v,int));
  340. | va_end (v);
  341. | return s;
  342. | }
  343. |
  344. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  345. | function prototypes and stuff, but not '\xHH' hex character constants.
  346. | These don't provoke an error unfortunately, instead are silently treated
  347. | as 'x'. The following induces an error, until -std1 is added to get
  348. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  349. | array size at least. It's necessary to write '\x00'==0 to get something
  350. | that's true only with -std1. */
  351. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  352. |
  353. | int test (int i, double x);
  354. | struct s1 {int (*f) (int a);};
  355. | struct s2 {int (*f) (double a);};
  356. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  357. | int argc;
  358. | char **argv;
  359. | int
  360. | main ()
  361. | {
  362. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  363. | ;
  364. | return 0;
  365. | }
  366. configure:2948: gcc -Aa -D_HPUX_SOURCE -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 conftest.c >&5
  367. <command-line>:0:1: error: missing '(' after predicate
  368. In file included from /usr/include/stdio.h:27:0,
  369. from conftest.c:12:
  370. /usr/include/features.h:368:25: fatal error: sys/cdefs.h: No such file or directory
  371. # include <sys/cdefs.h>
  372. ^
  373. compilation terminated.
  374. configure:2954: $? = 1
  375. configure: failed program was:
  376. | /* confdefs.h. */
  377. |
  378. | #define PACKAGE_NAME ""
  379. | #define PACKAGE_TARNAME ""
  380. | #define PACKAGE_VERSION ""
  381. | #define PACKAGE_STRING ""
  382. | #define PACKAGE_BUGREPORT ""
  383. | #define PACKAGE "log4cxx"
  384. | #define VERSION "0.10.0"
  385. | /* end confdefs.h. */
  386. | #include <stdarg.h>
  387. | #include <stdio.h>
  388. | #include <sys/types.h>
  389. | #include <sys/stat.h>
  390. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  391. | struct buf { int x; };
  392. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  393. | static char *e (p, i)
  394. | char **p;
  395. | int i;
  396. | {
  397. | return p[i];
  398. | }
  399. | static char *f (char * (*g) (char **, int), char **p, ...)
  400. | {
  401. | char *s;
  402. | va_list v;
  403. | va_start (v,p);
  404. | s = g (p, va_arg (v,int));
  405. | va_end (v);
  406. | return s;
  407. | }
  408. |
  409. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  410. | function prototypes and stuff, but not '\xHH' hex character constants.
  411. | These don't provoke an error unfortunately, instead are silently treated
  412. | as 'x'. The following induces an error, until -std1 is added to get
  413. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  414. | array size at least. It's necessary to write '\x00'==0 to get something
  415. | that's true only with -std1. */
  416. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  417. |
  418. | int test (int i, double x);
  419. | struct s1 {int (*f) (int a);};
  420. | struct s2 {int (*f) (double a);};
  421. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  422. | int argc;
  423. | char **argv;
  424. | int
  425. | main ()
  426. | {
  427. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  428. | ;
  429. | return 0;
  430. | }
  431. configure:2948: gcc -Xc -D__EXTENSIONS__ -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 conftest.c >&5
  432. gcc: error: unrecognized command line option '-Xc'; did you mean '-c'?
  433. configure:2954: $? = 1
  434. configure: failed program was:
  435. | /* confdefs.h. */
  436. |
  437. | #define PACKAGE_NAME ""
  438. | #define PACKAGE_TARNAME ""
  439. | #define PACKAGE_VERSION ""
  440. | #define PACKAGE_STRING ""
  441. | #define PACKAGE_BUGREPORT ""
  442. | #define PACKAGE "log4cxx"
  443. | #define VERSION "0.10.0"
  444. | /* end confdefs.h. */
  445. | #include <stdarg.h>
  446. | #include <stdio.h>
  447. | #include <sys/types.h>
  448. | #include <sys/stat.h>
  449. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  450. | struct buf { int x; };
  451. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  452. | static char *e (p, i)
  453. | char **p;
  454. | int i;
  455. | {
  456. | return p[i];
  457. | }
  458. | static char *f (char * (*g) (char **, int), char **p, ...)
  459. | {
  460. | char *s;
  461. | va_list v;
  462. | va_start (v,p);
  463. | s = g (p, va_arg (v,int));
  464. | va_end (v);
  465. | return s;
  466. | }
  467. |
  468. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  469. | function prototypes and stuff, but not '\xHH' hex character constants.
  470. | These don't provoke an error unfortunately, instead are silently treated
  471. | as 'x'. The following induces an error, until -std1 is added to get
  472. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  473. | array size at least. It's necessary to write '\x00'==0 to get something
  474. | that's true only with -std1. */
  475. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  476. |
  477. | int test (int i, double x);
  478. | struct s1 {int (*f) (int a);};
  479. | struct s2 {int (*f) (double a);};
  480. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  481. | int argc;
  482. | char **argv;
  483. | int
  484. | main ()
  485. | {
  486. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  487. | ;
  488. | return 0;
  489. | }
  490. configure:2984: result: none needed
  491. configure:3002: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 conftest.c >&5
  492. conftest.c:2:3: error: unknown type name 'choke'
  493. choke me
  494. ^~~~~
  495. conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
  496. configure:3008: $? = 1
  497. configure: failed program was:
  498. | #ifndef __cplusplus
  499. | choke me
  500. | #endif
  501. configure:3140: checking dependency style of gcc
  502. configure:3230: result: gcc3
  503. configure:3247: checking for a sed that does not truncate output
  504. configure:3301: result: /usr/bin/sed
  505. configure:3304: checking for egrep
  506. configure:3314: result: grep -E
  507. configure:3330: checking for ld used by gcc
  508. configure:3397: result: /usr/bin/ld
  509. configure:3406: checking if the linker (/usr/bin/ld) is GNU ld
  510. configure:3421: result: yes
  511. configure:3426: checking for /usr/bin/ld option to reload object files
  512. configure:3433: result: -r
  513. configure:3451: checking for BSD-compatible nm
  514. configure:3500: result: /usr/bin/nm -B
  515. configure:3504: checking whether ln -s works
  516. configure:3508: result: yes
  517. configure:3515: checking how to recognise dependent libraries
  518. configure:3691: result: pass_all
  519. configure:3779: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 conftest.c >&5
  520. configure:3782: $? = 0
  521. configure:3927: checking how to run the C preprocessor
  522. configure:3962: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
  523. In file included from /usr/include/limits.h:25:0,
  524. from /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/include-fixed/limits.h:168,
  525. from /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/include-fixed/syslimits.h:7,
  526. from /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/include-fixed/limits.h:34,
  527. from conftest.c:12:
  528. /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  529. # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  530. ^~~~~~~
  531. /usr/include/features.h:368:25: fatal error: sys/cdefs.h: No such file or directory
  532. # include <sys/cdefs.h>
  533. ^
  534. compilation terminated.
  535. configure:3968: $? = 1
  536. configure: failed program was:
  537. | /* confdefs.h. */
  538. |
  539. | #define PACKAGE_NAME ""
  540. | #define PACKAGE_TARNAME ""
  541. | #define PACKAGE_VERSION ""
  542. | #define PACKAGE_STRING ""
  543. | #define PACKAGE_BUGREPORT ""
  544. | #define PACKAGE "log4cxx"
  545. | #define VERSION "0.10.0"
  546. | /* end confdefs.h. */
  547. | #ifdef __STDC__
  548. | # include <limits.h>
  549. | #else
  550. | # include <assert.h>
  551. | #endif
  552. | Syntax error
  553. configure:3962: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
  554. In file included from /usr/include/limits.h:25:0,
  555. from /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/include-fixed/limits.h:168,
  556. from /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/include-fixed/syslimits.h:7,
  557. from /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/include-fixed/limits.h:34,
  558. from conftest.c:12:
  559. /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  560. # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  561. ^~~~~~~
  562. /usr/include/features.h:368:25: fatal error: sys/cdefs.h: No such file or directory
  563. # include <sys/cdefs.h>
  564. ^
  565. compilation terminated.
  566. configure:3968: $? = 1
  567. configure: failed program was:
  568. | /* confdefs.h. */
  569. |
  570. | #define PACKAGE_NAME ""
  571. | #define PACKAGE_TARNAME ""
  572. | #define PACKAGE_VERSION ""
  573. | #define PACKAGE_STRING ""
  574. | #define PACKAGE_BUGREPORT ""
  575. | #define PACKAGE "log4cxx"
  576. | #define VERSION "0.10.0"
  577. | /* end confdefs.h. */
  578. | #ifdef __STDC__
  579. | # include <limits.h>
  580. | #else
  581. | # include <assert.h>
  582. | #endif
  583. | Syntax error
  584. configure:3962: gcc -E -traditional-cpp -D_FORTIFY_SOURCE=2 conftest.c
  585. In file included from /usr/include/assert.h:36:0,
  586. from conftest.c:15:
  587. /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  588. # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  589. ^~~~~~~
  590. /usr/include/features.h:368:0: fatal error: sys/cdefs.h: No such file or directory
  591. # include <sys/cdefs.h>
  592.  
  593. compilation terminated.
  594. configure:3968: $? = 1
  595. configure: failed program was:
  596. | /* confdefs.h. */
  597. |
  598. | #define PACKAGE_NAME ""
  599. | #define PACKAGE_TARNAME ""
  600. | #define PACKAGE_VERSION ""
  601. | #define PACKAGE_STRING ""
  602. | #define PACKAGE_BUGREPORT ""
  603. | #define PACKAGE "log4cxx"
  604. | #define VERSION "0.10.0"
  605. | /* end confdefs.h. */
  606. | #ifdef __STDC__
  607. | # include <limits.h>
  608. | #else
  609. | # include <assert.h>
  610. | #endif
  611. | Syntax error
  612. configure:3962: gcc -E -traditional-cpp -D_FORTIFY_SOURCE=2 conftest.c
  613. In file included from /usr/include/assert.h:36:0,
  614. from conftest.c:15:
  615. /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  616. # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  617. ^~~~~~~
  618. /usr/include/features.h:368:0: fatal error: sys/cdefs.h: No such file or directory
  619. # include <sys/cdefs.h>
  620.  
  621. compilation terminated.
  622. configure:3968: $? = 1
  623. configure: failed program was:
  624. | /* confdefs.h. */
  625. |
  626. | #define PACKAGE_NAME ""
  627. | #define PACKAGE_TARNAME ""
  628. | #define PACKAGE_VERSION ""
  629. | #define PACKAGE_STRING ""
  630. | #define PACKAGE_BUGREPORT ""
  631. | #define PACKAGE "log4cxx"
  632. | #define VERSION "0.10.0"
  633. | /* end confdefs.h. */
  634. | #ifdef __STDC__
  635. | # include <limits.h>
  636. | #else
  637. | # include <assert.h>
  638. | #endif
  639. | Syntax error
  640. configure:3962: /lib/cpp -D_FORTIFY_SOURCE=2 conftest.c
  641. ./configure: line 3963: /lib/cpp: No such file or directory
  642. configure:3968: $? = 127
  643. configure: failed program was:
  644. | /* confdefs.h. */
  645. |
  646. | #define PACKAGE_NAME ""
  647. | #define PACKAGE_TARNAME ""
  648. | #define PACKAGE_VERSION ""
  649. | #define PACKAGE_STRING ""
  650. | #define PACKAGE_BUGREPORT ""
  651. | #define PACKAGE "log4cxx"
  652. | #define VERSION "0.10.0"
  653. | /* end confdefs.h. */
  654. | #ifdef __STDC__
  655. | # include <limits.h>
  656. | #else
  657. | # include <assert.h>
  658. | #endif
  659. | Syntax error
  660. configure:3962: /lib/cpp -D_FORTIFY_SOURCE=2 conftest.c
  661. ./configure: line 3963: /lib/cpp: No such file or directory
  662. configure:3968: $? = 127
  663. configure: failed program was:
  664. | /* confdefs.h. */
  665. |
  666. | #define PACKAGE_NAME ""
  667. | #define PACKAGE_TARNAME ""
  668. | #define PACKAGE_VERSION ""
  669. | #define PACKAGE_STRING ""
  670. | #define PACKAGE_BUGREPORT ""
  671. | #define PACKAGE "log4cxx"
  672. | #define VERSION "0.10.0"
  673. | /* end confdefs.h. */
  674. | #ifdef __STDC__
  675. | # include <limits.h>
  676. | #else
  677. | # include <assert.h>
  678. | #endif
  679. | Syntax error
  680. configure:4045: result: /lib/cpp
  681. configure:4069: /lib/cpp -D_FORTIFY_SOURCE=2 conftest.c
  682. ./configure: line 4070: /lib/cpp: No such file or directory
  683. configure:4075: $? = 127
  684. configure: failed program was:
  685. | /* confdefs.h. */
  686. |
  687. | #define PACKAGE_NAME ""
  688. | #define PACKAGE_TARNAME ""
  689. | #define PACKAGE_VERSION ""
  690. | #define PACKAGE_STRING ""
  691. | #define PACKAGE_BUGREPORT ""
  692. | #define PACKAGE "log4cxx"
  693. | #define VERSION "0.10.0"
  694. | /* end confdefs.h. */
  695. | #ifdef __STDC__
  696. | # include <limits.h>
  697. | #else
  698. | # include <assert.h>
  699. | #endif
  700. | Syntax error
  701. configure:4069: /lib/cpp -D_FORTIFY_SOURCE=2 conftest.c
  702. ./configure: line 4070: /lib/cpp: No such file or directory
  703. configure:4075: $? = 127
  704. configure: failed program was:
  705. | /* confdefs.h. */
  706. |
  707. | #define PACKAGE_NAME ""
  708. | #define PACKAGE_TARNAME ""
  709. | #define PACKAGE_VERSION ""
  710. | #define PACKAGE_STRING ""
  711. | #define PACKAGE_BUGREPORT ""
  712. | #define PACKAGE "log4cxx"
  713. | #define VERSION "0.10.0"
  714. | /* end confdefs.h. */
  715. | #ifdef __STDC__
  716. | # include <limits.h>
  717. | #else
  718. | # include <assert.h>
  719. | #endif
  720. | Syntax error
  721. configure:4144: error: C preprocessor "/lib/cpp" fails sanity check
  722. See `config.log' for more details.
  723.  
  724. ## ---------------- ##
  725. ## Cache variables. ##
  726. ## ---------------- ##
  727.  
  728. ac_cv_build=x86_64-unknown-linux-gnu
  729. ac_cv_build_alias=x86_64-unknown-linux-gnu
  730. ac_cv_c_compiler_gnu=yes
  731. ac_cv_env_CC_set=
  732. ac_cv_env_CC_value=
  733. ac_cv_env_CFLAGS_set=set
  734. ac_cv_env_CFLAGS_value='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong'
  735. ac_cv_env_CPPFLAGS_set=set
  736. ac_cv_env_CPPFLAGS_value=-D_FORTIFY_SOURCE=2
  737. ac_cv_env_CPP_set=
  738. ac_cv_env_CPP_value=
  739. ac_cv_env_CXXCPP_set=
  740. ac_cv_env_CXXCPP_value=
  741. ac_cv_env_CXXFLAGS_set=set
  742. ac_cv_env_CXXFLAGS_value='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong'
  743. ac_cv_env_CXX_set=
  744. ac_cv_env_CXX_value=
  745. ac_cv_env_F77_set=
  746. ac_cv_env_F77_value=
  747. ac_cv_env_FFLAGS_set=
  748. ac_cv_env_FFLAGS_value=
  749. ac_cv_env_LDFLAGS_set=set
  750. ac_cv_env_LDFLAGS_value=-Wl,-O1,--sort-common,--as-needed,-z,relro
  751. ac_cv_env_build_alias_set=
  752. ac_cv_env_build_alias_value=
  753. ac_cv_env_host_alias_set=
  754. ac_cv_env_host_alias_value=
  755. ac_cv_env_target_alias_set=
  756. ac_cv_env_target_alias_value=
  757. ac_cv_exeext=
  758. ac_cv_host=x86_64-unknown-linux-gnu
  759. ac_cv_host_alias=x86_64-unknown-linux-gnu
  760. ac_cv_objext=o
  761. ac_cv_path_install='/usr/bin/install -c'
  762. ac_cv_prog_AWK=gawk
  763. ac_cv_prog_CPP=/lib/cpp
  764. ac_cv_prog_ac_ct_CC=gcc
  765. ac_cv_prog_cc_g=yes
  766. ac_cv_prog_cc_stdc=no
  767. ac_cv_prog_egrep='grep -E'
  768. ac_cv_prog_make_make_set=yes
  769. ac_cv_target=x86_64-unknown-linux-gnu
  770. ac_cv_target_alias=x86_64-unknown-linux-gnu
  771. am_cv_CC_dependencies_compiler_type=gcc3
  772. lt_cv_deplibs_check_method=pass_all
  773. lt_cv_file_magic_cmd='$MAGIC_CMD'
  774. lt_cv_file_magic_test_file=
  775. lt_cv_ld_reload_flag=-r
  776. lt_cv_path_LD=/usr/bin/ld
  777. lt_cv_path_NM='/usr/bin/nm -B'
  778. lt_cv_path_SED=/usr/bin/sed
  779. lt_cv_prog_gnu_ld=yes
  780.  
  781. ## ----------------- ##
  782. ## Output variables. ##
  783. ## ----------------- ##
  784.  
  785. ACLOCAL='${SHELL} /home/data/Desktop/log4cxx/src/apache-log4cxx-0.10.0/missing --run aclocal-1.9'
  786. AMDEPBACKSLASH='\'
  787. AMDEP_FALSE='#'
  788. AMDEP_TRUE=''
  789. AMTAR='${SHELL} /home/data/Desktop/log4cxx/src/apache-log4cxx-0.10.0/missing --run tar'
  790. APR_LIBS=''
  791. APU_LIBS=''
  792. AR=''
  793. AUTOCONF='${SHELL} /home/data/Desktop/log4cxx/src/apache-log4cxx-0.10.0/missing --run autoconf'
  794. AUTOHEADER='${SHELL} /home/data/Desktop/log4cxx/src/apache-log4cxx-0.10.0/missing --run autoheader'
  795. AUTOMAKE='${SHELL} /home/data/Desktop/log4cxx/src/apache-log4cxx-0.10.0/missing --run automake-1.9'
  796. AWK='gawk'
  797. CC='gcc'
  798. CCDEPMODE='depmode=gcc3'
  799. CFLAGS='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong'
  800. CFSTRING_API=''
  801. CHARSET_EBCDIC=''
  802. CHARSET_ISO88591=''
  803. CHARSET_USASCII=''
  804. CHARSET_UTF8=''
  805. CHAR_API=''
  806. CPP='/lib/cpp'
  807. CPPFLAGS='-D_FORTIFY_SOURCE=2'
  808. CPPFLAGS_ODBC=''
  809. CXX=''
  810. CXXCPP=''
  811. CXXDEPMODE=''
  812. CXXFLAGS='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong'
  813. CYGPATH_W='echo'
  814. DEFS=''
  815. DEPDIR='.deps'
  816. DOC_FALSE=''
  817. DOC_TRUE=''
  818. DOT=''
  819. DOXYGEN=''
  820. ECHO='echo'
  821. ECHO_C=''
  822. ECHO_N='-n'
  823. ECHO_T=''
  824. EGREP='grep -E'
  825. EXEEXT=''
  826. F77=''
  827. FFLAGS=''
  828. HAS_FWIDE=''
  829. HAS_LIBESMTP=''
  830. HAS_MBSRTOWCS=''
  831. HAS_ODBC=''
  832. HAS_STD_LOCALE=''
  833. HAS_SYSLOG=''
  834. HAS_WCHAR_T=''
  835. HAS_WCSTOMBS=''
  836. INSTALL_DATA='${INSTALL} -m 644'
  837. INSTALL_PROGRAM='${INSTALL}'
  838. INSTALL_SCRIPT='${INSTALL}'
  839. INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
  840. IODBC_CONFIG=''
  841. LATEX_DOC_FALSE=''
  842. LATEX_DOC_TRUE=''
  843. LDFLAGS='-Wl,-O1,--sort-common,--as-needed,-z,relro'
  844. LIBOBJS=''
  845. LIBS=''
  846. LIBS_ODBC=''
  847. LIBTOOL=''
  848. LN_S='ln -s'
  849. LOGCHAR_IS_UNICHAR=''
  850. LOGCHAR_IS_UTF8=''
  851. LOGCHAR_IS_WCHAR=''
  852. LTLIBOBJS=''
  853. LT_VERSION='10:0:0'
  854. MAKEINFO='${SHELL} /home/data/Desktop/log4cxx/src/apache-log4cxx-0.10.0/missing --run makeinfo'
  855. OBJEXT='o'
  856. PACKAGE='log4cxx'
  857. PACKAGE_BUGREPORT=''
  858. PACKAGE_NAME=''
  859. PACKAGE_STRING=''
  860. PACKAGE_TARNAME=''
  861. PACKAGE_VERSION=''
  862. PATH_SEPARATOR=':'
  863. RANLIB=''
  864. SET_MAKE=''
  865. SHELL='/bin/sh'
  866. STRIP=''
  867. UNICHAR_API=''
  868. VERSION='0.10.0'
  869. WCHAR_T_API=''
  870. ac_ct_AR=''
  871. ac_ct_CC='gcc'
  872. ac_ct_CXX=''
  873. ac_ct_F77=''
  874. ac_ct_RANLIB=''
  875. ac_ct_STRIP=''
  876. am__fastdepCC_FALSE='#'
  877. am__fastdepCC_TRUE=''
  878. am__fastdepCXX_FALSE=''
  879. am__fastdepCXX_TRUE=''
  880. am__include='include'
  881. am__leading_dot='.'
  882. am__quote=''
  883. am__tar='${AMTAR} chof - "$$tardir"'
  884. am__untar='${AMTAR} xf -'
  885. base_dir=''
  886. bindir='${exec_prefix}/bin'
  887. build='x86_64-unknown-linux-gnu'
  888. build_alias=''
  889. build_cpu='x86_64'
  890. build_os='linux-gnu'
  891. build_vendor='unknown'
  892. datadir='${prefix}/share'
  893. enable_dot=''
  894. enable_html_docs=''
  895. enable_latex_docs=''
  896. exec_prefix='NONE'
  897. host='x86_64-unknown-linux-gnu'
  898. host_alias=''
  899. host_cpu='x86_64'
  900. host_os='linux-gnu'
  901. host_vendor='unknown'
  902. includedir='${prefix}/include'
  903. infodir='${prefix}/info'
  904. install_sh='/home/data/Desktop/log4cxx/src/apache-log4cxx-0.10.0/install-sh'
  905. libdir='${exec_prefix}/lib'
  906. libexecdir='${exec_prefix}/libexec'
  907. localstatedir='${prefix}/var'
  908. mandir='${prefix}/man'
  909. manual_dest=''
  910. mkdir_p='mkdir -p --'
  911. oldincludedir='/usr/include'
  912. prefix='/usr'
  913. program_transform_name='s,x,x,'
  914. sbindir='${exec_prefix}/sbin'
  915. sharedstatedir='${prefix}/com'
  916. sysconfdir='${prefix}/etc'
  917. target='x86_64-unknown-linux-gnu'
  918. target_alias=''
  919. target_cpu='x86_64'
  920. target_os='linux-gnu'
  921. target_vendor='unknown'
  922.  
  923. ## ----------- ##
  924. ## confdefs.h. ##
  925. ## ----------- ##
  926.  
  927. #define PACKAGE "log4cxx"
  928. #define PACKAGE_BUGREPORT ""
  929. #define PACKAGE_NAME ""
  930. #define PACKAGE_STRING ""
  931. #define PACKAGE_TARNAME ""
  932. #define PACKAGE_VERSION ""
  933. #define VERSION "0.10.0"
  934.  
  935. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement