Ticket #3595: config.log

File config.log, 34.4 KB (added by Ryan P.C. McQuen, 10 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.68. Invocation command line was
6
7 $ ../glibc-2.19/configure --prefix=/usr --disable-profile --enable-kernel=2.6.32 --enable-obsolete-rpc
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = slackthink64
14uname -m = x86_64
15uname -r = 3.10.17
16uname -s = Linux
17uname -v = #2 SMP Fri Feb 14 16:45:28 CST 2014
18
19/usr/bin/uname -p = unknown
20/bin/uname -X = unknown
21
22/bin/arch = unknown
23/usr/bin/arch -k = unknown
24/usr/convex/getsysinfo = unknown
25/usr/bin/hostinfo = unknown
26/bin/machine = unknown
27/usr/bin/oslevel = unknown
28/bin/universe = unknown
29
30PATH: /bin
31PATH: /usr/bin
32PATH: /sbin
33PATH: /usr/sbin
34PATH: /tools/bin
35
36
37## ----------- ##
38## Core tests. ##
39## ----------- ##
40
41configure:2344: checking build system type
42configure:2358: result: x86_64-unknown-linux-gnu
43configure:2378: checking host system type
44configure:2391: result: x86_64-unknown-linux-gnu
45configure:2460: checking for gcc
46configure:2476: found /tools/bin/gcc
47configure:2487: result: gcc
48configure:2716: checking for C compiler version
49configure:2725: gcc --version >&5
50gcc (GCC) 4.8.2
51Copyright (C) 2013 Free Software Foundation, Inc.
52This is free software; see the source for copying conditions. There is NO
53warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
54
55configure:2736: $? = 0
56configure:2725: gcc -v >&5
57Using built-in specs.
58COLLECT_GCC=gcc
59COLLECT_LTO_WRAPPER=/tools/libexec/gcc/x86_64-unknown-linux-gnu/4.8.2/lto-wrapper
60Target: x86_64-unknown-linux-gnu
61Configured with: ../gcc-4.8.2/configure --prefix=/tools --with-local-prefix=/tools --with-native-system-header-dir=/tools/include --enable-clocale=gnu --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch --disable-multilib --disable-bootstrap --disable-libgomp --with-mpfr-include=/mnt/lfs/sources/gcc-build/../gcc-4.8.2/mpfr/src --with-mpfr-lib=/mnt/lfs/sources/gcc-build/mpfr/src/.libs
62Thread model: posix
63gcc version 4.8.2 (GCC)
64configure:2736: $? = 0
65configure:2725: gcc -V >&5
66gcc: error: unrecognized command line option '-V'
67gcc: fatal error: no input files
68compilation terminated.
69configure:2736: $? = 1
70configure:2725: gcc -qversion >&5
71gcc: error: unrecognized command line option '-qversion'
72gcc: fatal error: no input files
73compilation terminated.
74configure:2736: $? = 1
75configure:2741: checking for suffix of object files
76configure:2763: gcc -c conftest.c >&5
77configure:2767: $? = 0
78configure:2788: result: o
79configure:2792: checking whether we are using the GNU C compiler
80configure:2811: gcc -c conftest.c >&5
81configure:2811: $? = 0
82configure:2820: result: yes
83configure:2829: checking whether gcc accepts -g
84configure:2849: gcc -c -g conftest.c >&5
85configure:2849: $? = 0
86configure:2890: result: yes
87configure:3026: checking for g++
88configure:3042: found /tools/bin/g++
89configure:3053: result: g++
90configure:3080: checking for C++ compiler version
91configure:3089: g++ --version >&5
92g++ (GCC) 4.8.2
93Copyright (C) 2013 Free Software Foundation, Inc.
94This is free software; see the source for copying conditions. There is NO
95warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
96
97configure:3100: $? = 0
98configure:3089: g++ -v >&5
99Using built-in specs.
100COLLECT_GCC=g++
101COLLECT_LTO_WRAPPER=/tools/libexec/gcc/x86_64-unknown-linux-gnu/4.8.2/lto-wrapper
102Target: x86_64-unknown-linux-gnu
103Configured with: ../gcc-4.8.2/configure --prefix=/tools --with-local-prefix=/tools --with-native-system-header-dir=/tools/include --enable-clocale=gnu --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch --disable-multilib --disable-bootstrap --disable-libgomp --with-mpfr-include=/mnt/lfs/sources/gcc-build/../gcc-4.8.2/mpfr/src --with-mpfr-lib=/mnt/lfs/sources/gcc-build/mpfr/src/.libs
104Thread model: posix
105gcc version 4.8.2 (GCC)
106configure:3100: $? = 0
107configure:3089: g++ -V >&5
108g++: error: unrecognized command line option '-V'
109g++: fatal error: no input files
110compilation terminated.
111configure:3100: $? = 1
112configure:3089: g++ -qversion >&5
113g++: error: unrecognized command line option '-qversion'
114g++: fatal error: no input files
115compilation terminated.
116configure:3100: $? = 1
117configure:3104: checking whether we are using the GNU C++ compiler
118configure:3123: g++ -c conftest.cpp >&5
119configure:3123: $? = 0
120configure:3132: result: yes
121configure:3141: checking whether g++ accepts -g
122configure:3161: g++ -c -g conftest.cpp >&5
123configure:3161: $? = 0
124configure:3202: result: yes
125configure:3268: checking for readelf
126configure:3284: found /tools/bin/readelf
127configure:3295: result: readelf
128configure:3792: checking for sysdeps preconfigure fragments
129configure:9: checking whether gcc compiles in -mx32 mode by default
130configure:27: gcc -c -g -O2 conftest.c >&5
131conftest.c:13:3: error: #error not x32
132 # error not x32
133 ^
134configure:27: $? = 1
135configure: failed program was:
136| /* confdefs.h */
137| #define PACKAGE_NAME "GNU C Library"
138| #define PACKAGE_TARNAME "glibc"
139| #define PACKAGE_VERSION "(see version.h)"
140| #define PACKAGE_STRING "GNU C Library (see version.h)"
141| #define PACKAGE_BUGREPORT "http://sourceware.org/bugzilla/"
142| #define PACKAGE_URL "http://www.gnu.org/software/glibc/"
143| #define PKGVERSION "(GNU libc) "
144| #define REPORT_BUGS_TO "<http://www.gnu.org/software/libc/bugs.html>"
145| #define LINK_OBSOLETE_RPC 1
146| /* end confdefs.h. */
147| #ifndef __ILP32__
148| # error not x32
149| #endif
150| int
151| main ()
152| {
153|
154| ;
155| return 0;
156| }
157configure:34: result: no
158configure:3799: result:
159configure:3873: running configure fragment for add-on libidn
160configure:3873: running configure fragment for add-on nptl
161configure:3921: checking add-on ports for preconfigure fragments
162configure:3928: result:
163configure:4009: checking for assembler and linker STT_GNU_IFUNC support
164
165Relocation section '.rela.plt' at offset 0xb0 contains 1 entries:
166 Offset Info Type Sym. Value Sym. Name + Addend
1670000006000e0 000000000025 R_X86_64_IRELATIV 4000e0
168configure:4040: result: yes
169configure:4043: checking whether .text pseudo-op must be used
170configure:4053: gcc -c conftest.s 1>&5
171configure:4056: $? = 0
172configure:4067: result: yes
173configure:4086: checking sysdep dirs
174configure:4306: result: sysdeps/generic
175configure:4360: WARNING: add-on ports contributed no useful sysdeps directories
176configure:4383: checking for a BSD-compatible install
177configure:4451: result: /tools/bin/install -c
178configure:4466: checking whether ln -s works
179configure:4470: result: yes
180configure:4494: checking whether /tools/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../x86_64-unknown-linux-gnu/bin/as is GNU as
181configure:4508: result: yes
182configure:4513: checking whether /tools/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../x86_64-unknown-linux-gnu/bin/ld is GNU ld
183configure:4527: result: yes
184configure:4537: checking for /tools/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../x86_64-unknown-linux-gnu/bin/as
185configure:4564: result: /tools/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../x86_64-unknown-linux-gnu/bin/as
186configure:4579: checking version of /tools/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../x86_64-unknown-linux-gnu/bin/as
187configure:4589: result: 2.24, ok
188configure:4600: checking for /tools/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../x86_64-unknown-linux-gnu/bin/ld
189configure:4627: result: /tools/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../x86_64-unknown-linux-gnu/bin/ld
190configure:4642: checking version of /tools/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../x86_64-unknown-linux-gnu/bin/ld
191configure:4652: result: 2.24, ok
192configure:4666: checking for gcc
193configure:4693: result: gcc
194configure:4708: checking version of gcc
195configure:4718: result: 4.8.2, ok
196configure:4729: checking for gnumake
197configure:4759: result: no
198configure:4729: checking for gmake
199configure:4759: result: no
200configure:4729: checking for make
201configure:4745: found /tools/bin/make
202configure:4756: result: make
203configure:4771: checking version of make
204configure:4781: result: 4.0, ok
205configure:4793: checking for gnumsgfmt
206configure:4823: result: no
207configure:4793: checking for gmsgfmt
208configure:4823: result: no
209configure:4793: checking for msgfmt
210configure:4809: found /tools/bin/msgfmt
211configure:4820: result: msgfmt
212configure:4835: checking version of msgfmt
213configure:4845: result: 0.18.3, ok
214configure:4856: checking for makeinfo
215configure:4872: found /tools/bin/makeinfo
216configure:4883: result: makeinfo
217configure:4898: checking version of makeinfo
218configure:4908: result: 5.2, ok
219configure:4919: checking for sed
220configure:4935: found /tools/bin/sed
221configure:4946: result: sed
222configure:4961: checking version of sed
223configure:4971: result: 4.2.2, ok
224configure:4982: checking for gawk
225configure:4998: found /tools/bin/gawk
226configure:5009: result: gawk
227configure:5024: checking version of gawk
228configure:5034: result: 4.1.0, ok
229configure:5085: checking for nm
230configure:5101: found /tools/bin/nm
231configure:5112: result: nm
232configure:5248: checking LD_LIBRARY_PATH variable
233configure:5258: result: ok
234configure:5267: checking whether GCC supports -static-libgcc
235configure:5278: result: -static-libgcc
236configure:5284: checking for bash
237configure:5302: found /bin/bash
238configure:5315: result: /bin/bash
239configure:5388: checking for perl
240configure:5406: found /usr/bin/perl
241configure:5419: result: /usr/bin/perl
242configure:5433: checking for install-info
243configure:5452: found /tools/bin/install-info
244configure:5465: result: /tools/bin/install-info
245configure:5475: checking for bison
246configure:5507: result: no
247configure:5516: checking for libc-friendly stddef.h
248configure:5540: gcc -c -g -O2 conftest.c >&5
249conftest.c: In function 'main':
250conftest.c:26:38: warning: incompatible implicit declaration of built-in function 'abort' [enabled by default]
251 if (&size == NULL || &wchar == NULL) abort ();
252 ^
253configure:5540: $? = 0
254configure:5547: result: yes
255configure:5554: checking whether we need to use -P to assemble .S files
256configure:5564: gcc -c conftest.S 1>&5
257configure:5567: $? = 0
258configure:5575: result: no
259configure:5582: checking for .set assembler directive
260configure:5608: result: yes
261configure:5615: checking for assembler gnu_unique_object symbol type
262configure:5632: result: yes
263configure:5639: checking for .previous assembler directive
264configure:5649: gcc -c conftest.s 1>&5
265configure:5652: $? = 0
266configure:5660: result: yes
267configure:5694: checking for .protected and .hidden assembler directive
268configure:5706: gcc -c conftest.s 1>&5
269configure:5709: $? = 0
270configure:5717: result: yes
271configure:5721: checking whether __attribute__((visibility())) is supported
272configure:5732: gcc -Werror -S conftest.c -o conftest.s 1>&5
273configure:5735: $? = 0
274configure:5746: result: yes
275configure:5754: checking for broken __attribute__((visibility()))
276configure:5766: gcc -Werror -S conftest.c -o conftest.s 1>&5
277configure:5769: $? = 0
278configure:5778: result: no
279configure:5785: checking for broken __attribute__((alias()))
280configure:5800: gcc -Werror -S conftest.c -o conftest.s 1>&5
281configure:5803: $? = 0
282configure:5813: result: no
283configure:5820: checking whether to put _rtld_local into .sdata section
284configure:5834: result: no
285configure:5842: checking for .preinit_array/.init_array/.fini_array support
286configure:5858: gcc -g -O2 -o conftest
287 conftest.c -static -nostartfiles -nostdlib
288 1>&5
289configure:5861: $? = 0
290configure:5874: result: yes
291configure:5880: checking whether to use .ctors/.dtors header and trailer
292configure:5897: gcc -g -O2 -o conftest
293 conftest.c -static -nostartfiles -nostdlib
294 1>&5
295configure:5900: $? = 0
296configure:5926: result: no
297configure:5933: checking for libunwind-support in compiler
298configure:5950: result: no
299configure:5958: checking for linker that supports -z nodelete
300configure:5971: gcc -g -O2
301 -Wl,--enable-new-dtags,-z,nodelete -nostdlib -nostartfiles
302 -fPIC -shared -o conftest.so conftest.c
303 1>&5
304configure:5974: $? = 0
305configure:5987: result: yes
306configure:5990: checking for linker that supports -z nodlopen
307configure:6003: gcc -g -O2
308 -Wl,--enable-new-dtags,-z,nodlopen -nostdlib -nostartfiles
309 -fPIC -shared -o conftest.so conftest.c
310 1>&5
311configure:6006: $? = 0
312configure:6019: result: yes
313configure:6022: checking for linker that supports -z initfirst
314configure:6035: gcc -g -O2
315 -Wl,--enable-new-dtags,-z,initfirst -nostdlib -nostartfiles
316 -fPIC -shared -o conftest.so conftest.c
317 1>&5
318configure:6038: $? = 0
319configure:6051: result: yes
320configure:6069: checking for -z relro option
321configure:6110: gcc -g -O2
322 -fPIC -shared -o conftest.so conftest.c
323 -nostartfiles -nostdlib
324 -Wl,-z,relro 1>&5
325configure:6113: $? = 0
326configure:6116: readelf -Wl conftest.so > conftest.ph
327configure:6119: $? = 0
328configure:6125:
329 gawk -v commonpagesize=0x1000 -f conftest.awk
330 conftest.ph > conftest.cps
331
332LINE:
333LINE: Elf file type is DYN (Shared object file)
334LINE: Entry point 0x300
335LINE: There are 6 program headers, starting at offset 64
336LINE:
337LINE: Program Headers:
338LINE: Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
339LINE: LOAD 0x000000 0x0000000000000000 0x0000000000000000 0x000350 0x000350 R E 0x200000
340LINE: LOAD 0x000f00 0x0000000000200f00 0x0000000000200f00 0x040100 0x040100 RW 0x200000
341LINE: DYNAMIC 0x000f18 0x0000000000200f18 0x0000000000200f18 0x0000e0 0x0000e0 RW 0x8
342LINE: GNU_EH_FRAME 0x000308 0x0000000000000308 0x0000000000000308 0x000014 0x000014 R 0x4
343LINE: GNU_STACK 0x000000 0x0000000000000000 0x0000000000000000 0x000000 0x000000 RW 0x10
344LINE: GNU_RELRO 0x000f00 0x0000000000200f00 0x0000000000200f00 0x000100 0x000100 R 0x1
345vaddr 0x200f00 memsz 0x100 end 0x201000 commonpagesize 0x1000
346LINE:
347LINE: Section to Segment mapping:
348LINE: Segment Sections...
349LINE: 00 .hash .dynsym .dynstr .rela.dyn .text .eh_frame_hdr .eh_frame
350LINE: 01 .data.rel.ro .dynamic .data
351LINE: 02 .dynamic
352LINE: 03 .eh_frame_hdr
353LINE: 04
354LINE: 05 .data.rel.ro .dynamic
355configure:6128: $? = 0
356configure:6133: result: yes
357configure:6146: checking for -Bgroup option
358configure:6157: gcc -g -O2
359 -fPIC -shared -o conftest.so conftest.c
360 -Wl,-Bgroup -nostdlib 1>&5
361configure:6160: $? = 0
362configure:6169: result: yes
363configure:6174: checking whether --noexecstack is desirable for .S files
364configure:6184: gcc -g -O2
365 -S -o conftest.s conftest.c 1>&5
366configure:6187: $? = 0
367configure:6192: gcc -Wa,--noexecstack
368 -c -o conftest.o conftest.s 1>&5
369configure:6195: $? = 0
370configure:6204: result: yes
371configure:6211: checking for -z combreloc
372configure:6225: gcc -g -O2
373 -fPIC -shared -o conftest.so conftest.c
374 -nostdlib -nostartfiles
375 -Wl,-z,combreloc 1>&5
376configure:6228: $? = 0
377configure:6241: result: yes
378configure:6249: checking for linker that supports -z execstack
379configure:6262: gcc -g -O2
380 -Wl,-z,execstack -nostdlib -nostartfiles
381 -fPIC -shared -o conftest.so conftest.c
382 1>&5
383configure:6265: $? = 0
384configure:6278: result: yes
385configure:6282: checking for -fpie
386configure:6288: gcc -fpie -xc /dev/null -S -o /dev/null
387configure:6291: $? = 0
388configure:6299: result: yes
389configure:6304: checking for --hash-style option
390configure:6315: gcc -g -O2
391 -fPIC -shared -o conftest.so conftest.c
392 -Wl,--hash-style=both -nostdlib 1>&5
393configure:6318: $? = 0
394configure:6327: result: yes
395configure:6335: checking for sufficient default -shared layout
396configure:6354: gcc -shared -o conftest.so conftest.s 1>&5
397configure:6357: $? = 0
398nono from:
399
400HASH .hash
401DYNSYM .dynsym
402STRTAB .dynstr
403VERSYM .gnu.version
404VERNEED .gnu.version_r
405RELA .rela.dyn
406RELA .rela.plt
407PROGBITS .init
408PROGBITS .plt
409PROGBITS .text
410PROGBITS .fini
411NOTE .note.a
412NOTE .note.b
413PROGBITS .eh_frame
414INIT_ARRAY .init_array
415FINI_ARRAY .fini_array
416PROGBITS .jcr
417DYNAMIC .dynamic
418PROGBITS .got
419PROGBITS .got.plt
420PROGBITS .data
421NOBITS .bss
422PROGBITS .comment
423PROGBITS .debug_aranges
424PROGBITS .debug_info
425PROGBITS .debug_abbrev
426PROGBITS .debug_line
427PROGBITS .debug_ranges
428STRTAB .shstrtab
429SYMTAB .symtab
430STRTAB .strtab
431configure:6389: result: no
432configure:6394: checking linker output format
433configure:6408: result: elf64-x86-64
434configure:6412: checking for -fno-toplevel-reorder -fno-section-anchors
435configure:6422: gcc -g -O2 -S -fno-toplevel-reorder -fno-section-anchors
436 conftest.c 1>&5
437configure:6425: $? = 0
438configure:6434: result: yes
439configure:6443: checking for -fstack-protector
440configure:6449: gcc -g -O2 -Werror -fstack-protector -xc /dev/null -S -o /dev/null
441configure:6452: $? = 0
442configure:6460: result: yes
443configure:6464: checking for -fgnu89-inline
444configure:6479: gcc -g -O2 -S -std=gnu99 -fgnu89-inline
445 -o conftest.s conftest.c 1>&5
446conftest.c:3:1: warning: return type defaults to 'int' [enabled by default]
447 main () { return 0;}
448 ^
449configure:6482: $? = 0
450configure:6491: result: yes
451configure:6500: checking whether cc puts quotes around section names
452configure:6521: result: no
453configure:6528: checking for assembler .weak directive
454configure:6541: gcc -c conftest.s 1>&5
455configure:6544: $? = 0
456configure:6552: result: yes
457configure:6595: checking whether CFI directives are supported
458configure:6614: gcc -c conftest.s 1>&5
459configure:6617: $? = 0
460configure:6625: result: yes
461configure:6632: checking for ld --no-whole-archive
462configure:6645: gcc -g -O2
463 -nostdlib -nostartfiles -Wl,--no-whole-archive
464 -o conftest conftest.c 1>&5
465configure:6648: $? = 0
466configure:6656: result: yes
467configure:6662: checking for gcc -fexceptions
468configure:6675: gcc -g -O2
469 -nostdlib -nostartfiles -fexceptions
470 -o conftest conftest.c 1>&5
471configure:6678: $? = 0
472configure:6686: result: yes
473configure:6726: checking for __builtin_memset
474configure:6738: gcc -O3 -S conftest.c -o - | fgrep memset > /dev/null
475configure:6741: $? = 1
476configure:6750: result: yes
477configure:6757: checking for redirection of built-in functions
478configure:6770: gcc -O3 -S conftest.c -o - | fgrep my_strstr > /dev/null
479configure:6773: $? = 0
480configure:6782: result: yes
481configure:6788: checking for __thread
482configure:6797: gcc -g -O2 -c conftest.c >&5
483configure:6800: $? = 0
484configure:6808: result: yes
485configure:6814: checking for tls_model attribute
486configure:6823: gcc -g -O2 -S -Werror conftest.c >&5
487configure:6826: $? = 0
488configure:6834: result: yes
489configure:6840: checking for compiler option to disable generation of FMA instructions
490configure:6848: gcc -ffp-contract=off -xc /dev/null -S -o /dev/null
491configure:6851: $? = 0
492configure:6857: result: -ffp-contract=off
493configure:6890: checking if gcc accepts -fno-tree-loop-distribute-patterns with __attribute__ ((__optimize__))
494configure:6903: gcc -g -O2 -c conftest.c
495configure:6906: $? = 0
496configure:6913: result: yes
497configure:6921: checking for libgd
498configure:6941: gcc -o conftest -g -O2 conftest.c -lgd -lpng -lz -lm >&5
499conftest.c:23:16: fatal error: gd.h: No such file or directory
500 #include <gd.h>
501 ^
502compilation terminated.
503configure:6941: $? = 1
504configure: failed program was:
505| /* confdefs.h */
506| #define PACKAGE_NAME "GNU C Library"
507| #define PACKAGE_TARNAME "glibc"
508| #define PACKAGE_VERSION "(see version.h)"
509| #define PACKAGE_STRING "GNU C Library (see version.h)"
510| #define PACKAGE_BUGREPORT "http://sourceware.org/bugzilla/"
511| #define PACKAGE_URL "http://www.gnu.org/software/glibc/"
512| #define PKGVERSION "(GNU libc) "
513| #define REPORT_BUGS_TO "<http://www.gnu.org/software/libc/bugs.html>"
514| #define LINK_OBSOLETE_RPC 1
515| #define HAVE_LIBIDN 1
516| #define USE_MULTIARCH 1
517| #define HAVE_ASM_SET_DIRECTIVE 1
518| #define HAVE_ASM_UNIQUE_OBJECT 1
519| #define HAVE_ASM_PREVIOUS_DIRECTIVE 1
520| #define NO_CTORS_DTORS_SECTIONS 1
521| #define HAVE_Z_COMBRELOC 1
522| #define HAVE_ASM_WEAK_DIRECTIVE 1
523| #define HAVE_ASM_CFI_DIRECTIVES 1
524| #define HAVE_BUILTIN_MEMSET 1
525| #define HAVE_CC_INHIBIT_LOOP_TO_LIBCALL 1
526| /* end confdefs.h. */
527| #include <gd.h>
528| int
529| main ()
530| {
531| gdImagePng (0, 0)
532| ;
533| return 0;
534| }
535configure:6954: result: no
536configure:6963: checking for is_selinux_enabled in -lselinux
537configure:6988: gcc -o conftest -g -O2 conftest.c -lselinux >&5
538/tools/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../x86_64-unknown-linux-gnu/bin/ld: cannot find -lselinux
539collect2: error: ld returned 1 exit status
540configure:6988: $? = 1
541configure: failed program was:
542| /* confdefs.h */
543| #define PACKAGE_NAME "GNU C Library"
544| #define PACKAGE_TARNAME "glibc"
545| #define PACKAGE_VERSION "(see version.h)"
546| #define PACKAGE_STRING "GNU C Library (see version.h)"
547| #define PACKAGE_BUGREPORT "http://sourceware.org/bugzilla/"
548| #define PACKAGE_URL "http://www.gnu.org/software/glibc/"
549| #define PKGVERSION "(GNU libc) "
550| #define REPORT_BUGS_TO "<http://www.gnu.org/software/libc/bugs.html>"
551| #define LINK_OBSOLETE_RPC 1
552| #define HAVE_LIBIDN 1
553| #define USE_MULTIARCH 1
554| #define HAVE_ASM_SET_DIRECTIVE 1
555| #define HAVE_ASM_UNIQUE_OBJECT 1
556| #define HAVE_ASM_PREVIOUS_DIRECTIVE 1
557| #define NO_CTORS_DTORS_SECTIONS 1
558| #define HAVE_Z_COMBRELOC 1
559| #define HAVE_ASM_WEAK_DIRECTIVE 1
560| #define HAVE_ASM_CFI_DIRECTIVES 1
561| #define HAVE_BUILTIN_MEMSET 1
562| #define HAVE_CC_INHIBIT_LOOP_TO_LIBCALL 1
563| /* end confdefs.h. */
564|
565| /* Override any GCC internal prototype to avoid an error.
566| Use char because int might match the return type of a GCC
567| builtin and then its argument prototype would still apply. */
568| #ifdef __cplusplus
569| extern "C"
570| #endif
571| char is_selinux_enabled ();
572| int
573| main ()
574| {
575| return is_selinux_enabled ();
576| ;
577| return 0;
578| }
579configure:6997: result: no
580configure:7153: checking size of long double
581configure:7158: gcc -o conftest -g -O2 conftest.c >&5
582configure:7158: $? = 0
583configure:7158: ./conftest
584configure:7158: $? = 0
585configure:7172: result: 16
586configure:7186: checking for _FORTIFY_SOURCE predefine
587configure:7205: gcc -c -g -O2 conftest.c >&5
588configure:7205: $? = 0
589configure:7212: result: no
590configure:7219: checking whether gcc implicitly enables -fstack-protector
591configure:7236: gcc -c -g -O2 conftest.c >&5
592configure:7236: $? = 0
593libc_undefs='foobar'
594configure:7263: result: no
595configure:7290: result: running configure fragment for nptl/sysdeps/pthread
596configure:21: checking for forced unwind support
597configure:40: gcc -c -g -O2 conftest.c >&5
598configure:40: $? = 0
599configure:47: result: yes
600configure:54: checking for C cleanup handling
601configure:74: gcc -c -g -O2 -Werror -fexceptions conftest.c >&5
602configure:74: $? = 0
603configure:81: result: yes
604configure:7290: result: running configure fragment for sysdeps/unix/sysv/linux
605configure:45: checking for grep that handles long lines and -e
606configure:103: result: /tools/bin/grep
607configure:108: checking for egrep
608configure:170: result: /tools/bin/grep -E
609configure:175: checking installed Linux kernel header files
610configure:196: result: 2.6.19 or later
611configure:266: checking for kernel header at least 2.6.32
612configure:285: result: ok
613configure:303: checking for linux/fanotify.h
614configure:303: gcc -c -g -O2 conftest.c >&5
615configure:303: $? = 0
616configure:303: result: yes
617configure:401: checking for symlinks in /usr/include
618configure:418: result: ok
619configure:7290: result: running configure fragment for sysdeps/gnu
620configure:7290: result: running configure fragment for nptl/sysdeps/x86_64
621configure:4: checking for .cfi_personality and .cfi_lsda pseudo-ops
622configure:18: gcc -c conftest.s 1>&5
623configure:21: $? = 0
624configure:30: result: yes
625configure:7290: result: running configure fragment for sysdeps/x86_64
626configure:36: checking for cpuid.h
627configure:36: gcc -c -g -O2 conftest.c >&5
628configure:36: $? = 0
629configure:36: result: yes
630configure:46: checking for SSE4 support
631configure:52: gcc -msse4 -xc /dev/null -S -o /dev/null
632configure:55: $? = 0
633configure:63: result: yes
634configure:72: checking for AVX support
635configure:78: gcc -mavx -xc /dev/null -S -o /dev/null
636configure:81: $? = 0
637configure:89: result: yes
638configure:98: checking for AVX encoding of SSE instructions
639configure:104: gcc -msse2avx -xc /dev/null -S -o /dev/null
640configure:107: $? = 0
641configure:115: result: yes
642configure:124: checking for FMA4 support
643configure:130: gcc -mfma4 -xc /dev/null -S -o /dev/null
644configure:133: $? = 0
645configure:141: result: yes
646configure:150: checking for -mno-vzeroupper support
647configure:156: gcc -mno-vzeroupper -xc /dev/null -S -o /dev/null
648configure:159: $? = 0
649configure:167: result: yes
650configure:7322: checking for old glibc 2.0.x headers
651configure:7330: result: no
652configure:7358: checking whether -fPIC is default
653configure:7374: result: no
654configure:7508: creating ./config.status
655
656## ---------------------- ##
657## Running config.status. ##
658## ---------------------- ##
659
660This file was extended by GNU C Library config.status (see version.h), which was
661generated by GNU Autoconf 2.68. Invocation command line was
662
663 CONFIG_FILES =
664 CONFIG_HEADERS =
665 CONFIG_LINKS =
666 CONFIG_COMMANDS =
667 $ ./config.status
668
669on slackthink64
670
671config.status:957: creating config.make
672config.status:957: creating Makefile
673config.status:957: creating config.h
674config.status:1131: executing default commands
675
676## ---------------- ##
677## Cache variables. ##
678## ---------------- ##
679
680ac_cv_build=x86_64-unknown-linux-gnu
681ac_cv_c_compiler_gnu=yes
682ac_cv_cxx_compiler_gnu=yes
683ac_cv_env_CCC_set=
684ac_cv_env_CCC_value=
685ac_cv_env_CC_set=
686ac_cv_env_CC_value=
687ac_cv_env_CFLAGS_set=
688ac_cv_env_CFLAGS_value=
689ac_cv_env_CPPFLAGS_set=
690ac_cv_env_CPPFLAGS_value=
691ac_cv_env_CPP_set=
692ac_cv_env_CPP_value=
693ac_cv_env_CXXFLAGS_set=
694ac_cv_env_CXXFLAGS_value=
695ac_cv_env_CXX_set=
696ac_cv_env_CXX_value=
697ac_cv_env_LDFLAGS_set=
698ac_cv_env_LDFLAGS_value=
699ac_cv_env_LIBS_set=
700ac_cv_env_LIBS_value=
701ac_cv_env_build_alias_set=
702ac_cv_env_build_alias_value=
703ac_cv_env_host_alias_set=
704ac_cv_env_host_alias_value=
705ac_cv_env_target_alias_set=
706ac_cv_env_target_alias_value=
707ac_cv_header_cpuid_h=yes
708ac_cv_header_linux_fanotify_h=yes
709ac_cv_host=x86_64-unknown-linux-gnu
710ac_cv_lib_selinux_is_selinux_enabled=no
711ac_cv_objext=o
712ac_cv_path_BASH_SHELL=/bin/bash
713ac_cv_path_BISON=no
714ac_cv_path_EGREP='/tools/bin/grep -E'
715ac_cv_path_GREP=/tools/bin/grep
716ac_cv_path_INSTALL_INFO=/tools/bin/install-info
717ac_cv_path_PERL=/usr/bin/perl
718ac_cv_path_install='/tools/bin/install -c'
719ac_cv_prog_AS=/tools/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../x86_64-unknown-linux-gnu/bin/as
720ac_cv_prog_AWK=gawk
721ac_cv_prog_CC=gcc
722ac_cv_prog_LD=/tools/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../x86_64-unknown-linux-gnu/bin/ld
723ac_cv_prog_MAKE=make
724ac_cv_prog_MAKEINFO=makeinfo
725ac_cv_prog_MSGFMT=msgfmt
726ac_cv_prog_SED=sed
727ac_cv_prog_ac_ct_CC=gcc
728ac_cv_prog_ac_ct_CXX=g++
729ac_cv_prog_ac_ct_NM=nm
730ac_cv_prog_ac_ct_READELF=readelf
731ac_cv_prog_cc_g=yes
732ac_cv_prog_cxx_g=yes
733ac_cv_sizeof_long_double=16
734libc_cv_Bgroup=yes
735libc_cv_as_noexecstack=yes
736libc_cv_asm_cfi_directives=yes
737libc_cv_asm_cfi_personality=yes
738libc_cv_asm_previous_directive=yes
739libc_cv_asm_protected_directive=yes
740libc_cv_asm_set_directive=yes
741libc_cv_asm_unique_object=yes
742libc_cv_asm_weak_directive=yes
743libc_cv_broken_alias_attribute=no
744libc_cv_broken_visibility_attribute=no
745libc_cv_c_cleanup=yes
746libc_cv_cc_avx=yes
747libc_cv_cc_fma4=yes
748libc_cv_cc_loop_to_function=yes
749libc_cv_cc_nofma=-ffp-contract=off
750libc_cv_cc_novzeroupper=yes
751libc_cv_cc_sse2avx=yes
752libc_cv_cc_sse4=yes
753libc_cv_cc_with_libunwind=no
754libc_cv_ctors_header=no
755libc_cv_dot_text=.text
756libc_cv_fno_toplevel_reorder=yes
757libc_cv_forced_unwind=yes
758libc_cv_fpie=yes
759libc_cv_friendly_stddef=yes
760libc_cv_gcc___thread=yes
761libc_cv_gcc_builtin_memset=yes
762libc_cv_gcc_builtin_redirection=yes
763libc_cv_gcc_exceptions=yes
764libc_cv_gcc_static_libgcc=-static-libgcc
765libc_cv_gcc_tls_model_attr=yes
766libc_cv_gcc_unwind_find_fde=no
767libc_cv_gnu89_inline=yes
768libc_cv_hashstyle=yes
769libc_cv_have_bash2=yes
770libc_cv_have_ksh=yes
771libc_cv_have_sdata_section=no
772libc_cv_have_section_quotes=no
773libc_cv_idn=no
774libc_cv_initfini_array=yes
775libc_cv_ld_gnu_indirect_function=yes
776libc_cv_ld_no_whole_archive=yes
777libc_cv_linux2619='2.6.19 or later'
778libc_cv_localedir='${exec_prefix}/lib/locale'
779libc_cv_localstatedir=/var
780libc_cv_need_minus_P=no
781libc_cv_nss_crypt=no
782libc_cv_output_format=elf64-x86-64
783libc_cv_pic_default=no
784libc_cv_predef_fortify_source=no
785libc_cv_predef_stack_protector=no
786libc_cv_prog_as_gnu=yes
787libc_cv_prog_ld_gnu=yes
788libc_cv_rootsbindir=/sbin
789libc_cv_slibdir=/lib64
790libc_cv_ssp=yes
791libc_cv_sysconfdir=/etc
792libc_cv_use_default_link=no
793libc_cv_visibility_attribute=yes
794libc_cv_x32=no
795libc_cv_z_combreloc=yes
796libc_cv_z_execstack=yes
797libc_cv_z_initfirst=yes
798libc_cv_z_nodelete=yes
799libc_cv_z_nodlopen=yes
800libc_cv_z_relro=yes
801
802## ----------------- ##
803## Output variables. ##
804## ----------------- ##
805
806AR='/tools/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../x86_64-unknown-linux-gnu/bin/ar'
807AS='/tools/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../x86_64-unknown-linux-gnu/bin/as'
808ASFLAGS_config=' -Wa,--noexecstack'
809AUTOCONF='no'
810AWK='gawk'
811BASH_SHELL='/bin/bash'
812BISON='no'
813BUILD_CC=''
814CC='gcc'
815CFLAGS='-g -O2'
816CPP='gcc -E'
817CPPFLAGS=''
818CPPUNDEFS=''
819CXX='g++'
820CXXFLAGS='-g -O2'
821CXX_SYSINCLUDES=''
822DEFINES=''
823DEFS='-DHAVE_CONFIG_H'
824ECHO_C=''
825ECHO_N='-n'
826ECHO_T=''
827INSTALL_DATA='${INSTALL} -m 644'
828INSTALL_INFO='/tools/bin/install-info'
829INSTALL_PROGRAM='${INSTALL}'
830INSTALL_SCRIPT='${INSTALL}'
831KSH='/bin/bash'
832LD='/tools/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../x86_64-unknown-linux-gnu/bin/ld'
833LDFLAGS=''
834LIBGD='no'
835LIBOBJS=''
836LIBS=''
837LN_S='ln -s'
838LTLIBOBJS=''
839MAKE='make'
840MAKEINFO='makeinfo'
841MSGFMT='msgfmt'
842NM='nm'
843OBJCOPY='/tools/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../x86_64-unknown-linux-gnu/bin/objcopy'
844OBJDUMP='/tools/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../x86_64-unknown-linux-gnu/bin/objdump'
845OBJEXT='o'
846PACKAGE_BUGREPORT='http://sourceware.org/bugzilla/'
847PACKAGE_NAME='GNU C Library'
848PACKAGE_STRING='GNU C Library (see version.h)'
849PACKAGE_TARNAME='glibc'
850PACKAGE_URL='http://www.gnu.org/software/glibc/'
851PACKAGE_VERSION='(see version.h)'
852PATH_SEPARATOR=':'
853PERL='/usr/bin/perl'
854PKGVERSION='(GNU libc) '
855PKGVERSION_TEXI='(GNU libc) '
856READELF='readelf'
857RELEASE='stable'
858REPORT_BUGS_TEXI='@uref{http://www.gnu.org/software/libc/bugs.html}'
859REPORT_BUGS_TO='<http://www.gnu.org/software/libc/bugs.html>'
860SED='sed'
861SHELL='/bin/sh'
862SYSINCLUDES=''
863VERSION='2.19'
864ac_ct_CC='gcc'
865ac_ct_CXX='g++'
866add_on_subdirs=' libidn'
867add_ons='libidn nptl ports'
868all_warnings=''
869base_machine='x86_64'
870bindir='${exec_prefix}/bin'
871bindnow='no'
872build='x86_64-unknown-linux-gnu'
873build_alias=''
874build_cpu='x86_64'
875build_nscd='yes'
876build_os='linux-gnu'
877build_pt_chown='no'
878build_vendor='unknown'
879cross_compiling='no'
880datadir='${datarootdir}'
881datarootdir='${prefix}/share'
882docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
883dvidir='${docdir}'
884exceptions='-fexceptions'
885exec_prefix='${prefix}'
886fno_unit_at_a_time='-fno-toplevel-reorder -fno-section-anchors'
887force_install='yes'
888gnu89_inline='-fgnu89-inline'
889hardcoded_path_in_tests='no'
890have_libaudit=''
891have_libcap=''
892have_selinux='no'
893host='x86_64-unknown-linux-gnu'
894host_alias=''
895host_cpu='x86_64'
896host_os='linux-gnu'
897host_vendor='unknown'
898htmldir='${docdir}'
899includedir='${prefix}/include'
900infodir='${datarootdir}/info'
901ldd_rewrite_script='sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed'
902libc_cv_Bgroup='yes'
903libc_cv_cc_loop_to_function='yes'
904libc_cv_cc_nofma='-ffp-contract=off'
905libc_cv_cc_submachine=''
906libc_cv_cc_with_libunwind='no'
907libc_cv_forced_unwind='yes'
908libc_cv_fpie='yes'
909libc_cv_gcc_static_libgcc='-static-libgcc'
910libc_cv_gcc_unwind_find_fde='no'
911libc_cv_hashstyle='yes'
912libc_cv_have_bash2='yes'
913libc_cv_have_ksh='yes'
914libc_cv_localedir='${exec_prefix}/lib/locale'
915libc_cv_localstatedir='/var'
916libc_cv_nss_crypt='no'
917libc_cv_output_format='elf64-x86-64'
918libc_cv_pic_default='no'
919libc_cv_rootsbindir='/sbin'
920libc_cv_rtlddir=''
921libc_cv_slibdir='/lib64'
922libc_cv_ssp='yes'
923libc_cv_sysconfdir='/etc'
924libc_cv_z_combreloc='yes'
925libc_cv_z_execstack='yes'
926libc_extra_cflags=''
927libdir='${exec_prefix}/lib64'
928libexecdir='${exec_prefix}/libexec'
929link_obsolete_rpc='yes'
930localedir='${datarootdir}/locale'
931localstatedir='${prefix}/var'
932mach_interface_list=''
933mandir='${datarootdir}/man'
934multi_arch='default'
935old_glibc_headers='no'
936oldest_abi='default'
937oldincludedir='/usr/include'
938pdfdir='${docdir}'
939prefix='/usr'
940profile='no'
941program_transform_name='s,x,x,'
942psdir='${docdir}'
943sbindir='${exec_prefix}/sbin'
944shared='yes'
945sharedstatedir='${prefix}/com'
946sizeof_long_double='16'
947static=''
948static_nss='no'
949subdirs=' '
950submachine=''
951sysconfdir='${prefix}/etc'
952sysdeps_add_ons=' nptl ports'
953sysheaders=''
954sysnames=' sysdeps/unix/sysv/linux/x86_64/64/nptl sysdeps/unix/sysv/linux/x86_64/64 nptl/sysdeps/unix/sysv/linux/x86_64 nptl/sysdeps/unix/sysv/linux/x86 sysdeps/unix/sysv/linux/x86 sysdeps/unix/sysv/linux/x86_64 sysdeps/unix/sysv/linux/wordsize-64 nptl/sysdeps/unix/sysv/linux nptl/sysdeps/pthread sysdeps/pthread ports/sysdeps/unix/sysv/linux sysdeps/unix/sysv/linux sysdeps/gnu sysdeps/unix/inet nptl/sysdeps/unix/sysv ports/sysdeps/unix/sysv sysdeps/unix/sysv sysdeps/unix/x86_64 nptl/sysdeps/unix ports/sysdeps/unix sysdeps/unix sysdeps/posix nptl/sysdeps/x86_64/64 sysdeps/x86_64/64 sysdeps/x86_64/fpu/multiarch sysdeps/x86_64/fpu sysdeps/x86/fpu sysdeps/x86_64/multiarch nptl/sysdeps/x86_64 sysdeps/x86_64 sysdeps/x86 sysdeps/ieee754/ldbl-96 sysdeps/ieee754/dbl-64/wordsize-64 sysdeps/ieee754/dbl-64 sysdeps/ieee754/flt-32 sysdeps/wordsize-64 sysdeps/ieee754 sysdeps/generic'
955target_alias=''
956use_default_link='no'
957use_ldconfig='yes'
958use_nscd='yes'
959with_fp='yes'
960
961## ----------- ##
962## confdefs.h. ##
963## ----------- ##
964
965/* confdefs.h */
966#define PACKAGE_NAME "GNU C Library"
967#define PACKAGE_TARNAME "glibc"
968#define PACKAGE_VERSION "(see version.h)"
969#define PACKAGE_STRING "GNU C Library (see version.h)"
970#define PACKAGE_BUGREPORT "http://sourceware.org/bugzilla/"
971#define PACKAGE_URL "http://www.gnu.org/software/glibc/"
972#define PKGVERSION "(GNU libc) "
973#define REPORT_BUGS_TO "<http://www.gnu.org/software/libc/bugs.html>"
974#define LINK_OBSOLETE_RPC 1
975#define HAVE_LIBIDN 1
976#define USE_MULTIARCH 1
977#define HAVE_ASM_SET_DIRECTIVE 1
978#define HAVE_ASM_UNIQUE_OBJECT 1
979#define HAVE_ASM_PREVIOUS_DIRECTIVE 1
980#define NO_CTORS_DTORS_SECTIONS 1
981#define HAVE_Z_COMBRELOC 1
982#define HAVE_ASM_WEAK_DIRECTIVE 1
983#define HAVE_ASM_CFI_DIRECTIVES 1
984#define HAVE_BUILTIN_MEMSET 1
985#define HAVE_CC_INHIBIT_LOOP_TO_LIBCALL 1
986#define SIZEOF_LONG_DOUBLE 16
987#define HAVE_FORCED_UNWIND 1
988#define __LINUX_KERNEL_VERSION (2 * 65536 + 6 * 256 + 32)
989#define __ABI_TAG_VERSION 2,6,32
990#define HAVE_LINUX_FANOTIFY_H 1
991#define HAVE_INLINED_SYSCALLS 1
992#define HAVE_SSE4_SUPPORT 1
993#define HAVE_AVX_SUPPORT 1
994#define HAVE_SSE2AVX_SUPPORT 1
995#define HAVE_FMA4_SUPPORT 1
996#define PI_STATIC_AND_HIDDEN 1
997#define HAVE_IFUNC 1
998#define USE_NSCD 1
999#define USE_LDCONFIG 1
1000
1001configure: exit 0