Ticket #2892: config.log

File config.log, 76.5 KB (added by Julio, 13 years ago)
Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by GNU C Library configure (see version.h), which was
5generated by GNU Autoconf 2.66. Invocation command line was
6
7 $ ../glibc-2.13/configure --prefix=/tools --host=i686-lfs-linux-gnu --build=i686-pc-linux-gnu --disable-profile --enable-add-ons --enable-kernel=2.6.37 --with-headers=/tools/include libc_cv_forced_unwind=yes libc_cv_c_cleanup=yes
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = slack
14uname -m = i686
15uname -r = 2.6.29.6-smp
16uname -s = Linux
17uname -v = #2 SMP Mon Aug 17 00:52:54 CDT 2009
18
19/usr/bin/uname -p = Intel(R) Pentium(R) 4 CPU 2.80GHz
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
30PATH: /tools/bin
31PATH: /bin
32PATH: /usr/bin
33
34
35## ----------- ##
36## Core tests. ##
37## ----------- ##
38
39configure:2363: checking build system type
40configure:2377: result: i686-pc-linux-gnu
41configure:2397: checking host system type
42configure:2410: result: i686-lfs-linux-gnu
43configure:2439: checking for i686-lfs-linux-gnu-gcc
44configure:2455: found /tools/bin/i686-lfs-linux-gnu-gcc
45configure:2466: result: i686-lfs-linux-gnu-gcc
46configure:2735: checking for C compiler version
47configure:2744: i686-lfs-linux-gnu-gcc --version >&5
48i686-lfs-linux-gnu-gcc (GCC) 4.5.2
49Copyright (C) 2010 Free Software Foundation, Inc.
50This is free software; see the source for copying conditions. There is NO
51warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
52
53configure:2755: $? = 0
54configure:2744: i686-lfs-linux-gnu-gcc -v >&5
55Using built-in specs.
56COLLECT_GCC=i686-lfs-linux-gnu-gcc
57COLLECT_LTO_WRAPPER=/mnt/lfs/tools/bin/../libexec/gcc/i686-lfs-linux-gnu/4.5.2/lto-wrapper
58Target: i686-lfs-linux-gnu
59Configured with: ../gcc-4.5.2/configure --target=i686-lfs-linux-gnu --prefix=/tools --disable-nls --disable-shared --disable-multilib --disable-decimal-float --disable-threads --disable-libmudflap --disable-libssp --disable-libgomp --enable-languages=c --with-gmp-include=/mnt/lfs/sources/gcc-build/gmp --with-gmp-lib=/mnt/lfs/sources/gcc-build/gmp/.libs --without-ppl --without-cloog
60Thread model: single
61gcc version 4.5.2 (GCC)
62configure:2755: $? = 0
63configure:2744: i686-lfs-linux-gnu-gcc -V >&5
64i686-lfs-linux-gnu-gcc: '-V' option must have argument
65configure:2755: $? = 1
66configure:2744: i686-lfs-linux-gnu-gcc -qversion >&5
67i686-lfs-linux-gnu-gcc: unrecognized option '-qversion'
68i686-lfs-linux-gnu-gcc: no input files
69configure:2755: $? = 1
70configure:2760: checking for suffix of object files
71configure:2782: i686-lfs-linux-gnu-gcc -c conftest.c >&5
72configure:2786: $? = 0
73configure:2807: result: o
74configure:2811: checking whether we are using the GNU C compiler
75configure:2830: i686-lfs-linux-gnu-gcc -c conftest.c >&5
76configure:2830: $? = 0
77configure:2839: result: yes
78configure:2848: checking whether i686-lfs-linux-gnu-gcc accepts -g
79configure:2868: i686-lfs-linux-gnu-gcc -c -g conftest.c >&5
80configure:2868: $? = 0
81configure:2909: result: yes
82configure:2926: checking for i686-lfs-linux-gnu-gcc option to accept ISO C89
83configure:2990: i686-lfs-linux-gnu-gcc -c -g -O2 conftest.c >&5
84conftest.c:10:19: fatal error: stdio.h: No such file or directory
85compilation terminated.
86configure:2990: $? = 1
87configure: failed program was:
88| /* confdefs.h */
89| #define PACKAGE_NAME "GNU C Library"
90| #define PACKAGE_TARNAME "c-library"
91| #define PACKAGE_VERSION "(see version.h)"
92| #define PACKAGE_STRING "GNU C Library (see version.h)"
93| #define PACKAGE_BUGREPORT "glibc"
94| #define PACKAGE_URL "http://www.gnu.org/software/c-library/"
95| /* end confdefs.h. */
96| #include <stdarg.h>
97| #include <stdio.h>
98| #include <sys/types.h>
99| #include <sys/stat.h>
100| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
101| struct buf { int x; };
102| FILE * (*rcsopen) (struct buf *, struct stat *, int);
103| static char *e (p, i)
104| char **p;
105| int i;
106| {
107| return p[i];
108| }
109| static char *f (char * (*g) (char **, int), char **p, ...)
110| {
111| char *s;
112| va_list v;
113| va_start (v,p);
114| s = g (p, va_arg (v,int));
115| va_end (v);
116| return s;
117| }
118|
119| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
120| function prototypes and stuff, but not '\xHH' hex character constants.
121| These don't provoke an error unfortunately, instead are silently treated
122| as 'x'. The following induces an error, until -std is added to get
123| proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
124| array size at least. It's necessary to write '\x00'==0 to get something
125| that's true only with -std. */
126| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
127|
128| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
129| inside strings and character constants. */
130| #define FOO(x) 'x'
131| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
132|
133| int test (int i, double x);
134| struct s1 {int (*f) (int a);};
135| struct s2 {int (*f) (double a);};
136| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
137| int argc;
138| char **argv;
139| int
140| main ()
141| {
142| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
143| ;
144| return 0;
145| }
146configure:2990: i686-lfs-linux-gnu-gcc -qlanglvl=extc89 -c -g -O2 conftest.c >&5
147i686-lfs-linux-gnu-gcc: unrecognized option '-qlanglvl=extc89'
148conftest.c:10:19: fatal error: stdio.h: No such file or directory
149compilation terminated.
150configure:2990: $? = 1
151configure: failed program was:
152| /* confdefs.h */
153| #define PACKAGE_NAME "GNU C Library"
154| #define PACKAGE_TARNAME "c-library"
155| #define PACKAGE_VERSION "(see version.h)"
156| #define PACKAGE_STRING "GNU C Library (see version.h)"
157| #define PACKAGE_BUGREPORT "glibc"
158| #define PACKAGE_URL "http://www.gnu.org/software/c-library/"
159| /* end confdefs.h. */
160| #include <stdarg.h>
161| #include <stdio.h>
162| #include <sys/types.h>
163| #include <sys/stat.h>
164| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
165| struct buf { int x; };
166| FILE * (*rcsopen) (struct buf *, struct stat *, int);
167| static char *e (p, i)
168| char **p;
169| int i;
170| {
171| return p[i];
172| }
173| static char *f (char * (*g) (char **, int), char **p, ...)
174| {
175| char *s;
176| va_list v;
177| va_start (v,p);
178| s = g (p, va_arg (v,int));
179| va_end (v);
180| return s;
181| }
182|
183| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
184| function prototypes and stuff, but not '\xHH' hex character constants.
185| These don't provoke an error unfortunately, instead are silently treated
186| as 'x'. The following induces an error, until -std is added to get
187| proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
188| array size at least. It's necessary to write '\x00'==0 to get something
189| that's true only with -std. */
190| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
191|
192| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
193| inside strings and character constants. */
194| #define FOO(x) 'x'
195| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
196|
197| int test (int i, double x);
198| struct s1 {int (*f) (int a);};
199| struct s2 {int (*f) (double a);};
200| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
201| int argc;
202| char **argv;
203| int
204| main ()
205| {
206| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
207| ;
208| return 0;
209| }
210configure:2990: i686-lfs-linux-gnu-gcc -qlanglvl=ansi -c -g -O2 conftest.c >&5
211i686-lfs-linux-gnu-gcc: unrecognized option '-qlanglvl=ansi'
212conftest.c:10:19: fatal error: stdio.h: No such file or directory
213compilation terminated.
214configure:2990: $? = 1
215configure: failed program was:
216| /* confdefs.h */
217| #define PACKAGE_NAME "GNU C Library"
218| #define PACKAGE_TARNAME "c-library"
219| #define PACKAGE_VERSION "(see version.h)"
220| #define PACKAGE_STRING "GNU C Library (see version.h)"
221| #define PACKAGE_BUGREPORT "glibc"
222| #define PACKAGE_URL "http://www.gnu.org/software/c-library/"
223| /* end confdefs.h. */
224| #include <stdarg.h>
225| #include <stdio.h>
226| #include <sys/types.h>
227| #include <sys/stat.h>
228| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
229| struct buf { int x; };
230| FILE * (*rcsopen) (struct buf *, struct stat *, int);
231| static char *e (p, i)
232| char **p;
233| int i;
234| {
235| return p[i];
236| }
237| static char *f (char * (*g) (char **, int), char **p, ...)
238| {
239| char *s;
240| va_list v;
241| va_start (v,p);
242| s = g (p, va_arg (v,int));
243| va_end (v);
244| return s;
245| }
246|
247| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
248| function prototypes and stuff, but not '\xHH' hex character constants.
249| These don't provoke an error unfortunately, instead are silently treated
250| as 'x'. The following induces an error, until -std is added to get
251| proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
252| array size at least. It's necessary to write '\x00'==0 to get something
253| that's true only with -std. */
254| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
255|
256| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
257| inside strings and character constants. */
258| #define FOO(x) 'x'
259| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
260|
261| int test (int i, double x);
262| struct s1 {int (*f) (int a);};
263| struct s2 {int (*f) (double a);};
264| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
265| int argc;
266| char **argv;
267| int
268| main ()
269| {
270| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
271| ;
272| return 0;
273| }
274configure:2990: i686-lfs-linux-gnu-gcc -std -c -g -O2 conftest.c >&5
275cc1: error: unrecognized command line option "-std"
276configure:2990: $? = 1
277configure: failed program was:
278| /* confdefs.h */
279| #define PACKAGE_NAME "GNU C Library"
280| #define PACKAGE_TARNAME "c-library"
281| #define PACKAGE_VERSION "(see version.h)"
282| #define PACKAGE_STRING "GNU C Library (see version.h)"
283| #define PACKAGE_BUGREPORT "glibc"
284| #define PACKAGE_URL "http://www.gnu.org/software/c-library/"
285| /* end confdefs.h. */
286| #include <stdarg.h>
287| #include <stdio.h>
288| #include <sys/types.h>
289| #include <sys/stat.h>
290| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
291| struct buf { int x; };
292| FILE * (*rcsopen) (struct buf *, struct stat *, int);
293| static char *e (p, i)
294| char **p;
295| int i;
296| {
297| return p[i];
298| }
299| static char *f (char * (*g) (char **, int), char **p, ...)
300| {
301| char *s;
302| va_list v;
303| va_start (v,p);
304| s = g (p, va_arg (v,int));
305| va_end (v);
306| return s;
307| }
308|
309| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
310| function prototypes and stuff, but not '\xHH' hex character constants.
311| These don't provoke an error unfortunately, instead are silently treated
312| as 'x'. The following induces an error, until -std is added to get
313| proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
314| array size at least. It's necessary to write '\x00'==0 to get something
315| that's true only with -std. */
316| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
317|
318| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
319| inside strings and character constants. */
320| #define FOO(x) 'x'
321| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
322|
323| int test (int i, double x);
324| struct s1 {int (*f) (int a);};
325| struct s2 {int (*f) (double a);};
326| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
327| int argc;
328| char **argv;
329| int
330| main ()
331| {
332| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
333| ;
334| return 0;
335| }
336configure:2990: i686-lfs-linux-gnu-gcc -Ae -c -g -O2 conftest.c >&5
337<command-line>:0:1: error: missing '(' after predicate
338conftest.c:10:19: fatal error: stdio.h: No such file or directory
339compilation terminated.
340configure:2990: $? = 1
341configure: failed program was:
342| /* confdefs.h */
343| #define PACKAGE_NAME "GNU C Library"
344| #define PACKAGE_TARNAME "c-library"
345| #define PACKAGE_VERSION "(see version.h)"
346| #define PACKAGE_STRING "GNU C Library (see version.h)"
347| #define PACKAGE_BUGREPORT "glibc"
348| #define PACKAGE_URL "http://www.gnu.org/software/c-library/"
349| /* end confdefs.h. */
350| #include <stdarg.h>
351| #include <stdio.h>
352| #include <sys/types.h>
353| #include <sys/stat.h>
354| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
355| struct buf { int x; };
356| FILE * (*rcsopen) (struct buf *, struct stat *, int);
357| static char *e (p, i)
358| char **p;
359| int i;
360| {
361| return p[i];
362| }
363| static char *f (char * (*g) (char **, int), char **p, ...)
364| {
365| char *s;
366| va_list v;
367| va_start (v,p);
368| s = g (p, va_arg (v,int));
369| va_end (v);
370| return s;
371| }
372|
373| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
374| function prototypes and stuff, but not '\xHH' hex character constants.
375| These don't provoke an error unfortunately, instead are silently treated
376| as 'x'. The following induces an error, until -std is added to get
377| proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
378| array size at least. It's necessary to write '\x00'==0 to get something
379| that's true only with -std. */
380| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
381|
382| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
383| inside strings and character constants. */
384| #define FOO(x) 'x'
385| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
386|
387| int test (int i, double x);
388| struct s1 {int (*f) (int a);};
389| struct s2 {int (*f) (double a);};
390| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
391| int argc;
392| char **argv;
393| int
394| main ()
395| {
396| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
397| ;
398| return 0;
399| }
400configure:2990: i686-lfs-linux-gnu-gcc -Aa -D_HPUX_SOURCE -c -g -O2 conftest.c >&5
401<command-line>:0:1: error: missing '(' after predicate
402conftest.c:10:19: fatal error: stdio.h: No such file or directory
403compilation terminated.
404configure:2990: $? = 1
405configure: failed program was:
406| /* confdefs.h */
407| #define PACKAGE_NAME "GNU C Library"
408| #define PACKAGE_TARNAME "c-library"
409| #define PACKAGE_VERSION "(see version.h)"
410| #define PACKAGE_STRING "GNU C Library (see version.h)"
411| #define PACKAGE_BUGREPORT "glibc"
412| #define PACKAGE_URL "http://www.gnu.org/software/c-library/"
413| /* end confdefs.h. */
414| #include <stdarg.h>
415| #include <stdio.h>
416| #include <sys/types.h>
417| #include <sys/stat.h>
418| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
419| struct buf { int x; };
420| FILE * (*rcsopen) (struct buf *, struct stat *, int);
421| static char *e (p, i)
422| char **p;
423| int i;
424| {
425| return p[i];
426| }
427| static char *f (char * (*g) (char **, int), char **p, ...)
428| {
429| char *s;
430| va_list v;
431| va_start (v,p);
432| s = g (p, va_arg (v,int));
433| va_end (v);
434| return s;
435| }
436|
437| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
438| function prototypes and stuff, but not '\xHH' hex character constants.
439| These don't provoke an error unfortunately, instead are silently treated
440| as 'x'. The following induces an error, until -std is added to get
441| proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
442| array size at least. It's necessary to write '\x00'==0 to get something
443| that's true only with -std. */
444| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
445|
446| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
447| inside strings and character constants. */
448| #define FOO(x) 'x'
449| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
450|
451| int test (int i, double x);
452| struct s1 {int (*f) (int a);};
453| struct s2 {int (*f) (double a);};
454| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
455| int argc;
456| char **argv;
457| int
458| main ()
459| {
460| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
461| ;
462| return 0;
463| }
464configure:2990: i686-lfs-linux-gnu-gcc -Xc -D__EXTENSIONS__ -c -g -O2 conftest.c >&5
465i686-lfs-linux-gnu-gcc: unrecognized option '-Xc'
466conftest.c:10:19: fatal error: stdio.h: No such file or directory
467compilation terminated.
468configure:2990: $? = 1
469configure: failed program was:
470| /* confdefs.h */
471| #define PACKAGE_NAME "GNU C Library"
472| #define PACKAGE_TARNAME "c-library"
473| #define PACKAGE_VERSION "(see version.h)"
474| #define PACKAGE_STRING "GNU C Library (see version.h)"
475| #define PACKAGE_BUGREPORT "glibc"
476| #define PACKAGE_URL "http://www.gnu.org/software/c-library/"
477| /* end confdefs.h. */
478| #include <stdarg.h>
479| #include <stdio.h>
480| #include <sys/types.h>
481| #include <sys/stat.h>
482| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
483| struct buf { int x; };
484| FILE * (*rcsopen) (struct buf *, struct stat *, int);
485| static char *e (p, i)
486| char **p;
487| int i;
488| {
489| return p[i];
490| }
491| static char *f (char * (*g) (char **, int), char **p, ...)
492| {
493| char *s;
494| va_list v;
495| va_start (v,p);
496| s = g (p, va_arg (v,int));
497| va_end (v);
498| return s;
499| }
500|
501| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
502| function prototypes and stuff, but not '\xHH' hex character constants.
503| These don't provoke an error unfortunately, instead are silently treated
504| as 'x'. The following induces an error, until -std is added to get
505| proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
506| array size at least. It's necessary to write '\x00'==0 to get something
507| that's true only with -std. */
508| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
509|
510| /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
511| inside strings and character constants. */
512| #define FOO(x) 'x'
513| int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
514|
515| int test (int i, double x);
516| struct s1 {int (*f) (int a);};
517| struct s2 {int (*f) (double a);};
518| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
519| int argc;
520| char **argv;
521| int
522| main ()
523| {
524| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
525| ;
526| return 0;
527| }
528configure:3006: result: unsupported
529configure:3028: checking for gcc
530configure:3044: found /usr/bin/gcc
531configure:3055: result: gcc
532configure:3073: checking how to run the C preprocessor
533configure:3104: i686-lfs-linux-gnu-gcc -E conftest.c
534configure:3104: $? = 0
535configure:3118: i686-lfs-linux-gnu-gcc -E conftest.c
536conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
537compilation terminated.
538configure:3118: $? = 1
539configure: failed program was:
540| /* confdefs.h */
541| #define PACKAGE_NAME "GNU C Library"
542| #define PACKAGE_TARNAME "c-library"
543| #define PACKAGE_VERSION "(see version.h)"
544| #define PACKAGE_STRING "GNU C Library (see version.h)"
545| #define PACKAGE_BUGREPORT "glibc"
546| #define PACKAGE_URL "http://www.gnu.org/software/c-library/"
547| /* end confdefs.h. */
548| #include <ac_nonexistent.h>
549configure:3143: result: i686-lfs-linux-gnu-gcc -E
550configure:3163: i686-lfs-linux-gnu-gcc -E conftest.c
551configure:3163: $? = 0
552configure:3177: i686-lfs-linux-gnu-gcc -E conftest.c
553conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
554compilation terminated.
555configure:3177: $? = 1
556configure: failed program was:
557| /* confdefs.h */
558| #define PACKAGE_NAME "GNU C Library"
559| #define PACKAGE_TARNAME "c-library"
560| #define PACKAGE_VERSION "(see version.h)"
561| #define PACKAGE_STRING "GNU C Library (see version.h)"
562| #define PACKAGE_BUGREPORT "glibc"
563| #define PACKAGE_URL "http://www.gnu.org/software/c-library/"
564| /* end confdefs.h. */
565| #include <ac_nonexistent.h>
566configure:3220: checking for i686-lfs-linux-gnu-g++
567configure:3250: result: no
568configure:3220: checking for i686-lfs-linux-gnu-c++
569configure:3250: result: no
570configure:3220: checking for i686-lfs-linux-gnu-gpp
571configure:3250: result: no
572configure:3220: checking for i686-lfs-linux-gnu-aCC
573configure:3250: result: no
574configure:3220: checking for i686-lfs-linux-gnu-CC
575configure:3250: result: no
576configure:3220: checking for i686-lfs-linux-gnu-cxx
577configure:3250: result: no
578configure:3220: checking for i686-lfs-linux-gnu-cc++
579configure:3250: result: no
580configure:3220: checking for i686-lfs-linux-gnu-cl.exe
581configure:3250: result: no
582configure:3220: checking for i686-lfs-linux-gnu-FCC
583configure:3250: result: no
584configure:3220: checking for i686-lfs-linux-gnu-KCC
585configure:3250: result: no
586configure:3220: checking for i686-lfs-linux-gnu-RCC
587configure:3250: result: no
588configure:3220: checking for i686-lfs-linux-gnu-xlC_r
589configure:3250: result: no
590configure:3220: checking for i686-lfs-linux-gnu-xlC
591configure:3250: result: no
592configure:3264: checking for g++
593configure:3280: found /usr/bin/g++
594configure:3291: result: g++
595configure:3307: WARNING: using cross tools not prefixed with host triplet
596configure:3318: checking for C++ compiler version
597configure:3327: g++ --version >&5
598g++ (GCC) 4.3.3
599Copyright (C) 2008 Free Software Foundation, Inc.
600This is free software; see the source for copying conditions. There is NO
601warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
602
603configure:3338: $? = 0
604configure:3327: g++ -v >&5
605Reading specs from /usr/lib/gcc/i486-slackware-linux/4.3.3/specs
606Target: i486-slackware-linux
607Configured with: ../gcc-4.3.3/configure --prefix=/usr --libdir=/usr/lib --enable-shared --enable-bootstrap --enable-languages=ada,c,c++,fortran,java,objc --enable-threads=posix --enable-checking=release --with-system-zlib --disable-libunwind-exceptions --enable-__cxa_atexit --enable-libssp --with-gnu-ld --verbose --with-arch=i486 --target=i486-slackware-linux --build=i486-slackware-linux --host=i486-slackware-linux
608Thread model: posix
609gcc version 4.3.3 (GCC)
610configure:3338: $? = 0
611configure:3327: g++ -V >&5
612g++: '-V' option must have argument
613configure:3338: $? = 1
614configure:3327: g++ -qversion >&5
615g++: unrecognized option '-qversion'
616g++: no input files
617configure:3338: $? = 1
618configure:3342: checking whether we are using the GNU C++ compiler
619configure:3361: g++ -c conftest.cpp >&5
620configure:3361: $? = 0
621configure:3370: result: yes
622configure:3379: checking whether g++ accepts -g
623configure:3399: g++ -c -g conftest.cpp >&5
624configure:3399: $? = 0
625configure:3440: result: yes
626configure:3968: running configure fragment for add-on libidn
627configure:3968: running configure fragment for add-on nptl
628configure:4110: checking for assembler gnu_indirect_function symbol type support
629configure:4126: result: yes
630configure:4129: checking whether .text pseudo-op must be used
631configure:4139: i686-lfs-linux-gnu-gcc -c conftest.s 1>&5
632configure:4142: $? = 0
633configure:4153: result: yes
634configure:4157: checking for assembler global-symbol directive
635configure:4170: i686-lfs-linux-gnu-gcc -c conftest.s 1>&5
636configure:4173: $? = 0
637configure:4181: result: .globl
638configure:4192: checking for assembler .type directive prefix
639configure:4208: i686-lfs-linux-gnu-gcc -c conftest.s 1>&5
640configure:4211: $? = 0
641configure:4219: result: @
642configure:4242: checking sysdep dirs
643configure:4487: result: sysdeps/generic/elf sysdeps/generic
644configure:4564: checking for a BSD-compatible install
645configure:4632: result: /bin/ginstall -c
646configure:4647: checking whether ln -s works
647configure:4651: result: yes
648configure:4775: checking whether /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/as is GNU as
649configure:4789: result: yes
650configure:4794: checking whether /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld is GNU ld
651configure:4808: result: yes
652configure:4818: checking for /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/as
653configure:4845: result: /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/as
654configure:4860: checking version of /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/as
655configure:4870: result: 2.21, ok
656configure:4881: checking for /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld
657configure:4908: result: /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld
658configure:4923: checking version of /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld
659configure:4933: result: 2.21, ok
660configure:4948: checking for pwd
661configure:4966: found /bin/pwd
662configure:4979: result: /bin/pwd
663configure:4997: checking for i686-lfs-linux-gnu-gcc
664configure:5024: result: i686-lfs-linux-gnu-gcc
665configure:5039: checking version of i686-lfs-linux-gnu-gcc
666configure:5049: result: 4.5.2, ok
667configure:5060: checking for gnumake
668configure:5090: result: no
669configure:5060: checking for gmake
670configure:5076: found /usr/bin/gmake
671configure:5087: result: gmake
672configure:5102: checking version of gmake
673configure:5112: result: 3.81, ok
674configure:5124: checking for gnumsgfmt
675configure:5154: result: no
676configure:5124: checking for gmsgfmt
677configure:5154: result: no
678configure:5124: checking for msgfmt
679configure:5140: found /usr/bin/msgfmt
680configure:5151: result: msgfmt
681configure:5166: checking version of msgfmt
682configure:5176: result: 0.17, ok
683configure:5187: checking for makeinfo
684configure:5203: found /usr/bin/makeinfo
685configure:5214: result: makeinfo
686configure:5229: checking version of makeinfo
687configure:5239: result: 4.13, ok
688configure:5250: checking for sed
689configure:5266: found /bin/sed
690configure:5277: result: sed
691configure:5292: checking version of sed
692configure:5302: result: 4.1.5, ok
693configure:5314: checking for autoconf
694configure:5330: found /usr/bin/autoconf
695configure:5341: result: autoconf
696configure:5356: checking whether autoconf works
697configure:5367: result: yes
698configure:5413: checking whether ranlib is necessary
699configure:5434: result: no
700configure:5447: checking LD_LIBRARY_PATH variable
701configure:5457: result: ok
702configure:5466: checking whether GCC supports -static-libgcc
703configure:5477: result: -static-libgcc
704configure:5483: checking for bash
705configure:5501: found /bin/bash
706configure:5514: result: /bin/bash
707configure:5589: checking for gawk
708configure:5605: found /bin/gawk
709configure:5616: result: gawk
710configure:5629: checking for perl
711configure:5647: found /usr/bin/perl
712configure:5660: result: /usr/bin/perl
713configure:5674: checking for install-info
714configure:5693: found /usr/bin/install-info
715configure:5706: result: /usr/bin/install-info
716configure:5716: checking for bison
717configure:5735: found /usr/bin/bison
718configure:5748: result: /usr/bin/bison
719configure:5757: checking for signed size_t type
720configure:5772: result: no
721configure:5781: checking for libc-friendly stddef.h
722configure:5805: i686-lfs-linux-gnu-gcc -c -g -O2 conftest.c >&5
723conftest.c: In function 'main':
724conftest.c:26:38: warning: incompatible implicit declaration of built-in function 'abort'
725configure:5805: $? = 0
726configure:5812: result: yes
727configure:5819: checking whether we need to use -P to assemble .S files
728configure:5829: i686-lfs-linux-gnu-gcc -c conftest.S 1>&5
729configure:5832: $? = 0
730configure:5840: result: no
731configure:5847: checking for .set assembler directive
732configure:5873: result: yes
733configure:5880: checking for assembler gnu_unique_object symbol type
734configure:5897: result: yes
735configure:5904: checking for .symver assembler directive
736configure:5921: result: yes
737configure:5923: checking for ld --version-script
738configure:5949: i686-lfs-linux-gnu-gcc -g -O2 -shared
739 -o conftest.so conftest.o
740 -nostartfiles -nostdlib
741 -Wl,--version-script,conftest.map
742 1>&5
743configure:5952: $? = 0
744configure:5967: result: yes
745configure:5989: checking for .previous assembler directive
746configure:5999: i686-lfs-linux-gnu-gcc -c conftest.s 1>&5
747configure:6002: $? = 0
748configure:6010: result: yes
749configure:6044: checking for .protected and .hidden assembler directive
750configure:6056: i686-lfs-linux-gnu-gcc -c conftest.s 1>&5
751configure:6059: $? = 0
752configure:6067: result: yes
753configure:6071: checking whether __attribute__((visibility())) is supported
754configure:6082: i686-lfs-linux-gnu-gcc -Werror -S conftest.c -o conftest.s 1>&5
755configure:6085: $? = 0
756configure:6096: result: yes
757configure:6104: checking for broken __attribute__((visibility()))
758configure:6116: i686-lfs-linux-gnu-gcc -Werror -S conftest.c -o conftest.s1>&5
759configure:6119: $? = 0
760configure:6128: result: no
761configure:6135: checking for broken __attribute__((alias()))
762configure:6150: i686-lfs-linux-gnu-gcc -Werror -S conftest.c -o conftest.s 1>&5
763configure:6153: $? = 0
764configure:6163: result: no
765configure:6170: checking whether to put _rtld_local into .sdata section
766configure:6184: result: no
767configure:6192: checking for .preinit_array/.init_array/.fini_array support
768configure:6205: i686-lfs-linux-gnu-gcc -g -O2 -o conftest conftest.c
769 -static -nostartfiles -nostdlib 1>&5
770configure:6208: $? = 0
771configure:6221: result: yes
772configure:6226: i686-lfs-linux-gnu-gcc -Wl,--verbose 2>&1|grep SORT_BY_INIT_PRIORITY 1>&5
773configure:6229: $? = 1
774configure:6235: checking for libunwind-support in compiler
775configure:6252: result: no
776configure:6260: checking for -z nodelete option
777configure:6272: i686-lfs-linux-gnu-gcc -g -O2
778 -fPIC -shared -o conftest.so conftest.c
779 -nostartfiles -nostdlib
780 -Wl,--enable-new-dtags,-z,nodelete 1>&5
781configure:6275: $? = 0
782configure:6284: result: yes
783configure:6287: checking for -z nodlopen option
784configure:6299: i686-lfs-linux-gnu-gcc -g -O2
785 -fPIC -shared -o conftest.so conftest.c
786 -nostartfiles -nostdlib
787 -Wl,--enable-new-dtags,-z,nodlopen 1>&5
788configure:6302: $? = 0
789configure:6311: result: yes
790configure:6314: checking for -z initfirst option
791configure:6326: i686-lfs-linux-gnu-gcc -g -O2
792 -fPIC -shared -o conftest.so conftest.c
793 -nostartfiles -nostdlib
794 -Wl,--enable-new-dtags,-z,initfirst 1>&5
795configure:6329: $? = 0
796configure:6338: result: yes
797configure:6343: checking for -z relro option
798configure:6350: i686-lfs-linux-gnu-gcc -v --help 2>&1|grep z relro 1>&5
799 -z relro Create RELRO program header
800configure:6353: $? = 0
801configure:6357: i686-lfs-linux-gnu-gcc -Wl,--verbose 2>&1|grep DATA_SEGMENT_RELRO_END 1>&5
802 . = DATA_SEGMENT_RELRO_END (12, .);
803configure:6360: $? = 0
804configure:6367: result: yes
805configure:6376: checking for -Bgroup option
806configure:6387: i686-lfs-linux-gnu-gcc -g -O2
807 -fPIC -shared -o conftest.so conftest.c
808 -Wl,-Bgroup -nostdlib 1>&5
809configure:6390: $? = 0
810configure:6399: result: yes
811configure:6403: checking for libgcc_s suffix
812configure:6417: result:
813configure:6421: checking for --as-needed option
814configure:6433: i686-lfs-linux-gnu-gcc -g -O2
815 -fPIC -shared -o conftest.so conftest.c
816 -lgcc_s -Wl,--as-needed
817 -nostdlib 1>&5
818/mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld: cannot find -lgcc_s
819collect2: ld returned 1 exit status
820configure:6436: $? = 1
821configure:6445: result: no
822configure:6450: checking whether --noexecstack is desirable for .S files
823configure:6460: i686-lfs-linux-gnu-gcc -g -O2
824 -S -o conftest.s conftest.c 1>&5
825configure:6463: $? = 0
826configure:6468: i686-lfs-linux-gnu-gcc -Wa,--noexecstack
827 -c -o conftest.o conftest.s 1>&5
828configure:6471: $? = 0
829configure:6480: result: yes
830configure:6487: checking for -z combreloc
831configure:6501: i686-lfs-linux-gnu-gcc -g -O2
832 -fPIC -shared -o conftest.so conftest.c
833 -nostdlib -nostartfiles
834 -Wl,-z,combreloc 1>&5
835configure:6504: $? = 0
836configure:6517: result: yes
837configure:6525: checking for -z execstack
838configure:6537: i686-lfs-linux-gnu-gcc -g -O2
839 -fPIC -shared -o conftest.so conftest.c
840 -Wl,-z,execstack -nostdlib
841 1>&5
842configure:6540: $? = 0
843configure:6549: result: yes
844configure:6553: checking for -fpie
845configure:6564: i686-lfs-linux-gnu-gcc -g -O2 -pie -fpie
846 -o conftest conftest.c 1>&5
847/mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld: cannot find Scrt1.o: No such file or directory
848/mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld: cannot find crti.o: No such file or directory
849/mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld: cannot find -lc
850/mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld: cannot find crtn.o: No such file or directory
851collect2: ld returned 1 exit status
852configure:6567: $? = 1
853configure:6576: result: no
854configure:6581: checking for --hash-style option
855configure:6592: i686-lfs-linux-gnu-gcc -g -O2
856 -fPIC -shared -o conftest.so conftest.c
857 -Wl,--hash-style=both -nostdlib 1>&5
858configure:6595: $? = 0
859configure:6604: result: yes
860configure:6609: checking for -fno-toplevel-reorder -fno-section-anchors
861configure:6619: i686-lfs-linux-gnu-gcc -g -O2 -S -fno-toplevel-reorder -fno-section-anchors
862 conftest.c 1>&5
863configure:6622: $? = 0
864configure:6631: result: yes
865configure:6640: checking for -fstack-protector
866configure:6651: i686-lfs-linux-gnu-gcc -g -O2 -Werror -fstack-protector
867 -o conftest conftest.c 1>&5
868/mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld: cannot find crt1.o: No such file or directory
869/mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld: cannot find crti.o: No such file or directory
870/mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld: cannot find -lssp_nonshared
871/mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld: cannot find -lssp
872/mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld: cannot find -lc
873/mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld: cannot find crtn.o: No such file or directory
874collect2: ld returned 1 exit status
875configure:6654: $? = 1
876configure:6663: result: no
877configure:6667: checking for -fgnu89-inline
878configure:6682: i686-lfs-linux-gnu-gcc -g -O2 -S -std=gnu99 -fgnu89-inline
879 -o conftest.s conftest.c 1>&5
880conftest.c:3:1: warning: return type defaults to 'int'
881configure:6685: $? = 0
882configure:6694: result: yes
883configure:6738: checking whether cc puts quotes around section names
884configure:6759: result: no
885configure:6844: checking for assembler .weak directive
886configure:6857: i686-lfs-linux-gnu-gcc -c conftest.s 1>&5
887configure:6860: $? = 0
888configure:6868: result: yes
889configure:6911: checking whether CFI directives are supported
890configure:6930: i686-lfs-linux-gnu-gcc -c conftest.s 1>&5
891configure:6933: $? = 0
892configure:6941: result: yes
893configure:6948: checking for ld --no-whole-archive
894configure:6961: i686-lfs-linux-gnu-gcc -g -O2
895 -nostdlib -nostartfiles -Wl,--no-whole-archive
896 -o conftest conftest.c 1>&5
897configure:6964: $? = 0
898configure:6972: result: yes
899configure:6978: checking for gcc -fexceptions
900configure:6991: i686-lfs-linux-gnu-gcc -g -O2
901 -nostdlib -nostartfiles -fexceptions
902 -o conftest conftest.c 1>&5
903configure:6994: $? = 0
904configure:7002: result: yes
905configure:7042: checking for __builtin_expect
906configure:7057: i686-lfs-linux-gnu-gcc -g -O2 -nostdlib -nostartfiles
907 -o conftest conftest.c -lgcc >&5
908/mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld: warning: cannot find entry symbol _start; defaulting to 08048080
909configure:7060: $? = 0
910configure:7068: result: yes
911configure:7075: checking for __builtin_memset
912configure:7087: i686-lfs-linux-gnu-gcc -O3 -S conftest.c -o - | fgrep memset > /dev/null
913configure:7090: $? = 1
914configure:7099: result: yes
915configure:7106: checking for redirection of built-in functions
916configure:7119: i686-lfs-linux-gnu-gcc -O3 -S conftest.c -o - | fgrep my_strstr > /dev/null
917configure:7122: $? = 0
918configure:7131: result: yes
919configure:7139: checking for __thread
920configure:7148: i686-lfs-linux-gnu-gcc -g -O2 -c conftest.c >&5
921configure:7151: $? = 0
922configure:7159: result: yes
923configure:7170: checking for tls_model attribute
924configure:7179: i686-lfs-linux-gnu-gcc -g -O2 -S -Werror conftest.c >&5
925configure:7182: $? = 0
926configure:7190: result: yes
927configure:7225: checking for libgd
928configure:7245: i686-lfs-linux-gnu-gcc -o conftest -g -O2 conftest.c -lgd -lpng -lz -lm >&5
929conftest.c:27:16: fatal error: gd.h: No such file or directory
930compilation terminated.
931configure:7245: $? = 1
932configure: failed program was:
933| /* confdefs.h */
934| #define PACKAGE_NAME "GNU C Library"
935| #define PACKAGE_TARNAME "c-library"
936| #define PACKAGE_VERSION "(see version.h)"
937| #define PACKAGE_STRING "GNU C Library (see version.h)"
938| #define PACKAGE_BUGREPORT "glibc"
939| #define PACKAGE_URL "http://www.gnu.org/software/c-library/"
940| #define HAVE_LIBIDN 1
941| #define USE_REGPARMS 1
942| #define ASM_GLOBAL_DIRECTIVE .globl
943| #define ASM_TYPE_DIRECTIVE_PREFIX @
944| #define USE_MULTIARCH 1
945| #define HAVE_ASM_SET_DIRECTIVE 1
946| #define HAVE_ASM_UNIQUE_OBJECT 1
947| #define DO_VERSIONING 1
948| #define HAVE_ASM_PREVIOUS_DIRECTIVE 1
949| #define HAVE_Z_COMBRELOC 1
950| #define NO_UNDERSCORES 1
951| #define HAVE_ASM_WEAK_DIRECTIVE 1
952| #define HAVE_ASM_CFI_DIRECTIVES 1
953| #define HAVE_BUILTIN_EXPECT 1
954| #define HAVE_BUILTIN_MEMSET 1
955| #define HAVE_BUILTIN_REDIRECTION 1
956| #define HAVE___THREAD 1
957| #define HAVE_TLS_MODEL_ATTRIBUTE 1
958| /* end confdefs.h. */
959| #include <gd.h>
960| int
961| main ()
962| {
963| gdImagePng (0, 0)
964| ;
965| return 0;
966| }
967configure:7258: result: no
968configure:7267: checking for is_selinux_enabled in -lselinux
969configure:7292: i686-lfs-linux-gnu-gcc -o conftest -g -O2 conftest.c -lselinux >&5
970/mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld: cannot find crt1.o: No such file or directory
971/mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld: cannot find crti.o: No such file or directory
972/mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld: cannot find -lselinux
973/mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld: cannot find -lc
974/mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld: cannot find crtn.o: No such file or directory
975collect2: ld returned 1 exit status
976configure:7292: $? = 1
977configure: failed program was:
978| /* confdefs.h */
979| #define PACKAGE_NAME "GNU C Library"
980| #define PACKAGE_TARNAME "c-library"
981| #define PACKAGE_VERSION "(see version.h)"
982| #define PACKAGE_STRING "GNU C Library (see version.h)"
983| #define PACKAGE_BUGREPORT "glibc"
984| #define PACKAGE_URL "http://www.gnu.org/software/c-library/"
985| #define HAVE_LIBIDN 1
986| #define USE_REGPARMS 1
987| #define ASM_GLOBAL_DIRECTIVE .globl
988| #define ASM_TYPE_DIRECTIVE_PREFIX @
989| #define USE_MULTIARCH 1
990| #define HAVE_ASM_SET_DIRECTIVE 1
991| #define HAVE_ASM_UNIQUE_OBJECT 1
992| #define DO_VERSIONING 1
993| #define HAVE_ASM_PREVIOUS_DIRECTIVE 1
994| #define HAVE_Z_COMBRELOC 1
995| #define NO_UNDERSCORES 1
996| #define HAVE_ASM_WEAK_DIRECTIVE 1
997| #define HAVE_ASM_CFI_DIRECTIVES 1
998| #define HAVE_BUILTIN_EXPECT 1
999| #define HAVE_BUILTIN_MEMSET 1
1000| #define HAVE_BUILTIN_REDIRECTION 1
1001| #define HAVE___THREAD 1
1002| #define HAVE_TLS_MODEL_ATTRIBUTE 1
1003| /* end confdefs.h. */
1004|
1005| /* Override any GCC internal prototype to avoid an error.
1006| Use char because int might match the return type of a GCC
1007| builtin and then its argument prototype would still apply. */
1008| #ifdef __cplusplus
1009| extern "C"
1010| #endif
1011| char is_selinux_enabled ();
1012| int
1013| main ()
1014| {
1015| return is_selinux_enabled ();
1016| ;
1017| return 0;
1018| }
1019configure:7301: result: no
1020configure:7453: checking for grep that handles long lines and -e
1021configure:7511: result: /bin/grep
1022configure:7516: checking for egrep
1023configure:7578: result: /bin/grep -E
1024configure:7583: checking for ANSI C header files
1025configure:7603: i686-lfs-linux-gnu-gcc -c -g -O2 conftest.c >&5
1026conftest.c:27:20: fatal error: stdlib.h: No such file or directory
1027compilation terminated.
1028configure:7603: $? = 1
1029configure: failed program was:
1030| /* confdefs.h */
1031| #define PACKAGE_NAME "GNU C Library"
1032| #define PACKAGE_TARNAME "c-library"
1033| #define PACKAGE_VERSION "(see version.h)"
1034| #define PACKAGE_STRING "GNU C Library (see version.h)"
1035| #define PACKAGE_BUGREPORT "glibc"
1036| #define PACKAGE_URL "http://www.gnu.org/software/c-library/"
1037| #define HAVE_LIBIDN 1
1038| #define USE_REGPARMS 1
1039| #define ASM_GLOBAL_DIRECTIVE .globl
1040| #define ASM_TYPE_DIRECTIVE_PREFIX @
1041| #define USE_MULTIARCH 1
1042| #define HAVE_ASM_SET_DIRECTIVE 1
1043| #define HAVE_ASM_UNIQUE_OBJECT 1
1044| #define DO_VERSIONING 1
1045| #define HAVE_ASM_PREVIOUS_DIRECTIVE 1
1046| #define HAVE_Z_COMBRELOC 1
1047| #define NO_UNDERSCORES 1
1048| #define HAVE_ASM_WEAK_DIRECTIVE 1
1049| #define HAVE_ASM_CFI_DIRECTIVES 1
1050| #define HAVE_BUILTIN_EXPECT 1
1051| #define HAVE_BUILTIN_MEMSET 1
1052| #define HAVE_BUILTIN_REDIRECTION 1
1053| #define HAVE___THREAD 1
1054| #define HAVE_TLS_MODEL_ATTRIBUTE 1
1055| /* end confdefs.h. */
1056| #include <stdlib.h>
1057| #include <stdarg.h>
1058| #include <string.h>
1059| #include <float.h>
1060|
1061| int
1062| main ()
1063| {
1064|
1065| ;
1066| return 0;
1067| }
1068configure:7687: result: no
1069configure:7700: checking for sys/types.h
1070configure:7700: i686-lfs-linux-gnu-gcc -c -g -O2 conftest.c >&5
1071conftest.c:27:19: fatal error: stdio.h: No such file or directory
1072compilation terminated.
1073configure:7700: $? = 1
1074configure: failed program was:
1075| /* confdefs.h */
1076| #define PACKAGE_NAME "GNU C Library"
1077| #define PACKAGE_TARNAME "c-library"
1078| #define PACKAGE_VERSION "(see version.h)"
1079| #define PACKAGE_STRING "GNU C Library (see version.h)"
1080| #define PACKAGE_BUGREPORT "glibc"
1081| #define PACKAGE_URL "http://www.gnu.org/software/c-library/"
1082| #define HAVE_LIBIDN 1
1083| #define USE_REGPARMS 1
1084| #define ASM_GLOBAL_DIRECTIVE .globl
1085| #define ASM_TYPE_DIRECTIVE_PREFIX @
1086| #define USE_MULTIARCH 1
1087| #define HAVE_ASM_SET_DIRECTIVE 1
1088| #define HAVE_ASM_UNIQUE_OBJECT 1
1089| #define DO_VERSIONING 1
1090| #define HAVE_ASM_PREVIOUS_DIRECTIVE 1
1091| #define HAVE_Z_COMBRELOC 1
1092| #define NO_UNDERSCORES 1
1093| #define HAVE_ASM_WEAK_DIRECTIVE 1
1094| #define HAVE_ASM_CFI_DIRECTIVES 1
1095| #define HAVE_BUILTIN_EXPECT 1
1096| #define HAVE_BUILTIN_MEMSET 1
1097| #define HAVE_BUILTIN_REDIRECTION 1
1098| #define HAVE___THREAD 1
1099| #define HAVE_TLS_MODEL_ATTRIBUTE 1
1100| /* end confdefs.h. */
1101| #include <stdio.h>
1102| #ifdef HAVE_SYS_TYPES_H
1103| # include <sys/types.h>
1104| #endif
1105| #ifdef HAVE_SYS_STAT_H
1106| # include <sys/stat.h>
1107| #endif
1108| #ifdef STDC_HEADERS
1109| # include <stdlib.h>
1110| # include <stddef.h>
1111| #else
1112| # ifdef HAVE_STDLIB_H
1113| # include <stdlib.h>
1114| # endif
1115| #endif
1116| #ifdef HAVE_STRING_H
1117| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1118| # include <memory.h>
1119| # endif
1120| # include <string.h>
1121| #endif
1122| #ifdef HAVE_STRINGS_H
1123| # include <strings.h>
1124| #endif
1125| #ifdef HAVE_INTTYPES_H
1126| # include <inttypes.h>
1127| #endif
1128| #ifdef HAVE_STDINT_H
1129| # include <stdint.h>
1130| #endif
1131| #ifdef HAVE_UNISTD_H
1132| # include <unistd.h>
1133| #endif
1134|
1135| #include <sys/types.h>
1136configure:7700: result: no
1137configure:7700: checking for sys/stat.h
1138configure:7700: i686-lfs-linux-gnu-gcc -c -g -O2 conftest.c >&5
1139conftest.c:27:19: fatal error: stdio.h: No such file or directory
1140compilation terminated.
1141configure:7700: $? = 1
1142configure: failed program was:
1143| /* confdefs.h */
1144| #define PACKAGE_NAME "GNU C Library"
1145| #define PACKAGE_TARNAME "c-library"
1146| #define PACKAGE_VERSION "(see version.h)"
1147| #define PACKAGE_STRING "GNU C Library (see version.h)"
1148| #define PACKAGE_BUGREPORT "glibc"
1149| #define PACKAGE_URL "http://www.gnu.org/software/c-library/"
1150| #define HAVE_LIBIDN 1
1151| #define USE_REGPARMS 1
1152| #define ASM_GLOBAL_DIRECTIVE .globl
1153| #define ASM_TYPE_DIRECTIVE_PREFIX @
1154| #define USE_MULTIARCH 1
1155| #define HAVE_ASM_SET_DIRECTIVE 1
1156| #define HAVE_ASM_UNIQUE_OBJECT 1
1157| #define DO_VERSIONING 1
1158| #define HAVE_ASM_PREVIOUS_DIRECTIVE 1
1159| #define HAVE_Z_COMBRELOC 1
1160| #define NO_UNDERSCORES 1
1161| #define HAVE_ASM_WEAK_DIRECTIVE 1
1162| #define HAVE_ASM_CFI_DIRECTIVES 1
1163| #define HAVE_BUILTIN_EXPECT 1
1164| #define HAVE_BUILTIN_MEMSET 1
1165| #define HAVE_BUILTIN_REDIRECTION 1
1166| #define HAVE___THREAD 1
1167| #define HAVE_TLS_MODEL_ATTRIBUTE 1
1168| /* end confdefs.h. */
1169| #include <stdio.h>
1170| #ifdef HAVE_SYS_TYPES_H
1171| # include <sys/types.h>
1172| #endif
1173| #ifdef HAVE_SYS_STAT_H
1174| # include <sys/stat.h>
1175| #endif
1176| #ifdef STDC_HEADERS
1177| # include <stdlib.h>
1178| # include <stddef.h>
1179| #else
1180| # ifdef HAVE_STDLIB_H
1181| # include <stdlib.h>
1182| # endif
1183| #endif
1184| #ifdef HAVE_STRING_H
1185| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1186| # include <memory.h>
1187| # endif
1188| # include <string.h>
1189| #endif
1190| #ifdef HAVE_STRINGS_H
1191| # include <strings.h>
1192| #endif
1193| #ifdef HAVE_INTTYPES_H
1194| # include <inttypes.h>
1195| #endif
1196| #ifdef HAVE_STDINT_H
1197| # include <stdint.h>
1198| #endif
1199| #ifdef HAVE_UNISTD_H
1200| # include <unistd.h>
1201| #endif
1202|
1203| #include <sys/stat.h>
1204configure:7700: result: no
1205configure:7700: checking for stdlib.h
1206configure:7700: i686-lfs-linux-gnu-gcc -c -g -O2 conftest.c >&5
1207conftest.c:27:19: fatal error: stdio.h: No such file or directory
1208compilation terminated.
1209configure:7700: $? = 1
1210configure: failed program was:
1211| /* confdefs.h */
1212| #define PACKAGE_NAME "GNU C Library"
1213| #define PACKAGE_TARNAME "c-library"
1214| #define PACKAGE_VERSION "(see version.h)"
1215| #define PACKAGE_STRING "GNU C Library (see version.h)"
1216| #define PACKAGE_BUGREPORT "glibc"
1217| #define PACKAGE_URL "http://www.gnu.org/software/c-library/"
1218| #define HAVE_LIBIDN 1
1219| #define USE_REGPARMS 1
1220| #define ASM_GLOBAL_DIRECTIVE .globl
1221| #define ASM_TYPE_DIRECTIVE_PREFIX @
1222| #define USE_MULTIARCH 1
1223| #define HAVE_ASM_SET_DIRECTIVE 1
1224| #define HAVE_ASM_UNIQUE_OBJECT 1
1225| #define DO_VERSIONING 1
1226| #define HAVE_ASM_PREVIOUS_DIRECTIVE 1
1227| #define HAVE_Z_COMBRELOC 1
1228| #define NO_UNDERSCORES 1
1229| #define HAVE_ASM_WEAK_DIRECTIVE 1
1230| #define HAVE_ASM_CFI_DIRECTIVES 1
1231| #define HAVE_BUILTIN_EXPECT 1
1232| #define HAVE_BUILTIN_MEMSET 1
1233| #define HAVE_BUILTIN_REDIRECTION 1
1234| #define HAVE___THREAD 1
1235| #define HAVE_TLS_MODEL_ATTRIBUTE 1
1236| /* end confdefs.h. */
1237| #include <stdio.h>
1238| #ifdef HAVE_SYS_TYPES_H
1239| # include <sys/types.h>
1240| #endif
1241| #ifdef HAVE_SYS_STAT_H
1242| # include <sys/stat.h>
1243| #endif
1244| #ifdef STDC_HEADERS
1245| # include <stdlib.h>
1246| # include <stddef.h>
1247| #else
1248| # ifdef HAVE_STDLIB_H
1249| # include <stdlib.h>
1250| # endif
1251| #endif
1252| #ifdef HAVE_STRING_H
1253| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1254| # include <memory.h>
1255| # endif
1256| # include <string.h>
1257| #endif
1258| #ifdef HAVE_STRINGS_H
1259| # include <strings.h>
1260| #endif
1261| #ifdef HAVE_INTTYPES_H
1262| # include <inttypes.h>
1263| #endif
1264| #ifdef HAVE_STDINT_H
1265| # include <stdint.h>
1266| #endif
1267| #ifdef HAVE_UNISTD_H
1268| # include <unistd.h>
1269| #endif
1270|
1271| #include <stdlib.h>
1272configure:7700: result: no
1273configure:7700: checking for string.h
1274configure:7700: i686-lfs-linux-gnu-gcc -c -g -O2 conftest.c >&5
1275conftest.c:27:19: fatal error: stdio.h: No such file or directory
1276compilation terminated.
1277configure:7700: $? = 1
1278configure: failed program was:
1279| /* confdefs.h */
1280| #define PACKAGE_NAME "GNU C Library"
1281| #define PACKAGE_TARNAME "c-library"
1282| #define PACKAGE_VERSION "(see version.h)"
1283| #define PACKAGE_STRING "GNU C Library (see version.h)"
1284| #define PACKAGE_BUGREPORT "glibc"
1285| #define PACKAGE_URL "http://www.gnu.org/software/c-library/"
1286| #define HAVE_LIBIDN 1
1287| #define USE_REGPARMS 1
1288| #define ASM_GLOBAL_DIRECTIVE .globl
1289| #define ASM_TYPE_DIRECTIVE_PREFIX @
1290| #define USE_MULTIARCH 1
1291| #define HAVE_ASM_SET_DIRECTIVE 1
1292| #define HAVE_ASM_UNIQUE_OBJECT 1
1293| #define DO_VERSIONING 1
1294| #define HAVE_ASM_PREVIOUS_DIRECTIVE 1
1295| #define HAVE_Z_COMBRELOC 1
1296| #define NO_UNDERSCORES 1
1297| #define HAVE_ASM_WEAK_DIRECTIVE 1
1298| #define HAVE_ASM_CFI_DIRECTIVES 1
1299| #define HAVE_BUILTIN_EXPECT 1
1300| #define HAVE_BUILTIN_MEMSET 1
1301| #define HAVE_BUILTIN_REDIRECTION 1
1302| #define HAVE___THREAD 1
1303| #define HAVE_TLS_MODEL_ATTRIBUTE 1
1304| /* end confdefs.h. */
1305| #include <stdio.h>
1306| #ifdef HAVE_SYS_TYPES_H
1307| # include <sys/types.h>
1308| #endif
1309| #ifdef HAVE_SYS_STAT_H
1310| # include <sys/stat.h>
1311| #endif
1312| #ifdef STDC_HEADERS
1313| # include <stdlib.h>
1314| # include <stddef.h>
1315| #else
1316| # ifdef HAVE_STDLIB_H
1317| # include <stdlib.h>
1318| # endif
1319| #endif
1320| #ifdef HAVE_STRING_H
1321| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1322| # include <memory.h>
1323| # endif
1324| # include <string.h>
1325| #endif
1326| #ifdef HAVE_STRINGS_H
1327| # include <strings.h>
1328| #endif
1329| #ifdef HAVE_INTTYPES_H
1330| # include <inttypes.h>
1331| #endif
1332| #ifdef HAVE_STDINT_H
1333| # include <stdint.h>
1334| #endif
1335| #ifdef HAVE_UNISTD_H
1336| # include <unistd.h>
1337| #endif
1338|
1339| #include <string.h>
1340configure:7700: result: no
1341configure:7700: checking for memory.h
1342configure:7700: i686-lfs-linux-gnu-gcc -c -g -O2 conftest.c >&5
1343conftest.c:27:19: fatal error: stdio.h: No such file or directory
1344compilation terminated.
1345configure:7700: $? = 1
1346configure: failed program was:
1347| /* confdefs.h */
1348| #define PACKAGE_NAME "GNU C Library"
1349| #define PACKAGE_TARNAME "c-library"
1350| #define PACKAGE_VERSION "(see version.h)"
1351| #define PACKAGE_STRING "GNU C Library (see version.h)"
1352| #define PACKAGE_BUGREPORT "glibc"
1353| #define PACKAGE_URL "http://www.gnu.org/software/c-library/"
1354| #define HAVE_LIBIDN 1
1355| #define USE_REGPARMS 1
1356| #define ASM_GLOBAL_DIRECTIVE .globl
1357| #define ASM_TYPE_DIRECTIVE_PREFIX @
1358| #define USE_MULTIARCH 1
1359| #define HAVE_ASM_SET_DIRECTIVE 1
1360| #define HAVE_ASM_UNIQUE_OBJECT 1
1361| #define DO_VERSIONING 1
1362| #define HAVE_ASM_PREVIOUS_DIRECTIVE 1
1363| #define HAVE_Z_COMBRELOC 1
1364| #define NO_UNDERSCORES 1
1365| #define HAVE_ASM_WEAK_DIRECTIVE 1
1366| #define HAVE_ASM_CFI_DIRECTIVES 1
1367| #define HAVE_BUILTIN_EXPECT 1
1368| #define HAVE_BUILTIN_MEMSET 1
1369| #define HAVE_BUILTIN_REDIRECTION 1
1370| #define HAVE___THREAD 1
1371| #define HAVE_TLS_MODEL_ATTRIBUTE 1
1372| /* end confdefs.h. */
1373| #include <stdio.h>
1374| #ifdef HAVE_SYS_TYPES_H
1375| # include <sys/types.h>
1376| #endif
1377| #ifdef HAVE_SYS_STAT_H
1378| # include <sys/stat.h>
1379| #endif
1380| #ifdef STDC_HEADERS
1381| # include <stdlib.h>
1382| # include <stddef.h>
1383| #else
1384| # ifdef HAVE_STDLIB_H
1385| # include <stdlib.h>
1386| # endif
1387| #endif
1388| #ifdef HAVE_STRING_H
1389| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1390| # include <memory.h>
1391| # endif
1392| # include <string.h>
1393| #endif
1394| #ifdef HAVE_STRINGS_H
1395| # include <strings.h>
1396| #endif
1397| #ifdef HAVE_INTTYPES_H
1398| # include <inttypes.h>
1399| #endif
1400| #ifdef HAVE_STDINT_H
1401| # include <stdint.h>
1402| #endif
1403| #ifdef HAVE_UNISTD_H
1404| # include <unistd.h>
1405| #endif
1406|
1407| #include <memory.h>
1408configure:7700: result: no
1409configure:7700: checking for strings.h
1410configure:7700: i686-lfs-linux-gnu-gcc -c -g -O2 conftest.c >&5
1411conftest.c:27:19: fatal error: stdio.h: No such file or directory
1412compilation terminated.
1413configure:7700: $? = 1
1414configure: failed program was:
1415| /* confdefs.h */
1416| #define PACKAGE_NAME "GNU C Library"
1417| #define PACKAGE_TARNAME "c-library"
1418| #define PACKAGE_VERSION "(see version.h)"
1419| #define PACKAGE_STRING "GNU C Library (see version.h)"
1420| #define PACKAGE_BUGREPORT "glibc"
1421| #define PACKAGE_URL "http://www.gnu.org/software/c-library/"
1422| #define HAVE_LIBIDN 1
1423| #define USE_REGPARMS 1
1424| #define ASM_GLOBAL_DIRECTIVE .globl
1425| #define ASM_TYPE_DIRECTIVE_PREFIX @
1426| #define USE_MULTIARCH 1
1427| #define HAVE_ASM_SET_DIRECTIVE 1
1428| #define HAVE_ASM_UNIQUE_OBJECT 1
1429| #define DO_VERSIONING 1
1430| #define HAVE_ASM_PREVIOUS_DIRECTIVE 1
1431| #define HAVE_Z_COMBRELOC 1
1432| #define NO_UNDERSCORES 1
1433| #define HAVE_ASM_WEAK_DIRECTIVE 1
1434| #define HAVE_ASM_CFI_DIRECTIVES 1
1435| #define HAVE_BUILTIN_EXPECT 1
1436| #define HAVE_BUILTIN_MEMSET 1
1437| #define HAVE_BUILTIN_REDIRECTION 1
1438| #define HAVE___THREAD 1
1439| #define HAVE_TLS_MODEL_ATTRIBUTE 1
1440| /* end confdefs.h. */
1441| #include <stdio.h>
1442| #ifdef HAVE_SYS_TYPES_H
1443| # include <sys/types.h>
1444| #endif
1445| #ifdef HAVE_SYS_STAT_H
1446| # include <sys/stat.h>
1447| #endif
1448| #ifdef STDC_HEADERS
1449| # include <stdlib.h>
1450| # include <stddef.h>
1451| #else
1452| # ifdef HAVE_STDLIB_H
1453| # include <stdlib.h>
1454| # endif
1455| #endif
1456| #ifdef HAVE_STRING_H
1457| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1458| # include <memory.h>
1459| # endif
1460| # include <string.h>
1461| #endif
1462| #ifdef HAVE_STRINGS_H
1463| # include <strings.h>
1464| #endif
1465| #ifdef HAVE_INTTYPES_H
1466| # include <inttypes.h>
1467| #endif
1468| #ifdef HAVE_STDINT_H
1469| # include <stdint.h>
1470| #endif
1471| #ifdef HAVE_UNISTD_H
1472| # include <unistd.h>
1473| #endif
1474|
1475| #include <strings.h>
1476configure:7700: result: no
1477configure:7700: checking for inttypes.h
1478configure:7700: i686-lfs-linux-gnu-gcc -c -g -O2 conftest.c >&5
1479conftest.c:27:19: fatal error: stdio.h: No such file or directory
1480compilation terminated.
1481configure:7700: $? = 1
1482configure: failed program was:
1483| /* confdefs.h */
1484| #define PACKAGE_NAME "GNU C Library"
1485| #define PACKAGE_TARNAME "c-library"
1486| #define PACKAGE_VERSION "(see version.h)"
1487| #define PACKAGE_STRING "GNU C Library (see version.h)"
1488| #define PACKAGE_BUGREPORT "glibc"
1489| #define PACKAGE_URL "http://www.gnu.org/software/c-library/"
1490| #define HAVE_LIBIDN 1
1491| #define USE_REGPARMS 1
1492| #define ASM_GLOBAL_DIRECTIVE .globl
1493| #define ASM_TYPE_DIRECTIVE_PREFIX @
1494| #define USE_MULTIARCH 1
1495| #define HAVE_ASM_SET_DIRECTIVE 1
1496| #define HAVE_ASM_UNIQUE_OBJECT 1
1497| #define DO_VERSIONING 1
1498| #define HAVE_ASM_PREVIOUS_DIRECTIVE 1
1499| #define HAVE_Z_COMBRELOC 1
1500| #define NO_UNDERSCORES 1
1501| #define HAVE_ASM_WEAK_DIRECTIVE 1
1502| #define HAVE_ASM_CFI_DIRECTIVES 1
1503| #define HAVE_BUILTIN_EXPECT 1
1504| #define HAVE_BUILTIN_MEMSET 1
1505| #define HAVE_BUILTIN_REDIRECTION 1
1506| #define HAVE___THREAD 1
1507| #define HAVE_TLS_MODEL_ATTRIBUTE 1
1508| /* end confdefs.h. */
1509| #include <stdio.h>
1510| #ifdef HAVE_SYS_TYPES_H
1511| # include <sys/types.h>
1512| #endif
1513| #ifdef HAVE_SYS_STAT_H
1514| # include <sys/stat.h>
1515| #endif
1516| #ifdef STDC_HEADERS
1517| # include <stdlib.h>
1518| # include <stddef.h>
1519| #else
1520| # ifdef HAVE_STDLIB_H
1521| # include <stdlib.h>
1522| # endif
1523| #endif
1524| #ifdef HAVE_STRING_H
1525| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1526| # include <memory.h>
1527| # endif
1528| # include <string.h>
1529| #endif
1530| #ifdef HAVE_STRINGS_H
1531| # include <strings.h>
1532| #endif
1533| #ifdef HAVE_INTTYPES_H
1534| # include <inttypes.h>
1535| #endif
1536| #ifdef HAVE_STDINT_H
1537| # include <stdint.h>
1538| #endif
1539| #ifdef HAVE_UNISTD_H
1540| # include <unistd.h>
1541| #endif
1542|
1543| #include <inttypes.h>
1544configure:7700: result: no
1545configure:7700: checking for stdint.h
1546configure:7700: i686-lfs-linux-gnu-gcc -c -g -O2 conftest.c >&5
1547conftest.c:27:19: fatal error: stdio.h: No such file or directory
1548compilation terminated.
1549configure:7700: $? = 1
1550configure: failed program was:
1551| /* confdefs.h */
1552| #define PACKAGE_NAME "GNU C Library"
1553| #define PACKAGE_TARNAME "c-library"
1554| #define PACKAGE_VERSION "(see version.h)"
1555| #define PACKAGE_STRING "GNU C Library (see version.h)"
1556| #define PACKAGE_BUGREPORT "glibc"
1557| #define PACKAGE_URL "http://www.gnu.org/software/c-library/"
1558| #define HAVE_LIBIDN 1
1559| #define USE_REGPARMS 1
1560| #define ASM_GLOBAL_DIRECTIVE .globl
1561| #define ASM_TYPE_DIRECTIVE_PREFIX @
1562| #define USE_MULTIARCH 1
1563| #define HAVE_ASM_SET_DIRECTIVE 1
1564| #define HAVE_ASM_UNIQUE_OBJECT 1
1565| #define DO_VERSIONING 1
1566| #define HAVE_ASM_PREVIOUS_DIRECTIVE 1
1567| #define HAVE_Z_COMBRELOC 1
1568| #define NO_UNDERSCORES 1
1569| #define HAVE_ASM_WEAK_DIRECTIVE 1
1570| #define HAVE_ASM_CFI_DIRECTIVES 1
1571| #define HAVE_BUILTIN_EXPECT 1
1572| #define HAVE_BUILTIN_MEMSET 1
1573| #define HAVE_BUILTIN_REDIRECTION 1
1574| #define HAVE___THREAD 1
1575| #define HAVE_TLS_MODEL_ATTRIBUTE 1
1576| /* end confdefs.h. */
1577| #include <stdio.h>
1578| #ifdef HAVE_SYS_TYPES_H
1579| # include <sys/types.h>
1580| #endif
1581| #ifdef HAVE_SYS_STAT_H
1582| # include <sys/stat.h>
1583| #endif
1584| #ifdef STDC_HEADERS
1585| # include <stdlib.h>
1586| # include <stddef.h>
1587| #else
1588| # ifdef HAVE_STDLIB_H
1589| # include <stdlib.h>
1590| # endif
1591| #endif
1592| #ifdef HAVE_STRING_H
1593| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1594| # include <memory.h>
1595| # endif
1596| # include <string.h>
1597| #endif
1598| #ifdef HAVE_STRINGS_H
1599| # include <strings.h>
1600| #endif
1601| #ifdef HAVE_INTTYPES_H
1602| # include <inttypes.h>
1603| #endif
1604| #ifdef HAVE_STDINT_H
1605| # include <stdint.h>
1606| #endif
1607| #ifdef HAVE_UNISTD_H
1608| # include <unistd.h>
1609| #endif
1610|
1611| #include <stdint.h>
1612configure:7700: result: no
1613configure:7700: checking for unistd.h
1614configure:7700: i686-lfs-linux-gnu-gcc -c -g -O2 conftest.c >&5
1615conftest.c:27:19: fatal error: stdio.h: No such file or directory
1616compilation terminated.
1617configure:7700: $? = 1
1618configure: failed program was:
1619| /* confdefs.h */
1620| #define PACKAGE_NAME "GNU C Library"
1621| #define PACKAGE_TARNAME "c-library"
1622| #define PACKAGE_VERSION "(see version.h)"
1623| #define PACKAGE_STRING "GNU C Library (see version.h)"
1624| #define PACKAGE_BUGREPORT "glibc"
1625| #define PACKAGE_URL "http://www.gnu.org/software/c-library/"
1626| #define HAVE_LIBIDN 1
1627| #define USE_REGPARMS 1
1628| #define ASM_GLOBAL_DIRECTIVE .globl
1629| #define ASM_TYPE_DIRECTIVE_PREFIX @
1630| #define USE_MULTIARCH 1
1631| #define HAVE_ASM_SET_DIRECTIVE 1
1632| #define HAVE_ASM_UNIQUE_OBJECT 1
1633| #define DO_VERSIONING 1
1634| #define HAVE_ASM_PREVIOUS_DIRECTIVE 1
1635| #define HAVE_Z_COMBRELOC 1
1636| #define NO_UNDERSCORES 1
1637| #define HAVE_ASM_WEAK_DIRECTIVE 1
1638| #define HAVE_ASM_CFI_DIRECTIVES 1
1639| #define HAVE_BUILTIN_EXPECT 1
1640| #define HAVE_BUILTIN_MEMSET 1
1641| #define HAVE_BUILTIN_REDIRECTION 1
1642| #define HAVE___THREAD 1
1643| #define HAVE_TLS_MODEL_ATTRIBUTE 1
1644| /* end confdefs.h. */
1645| #include <stdio.h>
1646| #ifdef HAVE_SYS_TYPES_H
1647| # include <sys/types.h>
1648| #endif
1649| #ifdef HAVE_SYS_STAT_H
1650| # include <sys/stat.h>
1651| #endif
1652| #ifdef STDC_HEADERS
1653| # include <stdlib.h>
1654| # include <stddef.h>
1655| #else
1656| # ifdef HAVE_STDLIB_H
1657| # include <stdlib.h>
1658| # endif
1659| #endif
1660| #ifdef HAVE_STRING_H
1661| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1662| # include <memory.h>
1663| # endif
1664| # include <string.h>
1665| #endif
1666| #ifdef HAVE_STRINGS_H
1667| # include <strings.h>
1668| #endif
1669| #ifdef HAVE_INTTYPES_H
1670| # include <inttypes.h>
1671| #endif
1672| #ifdef HAVE_STDINT_H
1673| # include <stdint.h>
1674| #endif
1675| #ifdef HAVE_UNISTD_H
1676| # include <unistd.h>
1677| #endif
1678|
1679| #include <unistd.h>
1680configure:7700: result: no
1681configure:7716: checking size of long double
1682configure:7721: i686-lfs-linux-gnu-gcc -c -g -O2 conftest.c >&5
1683conftest.c:27:19: fatal error: stdio.h: No such file or directory
1684compilation terminated.
1685configure:7721: $? = 1
1686configure: failed program was:
1687| /* confdefs.h */
1688| #define PACKAGE_NAME "GNU C Library"
1689| #define PACKAGE_TARNAME "c-library"
1690| #define PACKAGE_VERSION "(see version.h)"
1691| #define PACKAGE_STRING "GNU C Library (see version.h)"
1692| #define PACKAGE_BUGREPORT "glibc"
1693| #define PACKAGE_URL "http://www.gnu.org/software/c-library/"
1694| #define HAVE_LIBIDN 1
1695| #define USE_REGPARMS 1
1696| #define ASM_GLOBAL_DIRECTIVE .globl
1697| #define ASM_TYPE_DIRECTIVE_PREFIX @
1698| #define USE_MULTIARCH 1
1699| #define HAVE_ASM_SET_DIRECTIVE 1
1700| #define HAVE_ASM_UNIQUE_OBJECT 1
1701| #define DO_VERSIONING 1
1702| #define HAVE_ASM_PREVIOUS_DIRECTIVE 1
1703| #define HAVE_Z_COMBRELOC 1
1704| #define NO_UNDERSCORES 1
1705| #define HAVE_ASM_WEAK_DIRECTIVE 1
1706| #define HAVE_ASM_CFI_DIRECTIVES 1
1707| #define HAVE_BUILTIN_EXPECT 1
1708| #define HAVE_BUILTIN_MEMSET 1
1709| #define HAVE_BUILTIN_REDIRECTION 1
1710| #define HAVE___THREAD 1
1711| #define HAVE_TLS_MODEL_ATTRIBUTE 1
1712| /* end confdefs.h. */
1713| #include <stdio.h>
1714| #ifdef HAVE_SYS_TYPES_H
1715| # include <sys/types.h>
1716| #endif
1717| #ifdef HAVE_SYS_STAT_H
1718| # include <sys/stat.h>
1719| #endif
1720| #ifdef STDC_HEADERS
1721| # include <stdlib.h>
1722| # include <stddef.h>
1723| #else
1724| # ifdef HAVE_STDLIB_H
1725| # include <stdlib.h>
1726| # endif
1727| #endif
1728| #ifdef HAVE_STRING_H
1729| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1730| # include <memory.h>
1731| # endif
1732| # include <string.h>
1733| #endif
1734| #ifdef HAVE_STRINGS_H
1735| # include <strings.h>
1736| #endif
1737| #ifdef HAVE_INTTYPES_H
1738| # include <inttypes.h>
1739| #endif
1740| #ifdef HAVE_STDINT_H
1741| # include <stdint.h>
1742| #endif
1743| #ifdef HAVE_UNISTD_H
1744| # include <unistd.h>
1745| #endif
1746| int
1747| main ()
1748| {
1749| static int test_array [1 - 2 * !(((long int) (sizeof (long double))) >= 0)];
1750| test_array [0] = 0
1751|
1752| ;
1753| return 0;
1754| }
1755configure:7721: i686-lfs-linux-gnu-gcc -c -g -O2 conftest.c >&5
1756conftest.c:27:19: fatal error: stdio.h: No such file or directory
1757compilation terminated.
1758configure:7721: $? = 1
1759configure: failed program was:
1760| /* confdefs.h */
1761| #define PACKAGE_NAME "GNU C Library"
1762| #define PACKAGE_TARNAME "c-library"
1763| #define PACKAGE_VERSION "(see version.h)"
1764| #define PACKAGE_STRING "GNU C Library (see version.h)"
1765| #define PACKAGE_BUGREPORT "glibc"
1766| #define PACKAGE_URL "http://www.gnu.org/software/c-library/"
1767| #define HAVE_LIBIDN 1
1768| #define USE_REGPARMS 1
1769| #define ASM_GLOBAL_DIRECTIVE .globl
1770| #define ASM_TYPE_DIRECTIVE_PREFIX @
1771| #define USE_MULTIARCH 1
1772| #define HAVE_ASM_SET_DIRECTIVE 1
1773| #define HAVE_ASM_UNIQUE_OBJECT 1
1774| #define DO_VERSIONING 1
1775| #define HAVE_ASM_PREVIOUS_DIRECTIVE 1
1776| #define HAVE_Z_COMBRELOC 1
1777| #define NO_UNDERSCORES 1
1778| #define HAVE_ASM_WEAK_DIRECTIVE 1
1779| #define HAVE_ASM_CFI_DIRECTIVES 1
1780| #define HAVE_BUILTIN_EXPECT 1
1781| #define HAVE_BUILTIN_MEMSET 1
1782| #define HAVE_BUILTIN_REDIRECTION 1
1783| #define HAVE___THREAD 1
1784| #define HAVE_TLS_MODEL_ATTRIBUTE 1
1785| /* end confdefs.h. */
1786| #include <stdio.h>
1787| #ifdef HAVE_SYS_TYPES_H
1788| # include <sys/types.h>
1789| #endif
1790| #ifdef HAVE_SYS_STAT_H
1791| # include <sys/stat.h>
1792| #endif
1793| #ifdef STDC_HEADERS
1794| # include <stdlib.h>
1795| # include <stddef.h>
1796| #else
1797| # ifdef HAVE_STDLIB_H
1798| # include <stdlib.h>
1799| # endif
1800| #endif
1801| #ifdef HAVE_STRING_H
1802| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1803| # include <memory.h>
1804| # endif
1805| # include <string.h>
1806| #endif
1807| #ifdef HAVE_STRINGS_H
1808| # include <strings.h>
1809| #endif
1810| #ifdef HAVE_INTTYPES_H
1811| # include <inttypes.h>
1812| #endif
1813| #ifdef HAVE_STDINT_H
1814| # include <stdint.h>
1815| #endif
1816| #ifdef HAVE_UNISTD_H
1817| # include <unistd.h>
1818| #endif
1819| int
1820| main ()
1821| {
1822| static int test_array [1 - 2 * !(((long int) (sizeof (long double))) < 0)];
1823| test_array [0] = 0
1824|
1825| ;
1826| return 0;
1827| }
1828configure:7735: result: 0
1829configure:7766: result: running configure fragment for sysdeps/i386/elf
1830configure:7: checking for i386 TLS support
1831configure:29: i686-lfs-linux-gnu-gcc -c -g -O2 conftest.s 1>&5
1832configure:32: $? = 0
1833configure:40: result: yes
1834configure:7766: result: running configure fragment for nptl/sysdeps/pthread
1835configure:27: checking for forced unwind support
1836configure:83: result: yes
1837configure:92: checking for C cleanup handling
1838configure:149: result: yes
1839configure:7766: result: running configure fragment for sysdeps/pthread
1840configure:7766: result: running configure fragment for sysdeps/unix/sysv/linux
1841configure:14: checking for grep that handles long lines and -e
1842configure:74: result: /bin/grep
1843configure:79: checking for egrep
1844configure:143: result: /bin/grep -E
1845configure:148: checking installed Linux kernel header files
1846configure:173: result: 2.0.10 or later
1847configure:277: checking for kernel header at least 2.6.37
1848configure:300: result: ok
1849configure:7766: result: running configure fragment for sysdeps/i386
1850configure:42: checking for grep that handles long lines and -e
1851configure:102: result: /bin/grep
1852configure:107: checking for egrep
1853configure:171: result: /bin/grep -E
1854configure:176: checking for ANSI C header files
1855configure:344: result: no
1856configure:368: checking for sys/types.h
1857configure:413: result: no
1858configure:368: checking for sys/stat.h
1859configure:413: result: no
1860configure:368: checking for stdlib.h
1861configure:413: result: no
1862configure:368: checking for string.h
1863configure:413: result: no
1864configure:368: checking for memory.h
1865configure:413: result: no
1866configure:368: checking for strings.h
1867configure:413: result: no
1868configure:368: checking for inttypes.h
1869configure:413: result: no
1870configure:368: checking for stdint.h
1871configure:413: result: no
1872configure:368: checking for unistd.h
1873configure:413: result: no
1874configure:437: checking cpuid.h usability
1875configure:454: i686-lfs-linux-gnu-gcc -c -g -O2 conftest.c >&5
1876conftest.c:35:19: fatal error: stdio.h: No such file or directory
1877compilation terminated.
1878configure:461: $? = 1
1879configure: failed program was:
1880| /* confdefs.h. */
1881| /* confdefs.h */
1882| #define PACKAGE_NAME "GNU C Library"
1883| #define PACKAGE_TARNAME "c-library"
1884| #define PACKAGE_VERSION "(see version.h)"
1885| #define PACKAGE_STRING "GNU C Library (see version.h)"
1886| #define PACKAGE_BUGREPORT "glibc"
1887| #define PACKAGE_URL "http://www.gnu.org/software/c-library/"
1888| #define HAVE_LIBIDN 1
1889| #define USE_REGPARMS 1
1890| #define ASM_GLOBAL_DIRECTIVE .globl
1891| #define ASM_TYPE_DIRECTIVE_PREFIX @
1892| #define USE_MULTIARCH 1
1893| #define HAVE_ASM_SET_DIRECTIVE 1
1894| #define HAVE_ASM_UNIQUE_OBJECT 1
1895| #define DO_VERSIONING 1
1896| #define HAVE_ASM_PREVIOUS_DIRECTIVE 1
1897| #define HAVE_Z_COMBRELOC 1
1898| #define NO_UNDERSCORES 1
1899| #define HAVE_ASM_WEAK_DIRECTIVE 1
1900| #define HAVE_ASM_CFI_DIRECTIVES 1
1901| #define HAVE_BUILTIN_EXPECT 1
1902| #define HAVE_BUILTIN_MEMSET 1
1903| #define HAVE_BUILTIN_REDIRECTION 1
1904| #define HAVE___THREAD 1
1905| #define HAVE_TLS_MODEL_ATTRIBUTE 1
1906| #define SIZEOF_LONG_DOUBLE 0
1907| #define HAVE_TLS_SUPPORT 1
1908| #define PI_STATIC_AND_HIDDEN 1
1909| #define HAVE_FORCED_UNWIND 1
1910| #define __LINUX_KERNEL_VERSION (2 * 65536 + 6 * 256 + 37)
1911| #define __ABI_TAG_VERSION 2,6,37
1912| #define HAVE_INLINED_SYSCALLS 1
1913| /* end confdefs.h. */
1914| #include <stdio.h>
1915| #ifdef HAVE_SYS_TYPES_H
1916| # include <sys/types.h>
1917| #endif
1918| #ifdef HAVE_SYS_STAT_H
1919| # include <sys/stat.h>
1920| #endif
1921| #ifdef STDC_HEADERS
1922| # include <stdlib.h>
1923| # include <stddef.h>
1924| #else
1925| # ifdef HAVE_STDLIB_H
1926| # include <stdlib.h>
1927| # endif
1928| #endif
1929| #ifdef HAVE_STRING_H
1930| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1931| # include <memory.h>
1932| # endif
1933| # include <string.h>
1934| #endif
1935| #ifdef HAVE_STRINGS_H
1936| # include <strings.h>
1937| #endif
1938| #ifdef HAVE_INTTYPES_H
1939| # include <inttypes.h>
1940| #endif
1941| #ifdef HAVE_STDINT_H
1942| # include <stdint.h>
1943| #endif
1944| #ifdef HAVE_UNISTD_H
1945| # include <unistd.h>
1946| #endif
1947| #include <cpuid.h>
1948configure:475: result: no
1949configure:479: checking cpuid.h presence
1950configure:494: i686-lfs-linux-gnu-gcc -E conftest.c
1951configure:501: $? = 0
1952configure:515: result: yes
1953configure:528: WARNING: cpuid.h: present but cannot be compiled
1954configure:530: WARNING: cpuid.h: check for missing prerequisite headers?
1955configure:532: WARNING: cpuid.h: see the Autoconf documentation
1956configure:534: WARNING: cpuid.h: section "Present But Cannot Be Compiled"
1957configure:536: WARNING: cpuid.h: proceeding with the preprocessor's result
1958configure:538: WARNING: cpuid.h: in the future, the compiler will take precedence
1959configure:543: checking for cpuid.h
1960configure:550: result: yes
1961configure:564: checking if -g produces usable source locations for assembler-with-cpp
1962configure:587: i686-lfs-linux-gnu-gcc -g -c conftest.S 1>&5
1963configure:590: $? = 0
1964configure:595: readelf --debug-dump=line conftest.o |
1965 grep conftest\.S 1>&5
1966 1 0 0 0 conftest.S
1967configure:598: $? = 0
1968configure:607: result: yes
1969configure:616: checking for SSE4 support
1970configure:622: i686-lfs-linux-gnu-gcc -msse4 -xc /dev/null -S -o /dev/null
1971configure:625: $? = 0
1972configure:632: result: yes
1973configure:641: checking for assembler -mtune=i686 support
1974configure:647: i686-lfs-linux-gnu-gcc -Wa,-mtune=i686 -xc /dev/null -S -o /dev/null
1975configure:650: $? = 0
1976configure:657: result: yes
1977configure:660: checking for AVX support
1978configure:666: i686-lfs-linux-gnu-gcc -mavx -xc /dev/null -S -o /dev/null
1979configure:669: $? = 0
1980configure:676: result: yes
1981configure:7783: checking for old glibc 2.0.x headers
1982configure:7791: result: no
1983configure:7831: checking whether -fPIC is default
1984configure:7847: result: no
1985configure:7979: creating ./config.status
1986
1987## ---------------------- ##
1988## Running config.status. ##
1989## ---------------------- ##
1990
1991This file was extended by GNU C Library config.status (see version.h), which was
1992generated by GNU Autoconf 2.66. Invocation command line was
1993
1994 CONFIG_FILES =
1995 CONFIG_HEADERS =
1996 CONFIG_LINKS =
1997 CONFIG_COMMANDS =
1998 $ ./config.status
1999
2000on slack
2001
2002config.status:950: creating config.make
2003config.status:950: creating Makefile
2004config.status:950: creating config.h
2005config.status:1123: executing default commands
2006
2007## ---------------- ##
2008## Cache variables. ##
2009## ---------------- ##
2010
2011ac_cv_build=i686-pc-linux-gnu
2012ac_cv_c_compiler_gnu=yes
2013ac_cv_cxx_compiler_gnu=yes
2014ac_cv_env_CCC_set=
2015ac_cv_env_CCC_value=
2016ac_cv_env_CC_set=
2017ac_cv_env_CC_value=
2018ac_cv_env_CFLAGS_set=
2019ac_cv_env_CFLAGS_value=
2020ac_cv_env_CPPFLAGS_set=
2021ac_cv_env_CPPFLAGS_value=
2022ac_cv_env_CPP_set=
2023ac_cv_env_CPP_value=
2024ac_cv_env_CXXFLAGS_set=
2025ac_cv_env_CXXFLAGS_value=
2026ac_cv_env_CXX_set=
2027ac_cv_env_CXX_value=
2028ac_cv_env_LDFLAGS_set=
2029ac_cv_env_LDFLAGS_value=
2030ac_cv_env_LIBS_set=
2031ac_cv_env_LIBS_value=
2032ac_cv_env_build_alias_set=set
2033ac_cv_env_build_alias_value=i686-pc-linux-gnu
2034ac_cv_env_host_alias_set=set
2035ac_cv_env_host_alias_value=i686-lfs-linux-gnu
2036ac_cv_env_target_alias_set=
2037ac_cv_env_target_alias_value=
2038ac_cv_header_cpuid_h=yes
2039ac_cv_header_inttypes_h=no
2040ac_cv_header_memory_h=no
2041ac_cv_header_stdc=no
2042ac_cv_header_stdint_h=no
2043ac_cv_header_stdlib_h=no
2044ac_cv_header_string_h=no
2045ac_cv_header_strings_h=no
2046ac_cv_header_sys_stat_h=no
2047ac_cv_header_sys_types_h=no
2048ac_cv_header_unistd_h=no
2049ac_cv_host=i686-lfs-linux-gnu
2050ac_cv_lib_selinux_is_selinux_enabled=no
2051ac_cv_objext=o
2052ac_cv_path_BASH_SHELL=/bin/bash
2053ac_cv_path_BISON=/usr/bin/bison
2054ac_cv_path_EGREP='/bin/grep -E'
2055ac_cv_path_GREP=/bin/grep
2056ac_cv_path_INSTALL_INFO=/usr/bin/install-info
2057ac_cv_path_PERL=/usr/bin/perl
2058ac_cv_path_PWD_P=/bin/pwd
2059ac_cv_path_install='/bin/ginstall -c'
2060ac_cv_prog_AS=/mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/as
2061ac_cv_prog_AUTOCONF=autoconf
2062ac_cv_prog_AWK=gawk
2063ac_cv_prog_BUILD_CC=gcc
2064ac_cv_prog_CC=i686-lfs-linux-gnu-gcc
2065ac_cv_prog_CPP='i686-lfs-linux-gnu-gcc -E'
2066ac_cv_prog_LD=/mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld
2067ac_cv_prog_MAKE=gmake
2068ac_cv_prog_MAKEINFO=makeinfo
2069ac_cv_prog_MSGFMT=msgfmt
2070ac_cv_prog_SED=sed
2071ac_cv_prog_ac_ct_CXX=g++
2072ac_cv_prog_cc_c89=no
2073ac_cv_prog_cc_g=yes
2074ac_cv_prog_cxx_g=yes
2075ac_cv_sizeof_long_double=0
2076libc_cv_386_tls=yes
2077libc_cv_Bgroup=yes
2078libc_cv_as_i686=yes
2079libc_cv_as_needed=no
2080libc_cv_as_noexecstack=yes
2081libc_cv_asm_cfi_directives=yes
2082libc_cv_asm_global_directive=.globl
2083libc_cv_asm_gnu_indirect_function=yes
2084libc_cv_asm_previous_directive=yes
2085libc_cv_asm_protected_directive=yes
2086libc_cv_asm_set_directive=yes
2087libc_cv_asm_symver_directive=yes
2088libc_cv_asm_type_prefix=@
2089libc_cv_asm_underscores=no
2090libc_cv_asm_unique_object=yes
2091libc_cv_asm_weak_directive=yes
2092libc_cv_autoconf_works=yes
2093libc_cv_broken_alias_attribute=no
2094libc_cv_broken_visibility_attribute=no
2095libc_cv_c_cleanup=yes
2096libc_cv_cc_avx=yes
2097libc_cv_cc_sse4=yes
2098libc_cv_cc_with_libunwind=no
2099libc_cv_cpp_asm_debuginfo=yes
2100libc_cv_dot_text=.text
2101libc_cv_fno_toplevel_reorder=yes
2102libc_cv_forced_unwind=yes
2103libc_cv_fpie=no
2104libc_cv_friendly_stddef=yes
2105libc_cv_gcc___thread=yes
2106libc_cv_gcc_builtin_expect=yes
2107libc_cv_gcc_builtin_memset=yes
2108libc_cv_gcc_builtin_redirection=yes
2109libc_cv_gcc_exceptions=yes
2110libc_cv_gcc_static_libgcc=-static-libgcc
2111libc_cv_gcc_tls_model_attr=yes
2112libc_cv_gcc_unwind_find_fde=yes
2113libc_cv_gnu89_inline=yes
2114libc_cv_hashstyle=yes
2115libc_cv_have_bash2=yes
2116libc_cv_have_ksh=yes
2117libc_cv_have_sdata_section=no
2118libc_cv_have_section_quotes=no
2119libc_cv_idn=no
2120libc_cv_initfini_array=yes
2121libc_cv_ld_no_whole_archive=yes
2122libc_cv_ld_version_script_option=yes
2123libc_cv_libgcc_s_suffix=
2124libc_cv_linux2010='2.0.10 or later'
2125libc_cv_need_minus_P=no
2126libc_cv_nss_crypt=no
2127libc_cv_pic_default=no
2128libc_cv_prog_as_gnu=yes
2129libc_cv_prog_ld_gnu=yes
2130libc_cv_ranlib_necessary=no
2131libc_cv_signed_size_t=no
2132libc_cv_ssp=no
2133libc_cv_sysconfdir='${prefix}/etc'
2134libc_cv_visibility_attribute=yes
2135libc_cv_weak_symbols=yes
2136libc_cv_z_combreloc=yes
2137libc_cv_z_execstack=yes
2138libc_cv_z_initfirst=yes
2139libc_cv_z_nodelete=yes
2140libc_cv_z_nodlopen=yes
2141libc_cv_z_relro=yes
2142
2143## ----------------- ##
2144## Output variables. ##
2145## ----------------- ##
2146
2147AR='/mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ar'
2148AS='/mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/as'
2149ASFLAGS_config=' -Wa,--noexecstack'
2150AUTOCONF='autoconf'
2151AWK='gawk'
2152BASH_SHELL='/bin/bash'
2153BISON='/usr/bin/bison'
2154BUILD_CC='gcc'
2155CC='i686-lfs-linux-gnu-gcc'
2156CFLAGS='-g -O2'
2157CPP='i686-lfs-linux-gnu-gcc -E'
2158CPPFLAGS=''
2159CXX='g++'
2160CXXFLAGS='-g -O2'
2161CXX_SYSINCLUDES='-isystem /usr/lib/gcc/i486-slackware-linux/4.3.3/../../../../include/c++/4.3.3 -isystem /usr/lib/gcc/i486-slackware-linux/4.3.3/../../../../include/c++/4.3.3/i486-slackware-linux -isystem /usr/lib/gcc/i486-slackware-linux/4.3.3/../../../../include/c++/4.3.3/backward'
2162DEFINES=' -D_LIBC_REENTRANT'
2163DEFS='-DHAVE_CONFIG_H'
2164ECHO_C=''
2165ECHO_N='-n'
2166ECHO_T=''
2167EGREP='/bin/grep -E'
2168GREP='/bin/grep'
2169INSTALL_DATA='${INSTALL} -m 644'
2170INSTALL_INFO='/usr/bin/install-info'
2171INSTALL_PROGRAM='${INSTALL}'
2172INSTALL_SCRIPT='${INSTALL}'
2173KSH='/bin/bash'
2174LD='/mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld'
2175LDFLAGS=''
2176LIBGD='no'
2177LIBOBJS=''
2178LIBS=''
2179LN_S='ln -s'
2180LTLIBOBJS=''
2181MAKE='gmake'
2182MAKEINFO='makeinfo'
2183MIG=''
2184MSGFMT='msgfmt'
2185OBJDUMP='/mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/objdump'
2186OBJEXT='o'
2187PACKAGE_BUGREPORT='glibc'
2188PACKAGE_NAME='GNU C Library'
2189PACKAGE_STRING='GNU C Library (see version.h)'
2190PACKAGE_TARNAME='c-library'
2191PACKAGE_URL='http://www.gnu.org/software/c-library/'
2192PACKAGE_VERSION='(see version.h)'
2193PATH_SEPARATOR=':'
2194PERL='/usr/bin/perl'
2195PWD_P='/bin/pwd'
2196RANLIB=':'
2197RELEASE='stable'
2198SED='sed'
2199SHELL='/bin/sh'
2200SYSINCLUDES='-nostdinc -isystem /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/include -isystem /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/include-fixed -isystem /tools/include'
2201VERSION='2.13'
2202VERSIONING='yes'
2203ac_ct_CC=''
2204ac_ct_CXX='g++'
2205add_on_subdirs=' libidn'
2206add_ons='libidn nptl'
2207all_warnings=''
2208base_machine='i386'
2209bindir='${exec_prefix}/bin'
2210bindnow='no'
2211bounded='no'
2212build='i686-pc-linux-gnu'
2213build_alias='i686-pc-linux-gnu'
2214build_cpu='i686'
2215build_os='linux-gnu'
2216build_vendor='pc'
2217cross_compiling='yes'
2218datadir='${datarootdir}'
2219datarootdir='${prefix}/share'
2220docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
2221dvidir='${docdir}'
2222elf='yes'
2223enable_check_abi='no'
2224exceptions='-fexceptions'
2225exec_prefix='${prefix}'
2226experimental_malloc=''
2227fno_unit_at_a_time='-fno-toplevel-reorder -fno-section-anchors'
2228force_install='yes'
2229gnu89_inline='-fgnu89-inline'
2230have_libaudit=''
2231have_libcap=''
2232have_selinux='no'
2233host='i686-lfs-linux-gnu'
2234host_alias='i686-lfs-linux-gnu'
2235host_cpu='i686'
2236host_os='linux-gnu'
2237host_vendor='lfs'
2238htmldir='${docdir}'
2239includedir='${prefix}/include'
2240infodir='${datarootdir}/info'
2241ldd_rewrite_script='../sysdeps/unix/sysv/linux/ldd-rewrite.sed'
2242libc_cv_Bgroup='yes'
2243libc_cv_as_i686='yes'
2244libc_cv_as_needed='no'
2245libc_cv_cc_avx='yes'
2246libc_cv_cc_sse4='yes'
2247libc_cv_cc_submachine=''
2248libc_cv_cc_with_libunwind='no'
2249libc_cv_cpp_asm_debuginfo='yes'
2250libc_cv_forced_unwind='yes'
2251libc_cv_fpie='no'
2252libc_cv_gcc_static_libgcc='-static-libgcc'
2253libc_cv_gcc_unwind_find_fde='yes'
2254libc_cv_hashstyle='yes'
2255libc_cv_have_bash2='yes'
2256libc_cv_have_initfini=''
2257libc_cv_have_ksh='yes'
2258libc_cv_libgcc_s_suffix=''
2259libc_cv_localedir=''
2260libc_cv_nss_crypt='no'
2261libc_cv_pic_default='no'
2262libc_cv_rootsbindir=''
2263libc_cv_slibdir=''
2264libc_cv_ssp='no'
2265libc_cv_sysconfdir='${prefix}/etc'
2266libc_cv_z_combreloc='yes'
2267libc_cv_z_execstack='yes'
2268libdir='${exec_prefix}/lib'
2269libexecdir='${exec_prefix}/libexec'
2270localedir='${datarootdir}/locale'
2271localstatedir='${prefix}/var'
2272mach_interface_list=''
2273mandir='${datarootdir}/man'
2274multi_arch='default'
2275no_whole_archive='-Wl,--no-whole-archive'
2276nopic_initfini=''
2277old_glibc_headers='no'
2278oldest_abi='default'
2279oldincludedir='/usr/include'
2280omitfp='no'
2281pdfdir='${docdir}'
2282prefix='/tools'
2283profile='no'
2284program_transform_name='s,x,x,'
2285psdir='${docdir}'
2286sbindir='${exec_prefix}/sbin'
2287shared='yes'
2288sharedstatedir='${prefix}/com'
2289sizeof_long_double='0'
2290static='yes'
2291static_nss='no'
2292subdirs=' '
2293submachine=''
2294sysconfdir='${prefix}/etc'
2295sysdeps_add_ons=' nptl'
2296sysnames=' sysdeps/i386/elf nptl/sysdeps/unix/sysv/linux/i386/i686 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 sysdeps/i386/i686/multiarch 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'
2297target_alias=''
2298use_ldconfig='yes'
2299with_cvs='yes'
2300with_fp='yes'
2301xcoff='no'
2302
2303## ----------- ##
2304## confdefs.h. ##
2305## ----------- ##
2306
2307/* confdefs.h */
2308#define PACKAGE_NAME "GNU C Library"
2309#define PACKAGE_TARNAME "c-library"
2310#define PACKAGE_VERSION "(see version.h)"
2311#define PACKAGE_STRING "GNU C Library (see version.h)"
2312#define PACKAGE_BUGREPORT "glibc"
2313#define PACKAGE_URL "http://www.gnu.org/software/c-library/"
2314#define HAVE_LIBIDN 1
2315#define USE_REGPARMS 1
2316#define ASM_GLOBAL_DIRECTIVE .globl
2317#define ASM_TYPE_DIRECTIVE_PREFIX @
2318#define USE_MULTIARCH 1
2319#define HAVE_ASM_SET_DIRECTIVE 1
2320#define HAVE_ASM_UNIQUE_OBJECT 1
2321#define DO_VERSIONING 1
2322#define HAVE_ASM_PREVIOUS_DIRECTIVE 1
2323#define HAVE_Z_COMBRELOC 1
2324#define NO_UNDERSCORES 1
2325#define HAVE_ASM_WEAK_DIRECTIVE 1
2326#define HAVE_ASM_CFI_DIRECTIVES 1
2327#define HAVE_BUILTIN_EXPECT 1
2328#define HAVE_BUILTIN_MEMSET 1
2329#define HAVE_BUILTIN_REDIRECTION 1
2330#define HAVE___THREAD 1
2331#define HAVE_TLS_MODEL_ATTRIBUTE 1
2332#define SIZEOF_LONG_DOUBLE 0
2333#define HAVE_TLS_SUPPORT 1
2334#define PI_STATIC_AND_HIDDEN 1
2335#define HAVE_FORCED_UNWIND 1
2336#define __LINUX_KERNEL_VERSION (2 * 65536 + 6 * 256 + 37)
2337#define __ABI_TAG_VERSION 2,6,37
2338#define HAVE_INLINED_SYSCALLS 1
2339#define HAVE_CPP_ASM_DEBUGINFO 1
2340#define HAVE_SSE4_SUPPORT 1
2341#define HAVE_AVX_SUPPORT 1
2342#define EXPORT_UNWIND_FIND_FDE 1
2343#define USE_IN_LIBIO 1
2344#define HAVE_ELF 1
2345
2346configure: exit 0