blob: aa5d5d5fd025498eb3547a318b2cf598f0c6742a [file] [log] [blame]
The Android Open Source Project441f72d2009-03-03 19:29:28 -08001This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by Red Hat elfutils configure 0.97, which was
5generated by GNU Autoconf 2.59. Invocation command line was
6
7 $ ./configure --prefix /work/elfutils/google/linux-install-elfutils-0.97/ --no-create --no-recursion
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = in2it.corp.google.com
14uname -m = i686
15uname -r = 2.6.16.11-gg1
16uname -s = Linux
17uname -v = #1 SMP Wed Apr 26 14:42:26 PDT 2006
18
19/usr/bin/uname -p = unknown
20/bin/uname -X = unknown
21
22/bin/arch = i686
23/usr/bin/arch -k = unknown
24/usr/convex/getsysinfo = unknown
25hostinfo = unknown
26/bin/machine = unknown
27/usr/bin/oslevel = unknown
28/bin/universe = unknown
29
30PATH: /usr/local/scripts
31PATH: /usr/local/symlinks
32PATH: /usr/local/sbin
33PATH: /usr/local/bin
34PATH: /usr/sbin
35PATH: /usr/bin
36PATH: /sbin
37PATH: /bin
38PATH: /usr/bin/X11
39PATH: /usr/games
40PATH: /work/android/device/prebuilt/Linux/toolchain/bin/
41PATH: /home/build/public/google/tools/
42PATH: /work/elfcopy
43PATH: /work/aldd
44PATH: /work/symchange
45PATH: /work/lsd
46PATH: /work/elfutils-0.97-install/bin/
47PATH: .
48PATH: /home/malchev/bin
49PATH: /work/android/device/out/linux-arm-release/host/bin
50PATH: /work/android/device/prebuilt/Linux/toolchain/arm-elf
51PATH: /work/android/device/prebuilt/Linux/toolchain/bin/
52PATH: /home/build/public/google/tools/
53PATH: /work/elfcopy
54PATH: /work/aldd
55PATH: /work/soslim
56PATH: /work/lsd
57PATH: /work/elfutils-0.97-install/bin/
58PATH: .
59
60
61## ----------- ##
62## Core tests. ##
63## ----------- ##
64
65configure:1345: checking for a BSD-compatible install
66configure:1400: result: /usr/bin/install -c
67configure:1411: checking whether build environment is sane
68configure:1454: result: yes
69configure:1519: checking for gawk
70configure:1535: found /usr/bin/gawk
71configure:1545: result: gawk
72configure:1555: checking whether make sets $(MAKE)
73configure:1575: result: yes
74configure:1774: checking build system type
75configure:1792: result: i686-pc-linux-gnu
76configure:1800: checking host system type
77configure:1814: result: i686-pc-linux-gnu
78configure:1882: checking for gcc
79configure:1898: found /usr/bin/gcc
80configure:1908: result: gcc
81configure:2152: checking for C compiler version
82configure:2155: gcc --version </dev/null >&5
83gcc (GCC) 3.3.5 (Debian 1:3.3.5-8ubuntu2.1)
84Copyright (C) 2003 Free Software Foundation, Inc.
85This is free software; see the source for copying conditions. There is NO
86warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
87
88configure:2158: $? = 0
89configure:2160: gcc -v </dev/null >&5
90Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.5/specs
91Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux
92Thread model: posix
93gcc version 3.3.5 (Debian 1:3.3.5-8ubuntu2.1)
94configure:2163: $? = 0
95configure:2165: gcc -V </dev/null >&5
96gcc: `-V' option must have argument
97configure:2168: $? = 1
98configure:2191: checking for C compiler default output file name
99configure:2194: gcc conftest.c >&5
100configure:2197: $? = 0
101configure:2243: result: a.out
102configure:2248: checking whether the C compiler works
103configure:2254: ./a.out
104configure:2257: $? = 0
105configure:2274: result: yes
106configure:2281: checking whether we are cross compiling
107configure:2283: result: no
108configure:2286: checking for suffix of executables
109configure:2288: gcc -o conftest conftest.c >&5
110configure:2291: $? = 0
111configure:2316: result:
112configure:2322: checking for suffix of object files
113configure:2343: gcc -c conftest.c >&5
114configure:2346: $? = 0
115configure:2368: result: o
116configure:2372: checking whether we are using the GNU C compiler
117configure:2396: gcc -c conftest.c >&5
118configure:2402: $? = 0
119configure:2405: test -z || test ! -s conftest.err
120configure:2408: $? = 0
121configure:2411: test -s conftest.o
122configure:2414: $? = 0
123configure:2427: result: yes
124configure:2433: checking whether gcc accepts -g
125configure:2454: gcc -c -g conftest.c >&5
126configure:2460: $? = 0
127configure:2463: test -z || test ! -s conftest.err
128configure:2466: $? = 0
129configure:2469: test -s conftest.o
130configure:2472: $? = 0
131configure:2483: result: yes
132configure:2500: checking for gcc option to accept ANSI C
133configure:2570: gcc -c -g -O2 conftest.c >&5
134configure:2576: $? = 0
135configure:2579: test -z || test ! -s conftest.err
136configure:2582: $? = 0
137configure:2585: test -s conftest.o
138configure:2588: $? = 0
139configure:2606: result: none needed
140configure:2624: gcc -c -g -O2 conftest.c >&5
141conftest.c:2: error: syntax error before "me"
142configure:2630: $? = 1
143configure: failed program was:
144| #ifndef __cplusplus
145| choke me
146| #endif
147configure:2771: checking for style of include used by make
148configure:2799: result: GNU
149configure:2827: checking dependency style of gcc
150configure:2917: result: gcc3
151configure:2939: checking how to run the C preprocessor
152configure:2974: gcc -E conftest.c
153configure:2980: $? = 0
154configure:3012: gcc -E conftest.c
155conftest.c:11:28: ac_nonexistent.h: No such file or directory
156configure:3018: $? = 1
157configure: failed program was:
158| /* confdefs.h. */
159|
160| #define PACKAGE_NAME "Red Hat elfutils"
161| #define PACKAGE_TARNAME "elfutils"
162| #define PACKAGE_VERSION "0.97"
163| #define PACKAGE_STRING "Red Hat elfutils 0.97"
164| #define PACKAGE_BUGREPORT "http://bugzilla.redhat.com/bugzilla/"
165| #define PACKAGE "elfutils"
166| #define VERSION "0.97"
167| /* end confdefs.h. */
168| #include <ac_nonexistent.h>
169configure:3057: result: gcc -E
170configure:3081: gcc -E conftest.c
171configure:3087: $? = 0
172configure:3119: gcc -E conftest.c
173conftest.c:11:28: ac_nonexistent.h: No such file or directory
174configure:3125: $? = 1
175configure: failed program was:
176| /* confdefs.h. */
177|
178| #define PACKAGE_NAME "Red Hat elfutils"
179| #define PACKAGE_TARNAME "elfutils"
180| #define PACKAGE_VERSION "0.97"
181| #define PACKAGE_STRING "Red Hat elfutils 0.97"
182| #define PACKAGE_BUGREPORT "http://bugzilla.redhat.com/bugzilla/"
183| #define PACKAGE "elfutils"
184| #define VERSION "0.97"
185| /* end confdefs.h. */
186| #include <ac_nonexistent.h>
187configure:3170: checking for egrep
188configure:3180: result: grep -E
189configure:3186: checking whether gcc needs -traditional
190configure:3228: result: no
191configure:3250: checking for msgfmt
192configure:3278: result: /usr/bin/msgfmt
193configure:3287: checking for gmsgfmt
194configure:3318: result: /usr/bin/msgfmt
195configure:3328: checking for xgettext
196configure:3356: result: /usr/bin/xgettext
197configure:3367: checking for msgmerge
198configure:3394: result: /usr/bin/msgmerge
199configure:3456: checking for ld used by GCC
200configure:3519: result: /usr/bin/ld
201configure:3528: checking if the linker (/usr/bin/ld) is GNU ld
202GNU ld version 2.15
203configure:3540: result: yes
204configure:3546: checking for shared library run path origin
205configure:3559: result: done
206configure:3944: checking whether NLS is requested
207configure:3953: result: yes
208configure:3970: checking for GNU gettext in libc
209configure:3994: gcc -o conftest -g -O2 conftest.c >&5
210configure:4000: $? = 0
211configure:4003: test -z || test ! -s conftest.err
212configure:4006: $? = 0
213configure:4009: test -s conftest
214configure:4012: $? = 0
215configure:4024: result: yes
216configure:4791: checking for ranlib
217configure:4807: found /usr/bin/ranlib
218configure:4818: result: ranlib
219configure:4834: checking for bison
220configure:4850: found /usr/bin/bison
221configure:4860: result: bison -y
222configure:4875: checking for flex
223configure:4891: found /usr/bin/flex
224configure:4901: result: flex
225configure:4914: checking for yywrap in -lfl
226configure:4944: gcc -o conftest -g -O2 conftest.c -lfl >&5
227configure:4950: $? = 0
228configure:4953: test -z || test ! -s conftest.err
229configure:4956: $? = 0
230configure:4959: test -s conftest
231configure:4962: $? = 0
232configure:4975: result: yes
233configure:5052: checking lex output file root
234configure:5063: flex conftest.l
235configure:5066: $? = 0
236configure:5078: result: lex.yy
237configure:5083: checking whether yytext is a pointer
238configure:5099: gcc -o conftest -g -O2 conftest.c -lfl >&5
239configure:5105: $? = 0
240configure:5108: test -z || test ! -s conftest.err
241configure:5111: $? = 0
242configure:5114: test -s conftest
243configure:5117: $? = 0
244configure:5131: result: yes
245configure:5146: checking for gcc with C99 support
246configure:5157: gcc -c -g -O2 -std=gnu99 conftest.c >&5
247configure:5163: $? = 0
248configure:5166: test -z || test ! -s conftest.err
249configure:5169: $? = 0
250configure:5172: test -s conftest.o
251configure:5175: $? = 0
252configure:5187: result: yes
253configure:5215: checking for special C compiler options needed for large files
254configure:5312: result: no
255configure:5318: checking for _FILE_OFFSET_BITS value needed for large files
256configure:5349: gcc -c -g -O2 conftest.c >&5
257conftest.c:22: warning: left shift count >= width of type
258conftest.c:22: warning: left shift count >= width of type
259conftest.c:24: error: size of array `off_t_is_large' is negative
260configure:5355: $? = 1
261configure: failed program was:
262| /* confdefs.h. */
263|
264| #define PACKAGE_NAME "Red Hat elfutils"
265| #define PACKAGE_TARNAME "elfutils"
266| #define PACKAGE_VERSION "0.97"
267| #define PACKAGE_STRING "Red Hat elfutils 0.97"
268| #define PACKAGE_BUGREPORT "http://bugzilla.redhat.com/bugzilla/"
269| #define PACKAGE "elfutils"
270| #define VERSION "0.97"
271| #define ENABLE_NLS 1
272| #define HAVE_GETTEXT 1
273| #define HAVE_DCGETTEXT 1
274| #define YYTEXT_POINTER 1
275| #define LOCALEDIR "${prefix}/share"
276| /* end confdefs.h. */
277| #include <sys/types.h>
278| /* Check that off_t can represent 2**63 - 1 correctly.
279| We can't simply define LARGE_OFF_T to be 9223372036854775807,
280| since some C++ compilers masquerading as C compilers
281| incorrectly reject 9223372036854775807. */
282| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
283| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
284| && LARGE_OFF_T % 2147483647 == 1)
285| ? 1 : -1];
286| int
287| main ()
288| {
289|
290| ;
291| return 0;
292| }
293configure:5401: gcc -c -g -O2 conftest.c >&5
294configure:5407: $? = 0
295configure:5410: test -z || test ! -s conftest.err
296configure:5413: $? = 0
297configure:5416: test -s conftest.o
298configure:5419: $? = 0
299configure:5431: result: 64
300configure:5441: checking for _LARGE_FILES value needed for large files
301configure:5472: gcc -c -g -O2 conftest.c >&5
302configure:5478: $? = 0
303configure:5481: test -z || test ! -s conftest.err
304configure:5484: $? = 0
305configure:5487: test -s conftest.o
306configure:5490: $? = 0
307configure:5554: result: no
308configure:5836: creating ./config.status
309
310## ---------------- ##
311## Cache variables. ##
312## ---------------- ##
313
314ac_cv_build=i686-pc-linux-gnu
315ac_cv_build_alias=i686-pc-linux-gnu
316ac_cv_c99=yes
317ac_cv_c_compiler_gnu=yes
318ac_cv_env_CC_set=
319ac_cv_env_CC_value=
320ac_cv_env_CFLAGS_set=
321ac_cv_env_CFLAGS_value=
322ac_cv_env_CPPFLAGS_set=
323ac_cv_env_CPPFLAGS_value=
324ac_cv_env_CPP_set=
325ac_cv_env_CPP_value=
326ac_cv_env_LDFLAGS_set=
327ac_cv_env_LDFLAGS_value=
328ac_cv_env_build_alias_set=
329ac_cv_env_build_alias_value=
330ac_cv_env_host_alias_set=
331ac_cv_env_host_alias_value=
332ac_cv_env_target_alias_set=
333ac_cv_env_target_alias_value=
334ac_cv_exeext=
335ac_cv_host=i686-pc-linux-gnu
336ac_cv_host_alias=i686-pc-linux-gnu
337ac_cv_lib_fl_yywrap=yes
338ac_cv_objext=o
339ac_cv_path_GMSGFMT=/usr/bin/msgfmt
340ac_cv_path_MSGFMT=/usr/bin/msgfmt
341ac_cv_path_MSGMERGE=/usr/bin/msgmerge
342ac_cv_path_XGETTEXT=/usr/bin/xgettext
343ac_cv_path_install='/usr/bin/install -c'
344ac_cv_prog_AWK=gawk
345ac_cv_prog_CPP='gcc -E'
346ac_cv_prog_LEX=flex
347ac_cv_prog_YACC='bison -y'
348ac_cv_prog_ac_ct_CC=gcc
349ac_cv_prog_ac_ct_RANLIB=ranlib
350ac_cv_prog_cc_g=yes
351ac_cv_prog_cc_stdc=
352ac_cv_prog_egrep='grep -E'
353ac_cv_prog_gcc_traditional=no
354ac_cv_prog_lex_root=lex.yy
355ac_cv_prog_lex_yytext_pointer=yes
356ac_cv_prog_make_make_set=yes
357ac_cv_sys_file_offset_bits=64
358ac_cv_sys_large_files=no
359ac_cv_sys_largefile_CC=no
360acl_cv_hardcode_direct=no
361acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
362acl_cv_hardcode_libdir_separator=
363acl_cv_hardcode_minus_L=no
364acl_cv_libext=a
365acl_cv_path_LD=/usr/bin/ld
366acl_cv_prog_gnu_ld=yes
367acl_cv_rpath=done
368acl_cv_shlibext=so
369acl_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib'
370acl_cv_sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
371acl_cv_wl=-Wl,
372am_cv_CC_dependencies_compiler_type=gcc3
373gt_cv_func_gnugettext1_libc=yes
374
375## ----------------- ##
376## Output variables. ##
377## ----------------- ##
378
379ACLOCAL='${SHELL} /work/elfutils/stock/elfutils-0.97/config/missing --run aclocal-1.9'
380AMDEPBACKSLASH='\'
381AMDEP_FALSE='#'
382AMDEP_TRUE=''
383AMTAR='${SHELL} /work/elfutils/stock/elfutils-0.97/config/missing --run tar'
384AUTOCONF='${SHELL} /work/elfutils/stock/elfutils-0.97/config/missing --run autoconf'
385AUTOHEADER='${SHELL} /work/elfutils/stock/elfutils-0.97/config/missing --run autoheader'
386AUTOMAKE='${SHELL} /work/elfutils/stock/elfutils-0.97/config/missing --run automake-1.9'
387AWK='gawk'
388CC='gcc'
389CCDEPMODE='depmode=gcc3'
390CFLAGS='-g -O2'
391CPP='gcc -E'
392CPPFLAGS=''
393CYGPATH_W='echo'
394DATADIRNAME='${prefix}/share'
395DEFS='-DHAVE_CONFIG_H'
396DEPDIR='.deps'
397ECHO_C=''
398ECHO_N='-n'
399ECHO_T=''
400EGREP='grep -E'
401EXEEXT=''
402GMSGFMT='/usr/bin/msgfmt'
403INSTALL_DATA='${INSTALL} -m 644'
404INSTALL_PROGRAM='${INSTALL}'
405INSTALL_SCRIPT='${INSTALL}'
406INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
407INTLLIBS=''
408LDFLAGS=''
409LEX='flex'
410LEXLIB='-lfl'
411LEX_OUTPUT_ROOT='lex.yy'
412LIBICONV='-liconv'
413LIBINTL=''
414LIBOBJS=''
415LIBS=''
416LOCALEDIR='${prefix}/share'
417LTLIBICONV='-liconv'
418LTLIBINTL=''
419LTLIBOBJS=''
420MAKEINFO='${SHELL} /work/elfutils/stock/elfutils-0.97/config/missing --run makeinfo'
421MKINSTALLDIRS='config/mkinstalldirs'
422MSGFMT='/usr/bin/msgfmt'
423MSGMERGE='/usr/bin/msgmerge'
424MUDFLAP_FALSE=''
425MUDFLAP_TRUE='#'
426NATIVE_LD_FALSE=''
427NATIVE_LD_TRUE='#'
428OBJEXT='o'
429PACKAGE='elfutils'
430PACKAGE_BUGREPORT='http://bugzilla.redhat.com/bugzilla/'
431PACKAGE_NAME='Red Hat elfutils'
432PACKAGE_STRING='Red Hat elfutils 0.97'
433PACKAGE_TARNAME='elfutils'
434PACKAGE_VERSION='0.97'
435PATH_SEPARATOR=':'
436POSUB='po'
437RANLIB='ranlib'
438SET_MAKE=''
439SHELL='/bin/sh'
440STRIP=''
441USE_NLS='yes'
442VERSION='0.97'
443XGETTEXT='/usr/bin/xgettext'
444YACC='bison -y'
445ac_ct_CC='gcc'
446ac_ct_RANLIB='ranlib'
447ac_ct_STRIP=''
448am__fastdepCC_FALSE='#'
449am__fastdepCC_TRUE=''
450am__include='include'
451am__leading_dot='.'
452am__quote=''
453am__tar='${AMTAR} chof - "$$tardir"'
454am__untar='${AMTAR} xf -'
455base_cpu='none'
456bindir='${exec_prefix}/bin'
457build='i686-pc-linux-gnu'
458build_alias=''
459build_cpu='i686'
460build_os='linux-gnu'
461build_vendor='pc'
462datadir='${prefix}/share'
463exec_prefix='${prefix}'
464host='i686-pc-linux-gnu'
465host_alias=''
466host_cpu='i686'
467host_os='linux-gnu'
468host_vendor='pc'
469includedir='${prefix}/include'
470infodir='${prefix}/info'
471install_sh='/work/elfutils/stock/elfutils-0.97/config/install-sh'
472libdir='${exec_prefix}/lib'
473libexecdir='${exec_prefix}/libexec'
474localstatedir='${prefix}/var'
475mandir='${prefix}/man'
476mkdir_p='mkdir -p --'
477oldincludedir='/usr/include'
478prefix='/work/elfutils/google/linux-install-elfutils-0.97/'
479program_transform_name='s,x,x,'
480sbindir='${exec_prefix}/sbin'
481sharedstatedir='${prefix}/com'
482sysconfdir='${prefix}/etc'
483target_alias=''
484
485## ----------- ##
486## confdefs.h. ##
487## ----------- ##
488
489#define ENABLE_NLS 1
490#define HAVE_DCGETTEXT 1
491#define HAVE_GETTEXT 1
492#define LOCALEDIR "${prefix}/share"
493#define PACKAGE "elfutils"
494#define PACKAGE_BUGREPORT "http://bugzilla.redhat.com/bugzilla/"
495#define PACKAGE_NAME "Red Hat elfutils"
496#define PACKAGE_STRING "Red Hat elfutils 0.97"
497#define PACKAGE_TARNAME "elfutils"
498#define PACKAGE_VERSION "0.97"
499#define VERSION "0.97"
500#define YYTEXT_POINTER 1
501#define _FILE_OFFSET_BITS 64
502
503configure: exit 0
504
505## ---------------------- ##
506## Running config.status. ##
507## ---------------------- ##
508
509This file was extended by Red Hat elfutils config.status 0.97, which was
510generated by GNU Autoconf 2.59. Invocation command line was
511
512 CONFIG_FILES =
513 CONFIG_HEADERS =
514 CONFIG_LINKS =
515 CONFIG_COMMANDS =
516 $ ./config.status
517
518on in2it.corp.google.com
519
520config.status:783: creating config/Makefile
521config.status:783: creating Makefile
522config.status:783: creating m4/Makefile
523config.status:783: creating elfutils.spec
524config.status:783: creating doc/Makefile
525config.status:783: creating lib/Makefile
526config.status:783: creating libelf/Makefile
527config.status:783: creating libelf-po/Makefile.in
528config.status:783: creating libebl/Makefile
529config.status:783: creating libdw/Makefile
530config.status:783: creating libcpu/Makefile
531config.status:783: creating libasm/Makefile
532config.status:783: creating src/Makefile
533config.status:783: creating po/Makefile.in
534config.status:783: creating tests/Makefile
535config.status:849: creating config.h
536config.status:947: config.h is unchanged
537config.status:1127: executing depfiles commands
538config.status:1127: executing default-1 commands
539
540## ---------------------- ##
541## Running config.status. ##
542## ---------------------- ##
543
544This file was extended by Red Hat elfutils config.status 0.97, which was
545generated by GNU Autoconf 2.59. Invocation command line was
546
547 CONFIG_FILES =
548 CONFIG_HEADERS =
549 CONFIG_LINKS =
550 CONFIG_COMMANDS =
551 $ ./config.status config.h
552
553on in2it.corp.google.com
554
555config.status:849: creating config.h
556config.status:947: config.h is unchanged