Advertisement
Guest User

Virtuality

a guest
Jan 2nd, 2008
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 29.78 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 GNU C Library configure (see version.h), which was
  5. generated by GNU Autoconf 2.61.  Invocation command line was
  6.  
  7.   $ /usr/src/glibc-2.7/configure --prefix=/usr/src/glibc-2.7-build/
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = 0x1
  14. uname -m = i686
  15. uname -r = 2.6.18-5-686
  16. uname -s = Linux
  17. uname -v = #1 SMP Mon Dec 24 16:41:07 UTC 2007
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X     = unknown
  21.  
  22. /bin/arch              = i686
  23. /usr/bin/arch -k       = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo      = unknown
  26. /bin/machine           = unknown
  27. /usr/bin/oslevel       = unknown
  28. /bin/universe          = unknown
  29.  
  30. PATH: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36. PATH: /usr/bin/X11
  37.  
  38.  
  39. ## ----------- ##
  40. ## Core tests. ##
  41. ## ----------- ##
  42.  
  43. configure:2180: checking build system type
  44. configure:2198: result: i686-pc-linux-gnu
  45. configure:2220: checking host system type
  46. configure:2235: result: i686-pc-linux-gnu
  47. configure:2415: running configure fragment for add-on nptl
  48. configure:2548: checking sysdep dirs
  49. configure:2786: result: sysdeps/generic/elf sysdeps/generic
  50. configure:2864: checking for a BSD-compatible install
  51. configure:2920: result: /usr/bin/install -c
  52. configure:2935: checking whether ln -s works
  53. configure:2939: result: yes
  54. configure:2995: checking for gcc
  55. configure:3011: found /usr/bin/gcc
  56. configure:3022: result: gcc
  57. configure:3260: checking for C compiler version
  58. configure:3267: gcc --version >&5
  59. gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
  60. Copyright (C) 2006 Free Software Foundation, Inc.
  61. This is free software; see the source for copying conditions.  There is NO
  62. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  63.  
  64. configure:3270: $? = 0
  65. configure:3277: gcc -v >&5
  66. Using built-in specs.
  67. Target: i486-linux-gnu
  68. Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --with-tune=i686 --enable-checking=release i486-linux-gnu
  69. Thread model: posix
  70. gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
  71. configure:3280: $? = 0
  72. configure:3287: gcc -V >&5
  73. gcc: '-V' option must have argument
  74. configure:3290: $? = 1
  75. configure:3294: checking for suffix of object files
  76. configure:3320: gcc -c   conftest.c >&5
  77. configure:3323: $? = 0
  78. configure:3346: result: o
  79. configure:3350: checking whether we are using the GNU C compiler
  80. configure:3379: gcc -c   conftest.c >&5
  81. configure:3385: $? = 0
  82. configure:3402: result: yes
  83. configure:3407: checking whether gcc accepts -g
  84. configure:3437: gcc -c -g  conftest.c >&5
  85. configure:3443: $? = 0
  86. configure:3542: result: yes
  87. configure:3559: checking for gcc option to accept ISO C89
  88. configure:3633: gcc  -c -g -O2  conftest.c >&5
  89. In file included from /usr/local/include/features.h:354,
  90.                  from /usr/include/stdio.h:28,
  91.                  from conftest.c:10:
  92. /usr/local/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
  93. configure:3639: $? = 1
  94. configure: failed program was:
  95. | /* confdefs.h.  */
  96. | #define PACKAGE_NAME "GNU C Library"
  97. | #define PACKAGE_TARNAME "c-library"
  98. | #define PACKAGE_VERSION "(see version.h)"
  99. | #define PACKAGE_STRING "GNU C Library (see version.h)"
  100. | #define PACKAGE_BUGREPORT "glibc"
  101. | #define USE_REGPARMS 1
  102. | /* end confdefs.h.  */
  103. | #include <stdarg.h>
  104. | #include <stdio.h>
  105. | #include <sys/types.h>
  106. | #include <sys/stat.h>
  107. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
  108. | struct buf { int x; };
  109. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  110. | static char *e (p, i)
  111. |      char **p;
  112. |      int i;
  113. | {
  114. |   return p[i];
  115. | }
  116. | static char *f (char * (*g) (char **, int), char **p, ...)
  117. | {
  118. |   char *s;
  119. |   va_list v;
  120. |   va_start (v,p);
  121. |   s = g (p, va_arg (v,int));
  122. |   va_end (v);
  123. |   return s;
  124. | }
  125. |
  126. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
  127. |    function prototypes and stuff, but not '\xHH' hex character constants.
  128. |    These don't provoke an error unfortunately, instead are silently treated
  129. |    as 'x'.  The following induces an error, until -std is added to get
  130. |    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
  131. |    array size at least.  It's necessary to write '\x00'==0 to get something
  132. |    that's true only with -std.  */
  133. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  134. |
  135. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  136. |    inside strings and character constants.  */
  137. | #define FOO(x) 'x'
  138. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  139. |
  140. | int test (int i, double x);
  141. | struct s1 {int (*f) (int a);};
  142. | struct s2 {int (*f) (double a);};
  143. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  144. | int argc;
  145. | char **argv;
  146. | int
  147. | main ()
  148. | {
  149. | return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
  150. |   ;
  151. |   return 0;
  152. | }
  153. configure:3633: gcc -qlanglvl=extc89 -c -g -O2  conftest.c >&5
  154. gcc: unrecognized option '-qlanglvl=extc89'
  155. In file included from /usr/local/include/features.h:354,
  156.                  from /usr/include/stdio.h:28,
  157.                  from conftest.c:10:
  158. /usr/local/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
  159. configure:3639: $? = 1
  160. configure: failed program was:
  161. | /* confdefs.h.  */
  162. | #define PACKAGE_NAME "GNU C Library"
  163. | #define PACKAGE_TARNAME "c-library"
  164. | #define PACKAGE_VERSION "(see version.h)"
  165. | #define PACKAGE_STRING "GNU C Library (see version.h)"
  166. | #define PACKAGE_BUGREPORT "glibc"
  167. | #define USE_REGPARMS 1
  168. | /* end confdefs.h.  */
  169. | #include <stdarg.h>
  170. | #include <stdio.h>
  171. | #include <sys/types.h>
  172. | #include <sys/stat.h>
  173. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
  174. | struct buf { int x; };
  175. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  176. | static char *e (p, i)
  177. |      char **p;
  178. |      int i;
  179. | {
  180. |   return p[i];
  181. | }
  182. | static char *f (char * (*g) (char **, int), char **p, ...)
  183. | {
  184. |   char *s;
  185. |   va_list v;
  186. |   va_start (v,p);
  187. |   s = g (p, va_arg (v,int));
  188. |   va_end (v);
  189. |   return s;
  190. | }
  191. |
  192. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
  193. |    function prototypes and stuff, but not '\xHH' hex character constants.
  194. |    These don't provoke an error unfortunately, instead are silently treated
  195. |    as 'x'.  The following induces an error, until -std is added to get
  196. |    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
  197. |    array size at least.  It's necessary to write '\x00'==0 to get something
  198. |    that's true only with -std.  */
  199. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  200. |
  201. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  202. |    inside strings and character constants.  */
  203. | #define FOO(x) 'x'
  204. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  205. |
  206. | int test (int i, double x);
  207. | struct s1 {int (*f) (int a);};
  208. | struct s2 {int (*f) (double a);};
  209. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  210. | int argc;
  211. | char **argv;
  212. | int
  213. | main ()
  214. | {
  215. | return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
  216. |   ;
  217. |   return 0;
  218. | }
  219. configure:3633: gcc -qlanglvl=ansi -c -g -O2  conftest.c >&5
  220. gcc: unrecognized option '-qlanglvl=ansi'
  221. In file included from /usr/local/include/features.h:354,
  222.                  from /usr/include/stdio.h:28,
  223.                  from conftest.c:10:
  224. /usr/local/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
  225. configure:3639: $? = 1
  226. configure: failed program was:
  227. | /* confdefs.h.  */
  228. | #define PACKAGE_NAME "GNU C Library"
  229. | #define PACKAGE_TARNAME "c-library"
  230. | #define PACKAGE_VERSION "(see version.h)"
  231. | #define PACKAGE_STRING "GNU C Library (see version.h)"
  232. | #define PACKAGE_BUGREPORT "glibc"
  233. | #define USE_REGPARMS 1
  234. | /* end confdefs.h.  */
  235. | #include <stdarg.h>
  236. | #include <stdio.h>
  237. | #include <sys/types.h>
  238. | #include <sys/stat.h>
  239. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
  240. | struct buf { int x; };
  241. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  242. | static char *e (p, i)
  243. |      char **p;
  244. |      int i;
  245. | {
  246. |   return p[i];
  247. | }
  248. | static char *f (char * (*g) (char **, int), char **p, ...)
  249. | {
  250. |   char *s;
  251. |   va_list v;
  252. |   va_start (v,p);
  253. |   s = g (p, va_arg (v,int));
  254. |   va_end (v);
  255. |   return s;
  256. | }
  257. |
  258. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
  259. |    function prototypes and stuff, but not '\xHH' hex character constants.
  260. |    These don't provoke an error unfortunately, instead are silently treated
  261. |    as 'x'.  The following induces an error, until -std is added to get
  262. |    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
  263. |    array size at least.  It's necessary to write '\x00'==0 to get something
  264. |    that's true only with -std.  */
  265. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  266. |
  267. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  268. |    inside strings and character constants.  */
  269. | #define FOO(x) 'x'
  270. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  271. |
  272. | int test (int i, double x);
  273. | struct s1 {int (*f) (int a);};
  274. | struct s2 {int (*f) (double a);};
  275. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  276. | int argc;
  277. | char **argv;
  278. | int
  279. | main ()
  280. | {
  281. | return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
  282. |   ;
  283. |   return 0;
  284. | }
  285. configure:3633: gcc -std -c -g -O2  conftest.c >&5
  286. cc1: error: unrecognized command line option "-std"
  287. configure:3639: $? = 1
  288. configure: failed program was:
  289. | /* confdefs.h.  */
  290. | #define PACKAGE_NAME "GNU C Library"
  291. | #define PACKAGE_TARNAME "c-library"
  292. | #define PACKAGE_VERSION "(see version.h)"
  293. | #define PACKAGE_STRING "GNU C Library (see version.h)"
  294. | #define PACKAGE_BUGREPORT "glibc"
  295. | #define USE_REGPARMS 1
  296. | /* end confdefs.h.  */
  297. | #include <stdarg.h>
  298. | #include <stdio.h>
  299. | #include <sys/types.h>
  300. | #include <sys/stat.h>
  301. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
  302. | struct buf { int x; };
  303. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  304. | static char *e (p, i)
  305. |      char **p;
  306. |      int i;
  307. | {
  308. |   return p[i];
  309. | }
  310. | static char *f (char * (*g) (char **, int), char **p, ...)
  311. | {
  312. |   char *s;
  313. |   va_list v;
  314. |   va_start (v,p);
  315. |   s = g (p, va_arg (v,int));
  316. |   va_end (v);
  317. |   return s;
  318. | }
  319. |
  320. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
  321. |    function prototypes and stuff, but not '\xHH' hex character constants.
  322. |    These don't provoke an error unfortunately, instead are silently treated
  323. |    as 'x'.  The following induces an error, until -std is added to get
  324. |    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
  325. |    array size at least.  It's necessary to write '\x00'==0 to get something
  326. |    that's true only with -std.  */
  327. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  328. |
  329. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  330. |    inside strings and character constants.  */
  331. | #define FOO(x) 'x'
  332. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  333. |
  334. | int test (int i, double x);
  335. | struct s1 {int (*f) (int a);};
  336. | struct s2 {int (*f) (double a);};
  337. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  338. | int argc;
  339. | char **argv;
  340. | int
  341. | main ()
  342. | {
  343. | return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
  344. |   ;
  345. |   return 0;
  346. | }
  347. configure:3633: gcc -Ae -c -g -O2  conftest.c >&5
  348. <command line>:1:2: error: missing '(' after predicate
  349. In file included from /usr/local/include/features.h:354,
  350.                  from /usr/include/stdio.h:28,
  351.                  from conftest.c:10:
  352. /usr/local/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
  353. configure:3639: $? = 1
  354. configure: failed program was:
  355. | /* confdefs.h.  */
  356. | #define PACKAGE_NAME "GNU C Library"
  357. | #define PACKAGE_TARNAME "c-library"
  358. | #define PACKAGE_VERSION "(see version.h)"
  359. | #define PACKAGE_STRING "GNU C Library (see version.h)"
  360. | #define PACKAGE_BUGREPORT "glibc"
  361. | #define USE_REGPARMS 1
  362. | /* end confdefs.h.  */
  363. | #include <stdarg.h>
  364. | #include <stdio.h>
  365. | #include <sys/types.h>
  366. | #include <sys/stat.h>
  367. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
  368. | struct buf { int x; };
  369. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  370. | static char *e (p, i)
  371. |      char **p;
  372. |      int i;
  373. | {
  374. |   return p[i];
  375. | }
  376. | static char *f (char * (*g) (char **, int), char **p, ...)
  377. | {
  378. |   char *s;
  379. |   va_list v;
  380. |   va_start (v,p);
  381. |   s = g (p, va_arg (v,int));
  382. |   va_end (v);
  383. |   return s;
  384. | }
  385. |
  386. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
  387. |    function prototypes and stuff, but not '\xHH' hex character constants.
  388. |    These don't provoke an error unfortunately, instead are silently treated
  389. |    as 'x'.  The following induces an error, until -std is added to get
  390. |    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
  391. |    array size at least.  It's necessary to write '\x00'==0 to get something
  392. |    that's true only with -std.  */
  393. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  394. |
  395. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  396. |    inside strings and character constants.  */
  397. | #define FOO(x) 'x'
  398. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  399. |
  400. | int test (int i, double x);
  401. | struct s1 {int (*f) (int a);};
  402. | struct s2 {int (*f) (double a);};
  403. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  404. | int argc;
  405. | char **argv;
  406. | int
  407. | main ()
  408. | {
  409. | return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
  410. |   ;
  411. |   return 0;
  412. | }
  413. configure:3633: gcc -Aa -D_HPUX_SOURCE -c -g -O2  conftest.c >&5
  414. <command line>:1:2: error: missing '(' after predicate
  415. In file included from /usr/local/include/features.h:354,
  416.                  from /usr/include/stdio.h:28,
  417.                  from conftest.c:10:
  418. /usr/local/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
  419. configure:3639: $? = 1
  420. configure: failed program was:
  421. | /* confdefs.h.  */
  422. | #define PACKAGE_NAME "GNU C Library"
  423. | #define PACKAGE_TARNAME "c-library"
  424. | #define PACKAGE_VERSION "(see version.h)"
  425. | #define PACKAGE_STRING "GNU C Library (see version.h)"
  426. | #define PACKAGE_BUGREPORT "glibc"
  427. | #define USE_REGPARMS 1
  428. | /* end confdefs.h.  */
  429. | #include <stdarg.h>
  430. | #include <stdio.h>
  431. | #include <sys/types.h>
  432. | #include <sys/stat.h>
  433. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
  434. | struct buf { int x; };
  435. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  436. | static char *e (p, i)
  437. |      char **p;
  438. |      int i;
  439. | {
  440. |   return p[i];
  441. | }
  442. | static char *f (char * (*g) (char **, int), char **p, ...)
  443. | {
  444. |   char *s;
  445. |   va_list v;
  446. |   va_start (v,p);
  447. |   s = g (p, va_arg (v,int));
  448. |   va_end (v);
  449. |   return s;
  450. | }
  451. |
  452. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
  453. |    function prototypes and stuff, but not '\xHH' hex character constants.
  454. |    These don't provoke an error unfortunately, instead are silently treated
  455. |    as 'x'.  The following induces an error, until -std is added to get
  456. |    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
  457. |    array size at least.  It's necessary to write '\x00'==0 to get something
  458. |    that's true only with -std.  */
  459. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  460. |
  461. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  462. |    inside strings and character constants.  */
  463. | #define FOO(x) 'x'
  464. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  465. |
  466. | int test (int i, double x);
  467. | struct s1 {int (*f) (int a);};
  468. | struct s2 {int (*f) (double a);};
  469. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  470. | int argc;
  471. | char **argv;
  472. | int
  473. | main ()
  474. | {
  475. | return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
  476. |   ;
  477. |   return 0;
  478. | }
  479. configure:3633: gcc -Xc -D__EXTENSIONS__ -c -g -O2  conftest.c >&5
  480. gcc: unrecognized option '-Xc'
  481. In file included from /usr/local/include/features.h:354,
  482.                  from /usr/include/stdio.h:28,
  483.                  from conftest.c:10:
  484. /usr/local/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
  485. configure:3639: $? = 1
  486. configure: failed program was:
  487. | /* confdefs.h.  */
  488. | #define PACKAGE_NAME "GNU C Library"
  489. | #define PACKAGE_TARNAME "c-library"
  490. | #define PACKAGE_VERSION "(see version.h)"
  491. | #define PACKAGE_STRING "GNU C Library (see version.h)"
  492. | #define PACKAGE_BUGREPORT "glibc"
  493. | #define USE_REGPARMS 1
  494. | /* end confdefs.h.  */
  495. | #include <stdarg.h>
  496. | #include <stdio.h>
  497. | #include <sys/types.h>
  498. | #include <sys/stat.h>
  499. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
  500. | struct buf { int x; };
  501. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  502. | static char *e (p, i)
  503. |      char **p;
  504. |      int i;
  505. | {
  506. |   return p[i];
  507. | }
  508. | static char *f (char * (*g) (char **, int), char **p, ...)
  509. | {
  510. |   char *s;
  511. |   va_list v;
  512. |   va_start (v,p);
  513. |   s = g (p, va_arg (v,int));
  514. |   va_end (v);
  515. |   return s;
  516. | }
  517. |
  518. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
  519. |    function prototypes and stuff, but not '\xHH' hex character constants.
  520. |    These don't provoke an error unfortunately, instead are silently treated
  521. |    as 'x'.  The following induces an error, until -std is added to get
  522. |    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
  523. |    array size at least.  It's necessary to write '\x00'==0 to get something
  524. |    that's true only with -std.  */
  525. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  526. |
  527. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  528. |    inside strings and character constants.  */
  529. | #define FOO(x) 'x'
  530. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  531. |
  532. | int test (int i, double x);
  533. | struct s1 {int (*f) (int a);};
  534. | struct s2 {int (*f) (double a);};
  535. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  536. | int argc;
  537. | char **argv;
  538. | int
  539. | main ()
  540. | {
  541. | return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
  542. |   ;
  543. |   return 0;
  544. | }
  545. configure:3665: result: unsupported
  546. configure:3730: checking how to run the C preprocessor
  547. configure:3770: gcc -E  conftest.c
  548. In file included from /usr/local/include/features.h:354,
  549.                  from /usr/local/include/limits.h:27,
  550.                  from conftest.c:10:
  551. /usr/local/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
  552. configure:3776: $? = 1
  553. configure: failed program was:
  554. | /* confdefs.h.  */
  555. | #define PACKAGE_NAME "GNU C Library"
  556. | #define PACKAGE_TARNAME "c-library"
  557. | #define PACKAGE_VERSION "(see version.h)"
  558. | #define PACKAGE_STRING "GNU C Library (see version.h)"
  559. | #define PACKAGE_BUGREPORT "glibc"
  560. | #define USE_REGPARMS 1
  561. | /* end confdefs.h.  */
  562. | #ifdef __STDC__
  563. | # include <limits.h>
  564. | #else
  565. | # include <assert.h>
  566. | #endif
  567. |            Syntax error
  568. configure:3770: gcc -E  conftest.c
  569. In file included from /usr/local/include/features.h:354,
  570.                  from /usr/local/include/limits.h:27,
  571.                  from conftest.c:10:
  572. /usr/local/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
  573. configure:3776: $? = 1
  574. configure: failed program was:
  575. | /* confdefs.h.  */
  576. | #define PACKAGE_NAME "GNU C Library"
  577. | #define PACKAGE_TARNAME "c-library"
  578. | #define PACKAGE_VERSION "(see version.h)"
  579. | #define PACKAGE_STRING "GNU C Library (see version.h)"
  580. | #define PACKAGE_BUGREPORT "glibc"
  581. | #define USE_REGPARMS 1
  582. | /* end confdefs.h.  */
  583. | #ifdef __STDC__
  584. | # include <limits.h>
  585. | #else
  586. | # include <assert.h>
  587. | #endif
  588. |            Syntax error
  589. configure:3770: gcc -E -traditional-cpp  conftest.c
  590. In file included from /usr/local/include/features.h:331,
  591.                  from /usr/include/assert.h:37,
  592.                  from conftest.c:13:
  593. /usr/include/sys/cdefs.h:31: error: #error "You need a ISO C conforming compiler to use the glibc headers"
  594. In file included from /usr/local/include/features.h:355,
  595.                  from /usr/include/assert.h:37,
  596.                  from conftest.c:13:
  597. /usr/local/include/gnu/stubs.h:7: error: gnu/stubs-32.h: No such file or directory
  598. configure:3776: $? = 1
  599. configure: failed program was:
  600. | /* confdefs.h.  */
  601. | #define PACKAGE_NAME "GNU C Library"
  602. | #define PACKAGE_TARNAME "c-library"
  603. | #define PACKAGE_VERSION "(see version.h)"
  604. | #define PACKAGE_STRING "GNU C Library (see version.h)"
  605. | #define PACKAGE_BUGREPORT "glibc"
  606. | #define USE_REGPARMS 1
  607. | /* end confdefs.h.  */
  608. | #ifdef __STDC__
  609. | # include <limits.h>
  610. | #else
  611. | # include <assert.h>
  612. | #endif
  613. |            Syntax error
  614. configure:3770: gcc -E -traditional-cpp  conftest.c
  615. In file included from /usr/local/include/features.h:331,
  616.                  from /usr/include/assert.h:37,
  617.                  from conftest.c:13:
  618. /usr/include/sys/cdefs.h:31: error: #error "You need a ISO C conforming compiler to use the glibc headers"
  619. In file included from /usr/local/include/features.h:355,
  620.                  from /usr/include/assert.h:37,
  621.                  from conftest.c:13:
  622. /usr/local/include/gnu/stubs.h:7: error: gnu/stubs-32.h: No such file or directory
  623. configure:3776: $? = 1
  624. configure: failed program was:
  625. | /* confdefs.h.  */
  626. | #define PACKAGE_NAME "GNU C Library"
  627. | #define PACKAGE_TARNAME "c-library"
  628. | #define PACKAGE_VERSION "(see version.h)"
  629. | #define PACKAGE_STRING "GNU C Library (see version.h)"
  630. | #define PACKAGE_BUGREPORT "glibc"
  631. | #define USE_REGPARMS 1
  632. | /* end confdefs.h.  */
  633. | #ifdef __STDC__
  634. | # include <limits.h>
  635. | #else
  636. | # include <assert.h>
  637. | #endif
  638. |            Syntax error
  639. configure:3770: /lib/cpp  conftest.c
  640. In file included from /usr/local/include/features.h:354,
  641.                  from /usr/local/include/limits.h:27,
  642.                  from conftest.c:10:
  643. /usr/local/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
  644. configure:3776: $? = 1
  645. configure: failed program was:
  646. | /* confdefs.h.  */
  647. | #define PACKAGE_NAME "GNU C Library"
  648. | #define PACKAGE_TARNAME "c-library"
  649. | #define PACKAGE_VERSION "(see version.h)"
  650. | #define PACKAGE_STRING "GNU C Library (see version.h)"
  651. | #define PACKAGE_BUGREPORT "glibc"
  652. | #define USE_REGPARMS 1
  653. | /* end confdefs.h.  */
  654. | #ifdef __STDC__
  655. | # include <limits.h>
  656. | #else
  657. | # include <assert.h>
  658. | #endif
  659. |            Syntax error
  660. configure:3770: /lib/cpp  conftest.c
  661. In file included from /usr/local/include/features.h:354,
  662.                  from /usr/local/include/limits.h:27,
  663.                  from conftest.c:10:
  664. /usr/local/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
  665. configure:3776: $? = 1
  666. configure: failed program was:
  667. | /* confdefs.h.  */
  668. | #define PACKAGE_NAME "GNU C Library"
  669. | #define PACKAGE_TARNAME "c-library"
  670. | #define PACKAGE_VERSION "(see version.h)"
  671. | #define PACKAGE_STRING "GNU C Library (see version.h)"
  672. | #define PACKAGE_BUGREPORT "glibc"
  673. | #define USE_REGPARMS 1
  674. | /* end confdefs.h.  */
  675. | #ifdef __STDC__
  676. | # include <limits.h>
  677. | #else
  678. | # include <assert.h>
  679. | #endif
  680. |            Syntax error
  681. configure:3846: result: /lib/cpp
  682. configure:3875: /lib/cpp  conftest.c
  683. In file included from /usr/local/include/features.h:354,
  684.                  from /usr/local/include/limits.h:27,
  685.                  from conftest.c:10:
  686. /usr/local/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
  687. configure:3881: $? = 1
  688. configure: failed program was:
  689. | /* confdefs.h.  */
  690. | #define PACKAGE_NAME "GNU C Library"
  691. | #define PACKAGE_TARNAME "c-library"
  692. | #define PACKAGE_VERSION "(see version.h)"
  693. | #define PACKAGE_STRING "GNU C Library (see version.h)"
  694. | #define PACKAGE_BUGREPORT "glibc"
  695. | #define USE_REGPARMS 1
  696. | /* end confdefs.h.  */
  697. | #ifdef __STDC__
  698. | # include <limits.h>
  699. | #else
  700. | # include <assert.h>
  701. | #endif
  702. |            Syntax error
  703. configure:3875: /lib/cpp  conftest.c
  704. In file included from /usr/local/include/features.h:354,
  705.                  from /usr/local/include/limits.h:27,
  706.                  from conftest.c:10:
  707. /usr/local/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
  708. configure:3881: $? = 1
  709. configure: failed program was:
  710. | /* confdefs.h.  */
  711. | #define PACKAGE_NAME "GNU C Library"
  712. | #define PACKAGE_TARNAME "c-library"
  713. | #define PACKAGE_VERSION "(see version.h)"
  714. | #define PACKAGE_STRING "GNU C Library (see version.h)"
  715. | #define PACKAGE_BUGREPORT "glibc"
  716. | #define USE_REGPARMS 1
  717. | /* end confdefs.h.  */
  718. | #ifdef __STDC__
  719. | # include <limits.h>
  720. | #else
  721. | # include <assert.h>
  722. | #endif
  723. |            Syntax error
  724. configure:3943: error: C preprocessor "/lib/cpp" fails sanity check
  725. See `config.log' for more details.
  726.  
  727. ## ---------------- ##
  728. ## Cache variables. ##
  729. ## ---------------- ##
  730.  
  731. ac_cv_build=i686-pc-linux-gnu
  732. ac_cv_c_compiler_gnu=yes
  733. ac_cv_env_CCC_set=
  734. ac_cv_env_CCC_value=
  735. ac_cv_env_CC_set=
  736. ac_cv_env_CC_value=
  737. ac_cv_env_CFLAGS_set=
  738. ac_cv_env_CFLAGS_value=
  739. ac_cv_env_CPPFLAGS_set=
  740. ac_cv_env_CPPFLAGS_value=
  741. ac_cv_env_CPP_set=
  742. ac_cv_env_CPP_value=
  743. ac_cv_env_CXXFLAGS_set=
  744. ac_cv_env_CXXFLAGS_value=
  745. ac_cv_env_CXX_set=
  746. ac_cv_env_CXX_value=
  747. ac_cv_env_LDFLAGS_set=
  748. ac_cv_env_LDFLAGS_value=
  749. ac_cv_env_LIBS_set=
  750. ac_cv_env_LIBS_value=
  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_host=i686-pc-linux-gnu
  758. ac_cv_objext=o
  759. ac_cv_path_install='/usr/bin/install -c'
  760. ac_cv_prog_CPP=/lib/cpp
  761. ac_cv_prog_ac_ct_CC=gcc
  762. ac_cv_prog_cc_c89=no
  763. ac_cv_prog_cc_g=yes
  764.  
  765. ## ----------------- ##
  766. ## Output variables. ##
  767. ## ----------------- ##
  768.  
  769. AR=''
  770. AS=''
  771. ASFLAGS_config=''
  772. AUTOCONF=''
  773. AWK=''
  774. BASH_SHELL=''
  775. BISON=''
  776. BUILD_CC=''
  777. CC='gcc'
  778. CFLAGS='-g -O2'
  779. CPP='/lib/cpp'
  780. CPPFLAGS=''
  781. CXX=''
  782. CXXFLAGS=''
  783. CXX_SYSINCLUDES=''
  784. DEFINES=''
  785. DEFS=''
  786. ECHO_C=''
  787. ECHO_N='-n'
  788. ECHO_T=''
  789. EGREP=''
  790. GREP=''
  791. INSTALL_DATA='${INSTALL} -m 644'
  792. INSTALL_INFO=''
  793. INSTALL_PROGRAM='${INSTALL}'
  794. INSTALL_SCRIPT='${INSTALL}'
  795. KSH=''
  796. LD=''
  797. LDFLAGS=''
  798. LIBGD=''
  799. LIBOBJS=''
  800. LIBS=''
  801. LN_S='ln -s'
  802. LTLIBOBJS=''
  803. MAKE=''
  804. MAKEINFO=''
  805. MIG=''
  806. MSGFMT=''
  807. OBJDUMP=''
  808. OBJEXT='o'
  809. PACKAGE_BUGREPORT='glibc'
  810. PACKAGE_NAME='GNU C Library'
  811. PACKAGE_STRING='GNU C Library (see version.h)'
  812. PACKAGE_TARNAME='c-library'
  813. PACKAGE_VERSION='(see version.h)'
  814. PATH_SEPARATOR=':'
  815. PERL=''
  816. PWD_P=''
  817. RANLIB=''
  818. RELEASE=''
  819. SED=''
  820. SHELL='/bin/sh'
  821. SYSINCLUDES=''
  822. VERSION=''
  823. VERSIONING=''
  824. ac_ct_CC='gcc'
  825. ac_ct_CXX=''
  826. add_on_subdirs=''
  827. add_ons='nptl'
  828. all_warnings=''
  829. base_machine='i386'
  830. bindir='${exec_prefix}/bin'
  831. bindnow='no'
  832. bounded='no'
  833. build='i686-pc-linux-gnu'
  834. build_alias=''
  835. build_cpu='i686'
  836. build_os='linux-gnu'
  837. build_vendor='pc'
  838. cross_compiling='no'
  839. datadir='${datarootdir}'
  840. datarootdir='${prefix}/share'
  841. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  842. dvidir='${docdir}'
  843. elf='yes'
  844. enable_check_abi='no'
  845. exceptions=''
  846. exec_prefix='NONE'
  847. fno_unit_at_a_time=''
  848. force_install='yes'
  849. have_libaudit=''
  850. have_libcap=''
  851. have_selinux=''
  852. host='i686-pc-linux-gnu'
  853. host_alias=''
  854. host_cpu='i686'
  855. host_os='linux-gnu'
  856. host_vendor='pc'
  857. htmldir='${docdir}'
  858. includedir='${prefix}/include'
  859. infodir='${datarootdir}/info'
  860. ldd_rewrite_script=''
  861. libc_cv_Bgroup=''
  862. libc_cv_as_needed=''
  863. libc_cv_cc_with_libunwind=''
  864. libc_cv_forced_unwind=''
  865. libc_cv_fpie=''
  866. libc_cv_gcc_static_libgcc=''
  867. libc_cv_gcc_unwind_find_fde=''
  868. libc_cv_gnu89_inline=''
  869. libc_cv_hashstyle=''
  870. libc_cv_have_bash2=''
  871. libc_cv_have_initfini=''
  872. libc_cv_have_ksh=''
  873. libc_cv_libgcc_s_suffix=''
  874. libc_cv_localedir=''
  875. libc_cv_rootsbindir=''
  876. libc_cv_slibdir=''
  877. libc_cv_ssp=''
  878. libc_cv_sysconfdir=''
  879. libc_cv_z_combreloc=''
  880. libc_cv_z_execstack=''
  881. libdir='${exec_prefix}/lib'
  882. libexecdir='${exec_prefix}/libexec'
  883. localedir='${datarootdir}/locale'
  884. localstatedir='${prefix}/var'
  885. mach_interface_list=''
  886. mandir='${datarootdir}/man'
  887. no_whole_archive=''
  888. nopic_initfini=''
  889. old_glibc_headers=''
  890. oldest_abi='default'
  891. oldincludedir='/usr/include'
  892. omitfp='no'
  893. pdfdir='${docdir}'
  894. pic_default=''
  895. prefix='/usr/src/glibc-2.7-build/'
  896. profile='no'
  897. program_transform_name='s,x,x,'
  898. psdir='${docdir}'
  899. sbindir='${exec_prefix}/sbin'
  900. shared='default'
  901. sharedstatedir='${prefix}/com'
  902. sizeof_long_double=''
  903. static='yes'
  904. static_nss='no'
  905. subdirs=' '
  906. submachine=''
  907. sysconfdir='${prefix}/etc'
  908. sysdeps_add_ons=' nptl'
  909. sysnames=' sysdeps/i386/elf nptl/sysdeps/unix/sysv/linux/i386/i686 nptl/sysdeps/unix/sysv/linux/i386 sysdeps/unix/sysv/linux/i386 nptl/sysdeps/unix/sysv/linux nptl/sysdeps/pthread sysdeps/pthread sysdeps/unix/sysv/linux sysdeps/gnu sysdeps/unix/common sysdeps/unix/mman sysdeps/unix/inet sysdeps/unix/sysv/i386 nptl/sysdeps/unix/sysv sysdeps/unix/sysv sysdeps/unix/i386 nptl/sysdeps/unix sysdeps/unix sysdeps/posix sysdeps/i386/i686/fpu nptl/sysdeps/i386/i686 sysdeps/i386/i686 sysdeps/i386/i486 nptl/sysdeps/i386/i486 sysdeps/i386/fpu nptl/sysdeps/i386 sysdeps/i386 sysdeps/wordsize-32 sysdeps/ieee754/ldbl-96 sysdeps/ieee754/dbl-64 sysdeps/ieee754/flt-32 sysdeps/ieee754 sysdeps/generic/elf sysdeps/generic'
  910. target_alias=''
  911. uname_release=''
  912. uname_sysname=''
  913. uname_version=''
  914. use_ldconfig=''
  915. with_cvs='yes'
  916. with_fp='yes'
  917. xcoff='no'
  918.  
  919. ## ----------- ##
  920. ## confdefs.h. ##
  921. ## ----------- ##
  922.  
  923. #define PACKAGE_NAME "GNU C Library"
  924. #define PACKAGE_TARNAME "c-library"
  925. #define PACKAGE_VERSION "(see version.h)"
  926. #define PACKAGE_STRING "GNU C Library (see version.h)"
  927. #define PACKAGE_BUGREPORT "glibc"
  928. #define USE_REGPARMS 1
  929.  
  930. configure: exit 1
  931.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement