Joe,
I've attached the config.log file. I saw some errors concerning a missing
ac_nonexistent.h file and various reports concerning exit(), but no smoking
gun as to what is causing the problems. I did not deviate whatsoever from
the CLFS book, and because I succeeded with the chroot tests (Section 6.22),
I have elected to do a chroot rather than a boot to continue with the build
(starts in Section 8.2).
Please help if you can. Thank you.
Dave
On 8/28/07, Joe Ciccone <[EMAIL PROTECTED]> wrote:
>
> David Whitney wrote:
> > Hi,
> >
> > I am following the CLFS SVN-20070805-x86 guide and I am having trouble
> > configuring glibc-2.6 (Section 10.7) after I have chroot-ed.
> >
> > [snip]
> > .
> > .
> > .
> > checking whether __attribute__((visibility())) is supported... no
> > configure: error: compiler support for visibility attribute is required
> >
> > Is this a critical error or should I ignore it? There was no mention
> > within the guide that I would see this error.
> See if you can open up the config.log and find why the test for that
> parameter failed. If you can't find it, just attach the entire config.log.
> _______________________________________________
> Clfs-support mailing list
> [email protected]
> http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support
>
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by GNU C Library configure (see version.h), which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ../glibc-2.6/configure --prefix=/usr --disable-profile --enable-add-ons --enable-kernel=2.6.0 --libexecdir=/usr/lib/glibc
## --------- ##
## Platform. ##
## --------- ##
hostname = huahin
uname -m = i686
uname -r = 2.6.20-16-generic
uname -s = Linux
uname -v = #2 SMP Thu Jun 7 20:19:32 UTC 2007
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /bin
PATH: /usr/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /tools/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1701: checking build system type
configure:1719: result: i686-pc-linux-gnu
configure:1727: checking host system type
configure:1741: result: i686-pc-linux-gnu
configure:1909: running configure fragment for add-on nptl
configure:2042: checking sysdep dirs
configure:2280: result: sysdeps/generic/elf sysdeps/generic
configure:2358: checking for a BSD-compatible install
configure:2413: result: /tools/bin/install -c
configure:2428: checking whether ln -s works
configure:2432: result: yes
configure:2486: checking for gcc
configure:2502: found /tools/bin/gcc
configure:2512: result: gcc
configure:2756: checking for C compiler version
configure:2759: gcc --version </dev/null >&5
gcc (GCC) 4.2.1
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2762: $? = 0
configure:2764: gcc -v </dev/null >&5
Using built-in specs.
Target: i586-pc-linux-gnu
Configured with: ../gcc-4.2.1/configure --prefix=/tools --build=i486-cross-linux-gnu --host=i586-pc-linux-gnu --target=i586-pc-linux-gnu --with-local-prefix=/tools --enable-long-long --enable-c99 --enable-shared --enable-threads=posix --enable-__cxa_atexit --disable-nls --enable-languages=c,c++ --disable-libstdcxx-pch
Thread model: posix
gcc version 4.2.1
configure:2767: $? = 0
configure:2769: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2772: $? = 1
configure:2776: checking for suffix of object files
configure:2797: gcc -c -march=i586 -mtune=generic -g -O2 conftest.c >&5
configure:2800: $? = 0
configure:2822: result: o
configure:2826: checking whether we are using the GNU C compiler
configure:2850: gcc -c -march=i586 -mtune=generic -g -O2 conftest.c >&5
configure:2856: $? = 0
configure:2860: test -z
|| test ! -s conftest.err
configure:2863: $? = 0
configure:2866: test -s conftest.o
configure:2869: $? = 0
configure:2882: result: yes
configure:2888: checking whether gcc accepts -g
configure:2909: gcc -c -g conftest.c >&5
configure:2915: $? = 0
configure:2919: test -z
|| test ! -s conftest.err
configure:2922: $? = 0
configure:2925: test -s conftest.o
configure:2928: $? = 0
configure:2939: result: yes
configure:2956: checking for gcc option to accept ANSI C
configure:3026: gcc -c -march=i586 -mtune=generic -g -O2 conftest.c >&5
configure:3032: $? = 0
configure:3036: test -z
|| test ! -s conftest.err
configure:3039: $? = 0
configure:3042: test -s conftest.o
configure:3045: $? = 0
configure:3063: result: none needed
configure:3081: gcc -c -march=i586 -mtune=generic -g -O2 conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
configure:3087: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3268: checking how to run the C preprocessor
configure:3303: gcc -E conftest.c
configure:3309: $? = 0
configure:3341: gcc -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:3347: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU C Library"
| #define PACKAGE_TARNAME "c-library"
| #define PACKAGE_VERSION "(see version.h)"
| #define PACKAGE_STRING "GNU C Library (see version.h)"
| #define PACKAGE_BUGREPORT "glibc"
| #define USE_REGPARMS 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3386: result: gcc -E
configure:3410: gcc -E conftest.c
configure:3416: $? = 0
configure:3448: gcc -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:3454: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU C Library"
| #define PACKAGE_TARNAME "c-library"
| #define PACKAGE_VERSION "(see version.h)"
| #define PACKAGE_STRING "GNU C Library (see version.h)"
| #define PACKAGE_BUGREPORT "glibc"
| #define USE_REGPARMS 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3550: checking for g++
configure:3566: found /tools/bin/g++
configure:3576: result: g++
configure:3592: checking for C++ compiler version
configure:3595: g++ --version </dev/null >&5
g++ (GCC) 4.2.1
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3598: $? = 0
configure:3600: g++ -v </dev/null >&5
Using built-in specs.
Target: i586-pc-linux-gnu
Configured with: ../gcc-4.2.1/configure --prefix=/tools --build=i486-cross-linux-gnu --host=i586-pc-linux-gnu --target=i586-pc-linux-gnu --with-local-prefix=/tools --enable-long-long --enable-c99 --enable-shared --enable-threads=posix --enable-__cxa_atexit --disable-nls --enable-languages=c,c++ --disable-libstdcxx-pch
Thread model: posix
gcc version 4.2.1
configure:3603: $? = 0
configure:3605: g++ -V </dev/null >&5
g++: '-V' option must have argument
configure:3608: $? = 1
configure:3611: checking whether we are using the GNU C++ compiler
configure:3635: g++ -c conftest.cc >&5
configure:3641: $? = 0
configure:3645: test -z
|| test ! -s conftest.err
configure:3648: $? = 0
configure:3651: test -s conftest.o
configure:3654: $? = 0
configure:3667: result: yes
configure:3673: checking whether g++ accepts -g
configure:3694: g++ -c -g conftest.cc >&5
configure:3700: $? = 0
configure:3704: test -z
|| test ! -s conftest.err
configure:3707: $? = 0
configure:3710: test -s conftest.o
configure:3713: $? = 0
configure:3724: result: yes
configure:3766: g++ -c -g -O2 conftest.cc >&5
configure:3772: $? = 0
configure:3776: test -z
|| test ! -s conftest.err
configure:3779: $? = 0
configure:3782: test -s conftest.o
configure:3785: $? = 0
configure:3811: g++ -c -g -O2 conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:14: error: 'exit' was not declared in this scope
configure:3817: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU C Library"
| #define PACKAGE_TARNAME "c-library"
| #define PACKAGE_VERSION "(see version.h)"
| #define PACKAGE_STRING "GNU C Library (see version.h)"
| #define PACKAGE_BUGREPORT "glibc"
| #define USE_REGPARMS 1
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:3766: g++ -c -g -O2 conftest.cc >&5
conftest.cc:10: error: 'void std::exit(int)' should have been declared inside 'std'
configure:3772: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU C Library"
| #define PACKAGE_TARNAME "c-library"
| #define PACKAGE_VERSION "(see version.h)"
| #define PACKAGE_STRING "GNU C Library (see version.h)"
| #define PACKAGE_BUGREPORT "glibc"
| #define USE_REGPARMS 1
| /* end confdefs.h. */
| extern "C" void std::exit (int) throw (); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:3766: g++ -c -g -O2 conftest.cc >&5
conftest.cc:10: error: 'void std::exit(int)' should have been declared inside 'std'
In file included from conftest.cc:11:
/tools/include/stdlib.h:646: error: declaration of 'void std::exit(int) throw ()' throws different exceptions
conftest.cc:10: error: from previous declaration 'void std::exit(int)'
configure:3772: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU C Library"
| #define PACKAGE_TARNAME "c-library"
| #define PACKAGE_VERSION "(see version.h)"
| #define PACKAGE_STRING "GNU C Library (see version.h)"
| #define PACKAGE_BUGREPORT "glibc"
| #define USE_REGPARMS 1
| /* end confdefs.h. */
| extern "C" void std::exit (int); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:3766: g++ -c -g -O2 conftest.cc >&5
configure:3772: $? = 0
configure:3776: test -z
|| test ! -s conftest.err
configure:3779: $? = 0
configure:3782: test -s conftest.o
configure:3785: $? = 0
configure:3811: g++ -c -g -O2 conftest.cc >&5
configure:3817: $? = 0
configure:3821: test -z
|| test ! -s conftest.err
configure:3824: $? = 0
configure:3827: test -s conftest.o
configure:3830: $? = 0
configure:3957: checking whether /tools/lib/gcc/i586-pc-linux-gnu/4.2.1/../../../../i586-pc-linux-gnu/bin/as is GNU as
configure:3971: result: yes
configure:3976: checking whether /tools/lib/gcc/i586-pc-linux-gnu/4.2.1/../../../../i586-pc-linux-gnu/bin/ld is GNU ld
configure:3990: result: yes
configure:4000: checking for /tools/lib/gcc/i586-pc-linux-gnu/4.2.1/../../../../i586-pc-linux-gnu/bin/as
configure:4026: result: /tools/lib/gcc/i586-pc-linux-gnu/4.2.1/../../../../i586-pc-linux-gnu/bin/as
configure:4040: checking version of /tools/lib/gcc/i586-pc-linux-gnu/4.2.1/../../../../i586-pc-linux-gnu/bin/as
configure:4050: result: 2.17, ok
configure:4061: checking for /tools/lib/gcc/i586-pc-linux-gnu/4.2.1/../../../../i586-pc-linux-gnu/bin/ld
configure:4087: result: /tools/lib/gcc/i586-pc-linux-gnu/4.2.1/../../../../i586-pc-linux-gnu/bin/ld
configure:4101: checking version of /tools/lib/gcc/i586-pc-linux-gnu/4.2.1/../../../../i586-pc-linux-gnu/bin/ld
configure:4111: result: 2.17, ok
configure:4126: checking for pwd
configure:4144: found /bin/pwd
configure:4157: result: /bin/pwd
configure:4176: checking for gcc
configure:4202: result: gcc
configure:4216: checking version of gcc
configure:4226: result: 4.2.1, ok
configure:4237: checking for gnumake
configure:4266: result: no
configure:4237: checking for gmake
configure:4266: result: no
configure:4237: checking for make
configure:4253: found /tools/bin/make
configure:4263: result: make
configure:4277: checking version of make
configure:4287: result: 3.81, ok
configure:4299: checking for gnumsgfmt
configure:4328: result: no
configure:4299: checking for gmsgfmt
configure:4328: result: no
configure:4299: checking for msgfmt
configure:4315: found /tools/bin/msgfmt
configure:4325: result: msgfmt
configure:4339: checking version of msgfmt
configure:4349: result: 0.16.1, ok
configure:4360: checking for makeinfo
configure:4376: found /tools/bin/makeinfo
configure:4386: result: makeinfo
configure:4400: checking version of makeinfo
configure:4410: result: 4.9, ok
configure:4421: checking for sed
configure:4437: found /tools/bin/sed
configure:4447: result: sed
configure:4461: checking version of sed
configure:4471: result: 4.1.5, ok
configure:4483: checking for autoconf
configure:4512: result: no
configure:4555: WARNING:
*** These auxiliary programs are missing or incompatible versions: autoconf
*** some features will be disabled.
*** Check the INSTALL file for required versions.
configure:4580: checking whether ranlib is necessary
configure:4601: result: no
configure:4614: checking LD_LIBRARY_PATH variable
configure:4624: result: ok
configure:4638: checking whether GCC supports -static-libgcc
configure:4649: result: -static-libgcc
configure:4655: checking for bash
configure:4686: result: /bin/sh
configure:4759: checking for gawk
configure:4775: found /tools/bin/gawk
configure:4785: result: gawk
configure:4797: checking for perl
configure:4815: found /usr/bin/perl
configure:4828: result: /usr/bin/perl
configure:4841: checking for install-info
configure:4860: found /tools/bin/install-info
configure:4873: result: /tools/bin/install-info
configure:4882: checking for bison
configure:4914: result: no
configure:4922: checking for signed size_t type
configure:4937: result: no
configure:4947: checking for libc-friendly stddef.h
configure:4976: gcc -c -march=i586 -mtune=generic -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:25: warning: incompatible implicit declaration of built-in function 'abort'
configure:4982: $? = 0
configure:4986: test -z
|| test ! -s conftest.err
configure:4989: $? = 0
configure:4992: test -s conftest.o
configure:4995: $? = 0
configure:5006: result: yes
configure:5013: checking whether we need to use -P to assemble .S files
configure:5023: gcc -c conftest.S 1>&5
configure:5026: $? = 0
configure:5034: result: no
configure:5041: checking whether .text pseudo-op must be used
configure:5051: gcc -c conftest.s 1>&5
configure:5054: $? = 0
configure:5065: result: yes
configure:5069: checking for assembler global-symbol directive
configure:5082: gcc -c conftest.s 1>&5
configure:5085: $? = 0
configure:5093: result: .globl
configure:5106: checking for .set assembler directive
configure:5132: result: yes
configure:5141: checking for assembler .type directive prefix
configure:5157: gcc -c conftest.s 1>&5
configure:5160: $? = 0
configure:5168: result: @
configure:5177: checking for .symver assembler directive
configure:5194: result: yes
configure:5196: checking for ld --version-script
configure:5222: gcc -march=i586 -mtune=generic -g -O2 -shared
-o conftest.so conftest.o
-nostartfiles -nostdlib
-Wl,--version-script,conftest.map
1>&5
configure:5225: $? = 0
configure:5240: result: yes
configure:5264: checking for .previous assembler directive
configure:5274: gcc -c conftest.s 1>&5
configure:5277: $? = 0
configure:5285: result: yes
configure:5323: checking for .protected and .hidden assembler directive
configure:5335: gcc -c conftest.s 1>&5
configure:5338: $? = 0
configure:5348: result: yes
configure:5352: checking whether __attribute__((visibility())) is supported
configure:5363: gcc -Werror -S conftest.c -o conftest.s 1>&5
cc1: warnings being treated as errors
conftest.c:1: warning: visibility attribute not supported in this configuration; ignored
configure:5366: $? = 1
configure:5377: result: no
configure:5380: error: compiler support for visibility attribute is required
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-march=i586 -mtune=generic -g -O2'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_BASH=/bin/sh
ac_cv_path_BISON=no
ac_cv_path_INSTALL_INFO=/tools/bin/install-info
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_PWD_P=/bin/pwd
ac_cv_path_install='/tools/bin/install -c'
ac_cv_prog_AS=/tools/lib/gcc/i586-pc-linux-gnu/4.2.1/../../../../i586-pc-linux-gnu/bin/as
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=gcc
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_LD=/tools/lib/gcc/i586-pc-linux-gnu/4.2.1/../../../../i586-pc-linux-gnu/bin/ld
ac_cv_prog_MAKE=make
ac_cv_prog_MAKEINFO=makeinfo
ac_cv_prog_MSGFMT=msgfmt
ac_cv_prog_SED=sed
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
libc_cv_asm_global_directive=.globl
libc_cv_asm_previous_directive=yes
libc_cv_asm_protected_directive=yes
libc_cv_asm_set_directive=yes
libc_cv_asm_symver_directive=yes
libc_cv_asm_type_prefix=@
libc_cv_dot_text=.text
libc_cv_friendly_stddef=yes
libc_cv_gcc_static_libgcc=-static-libgcc
libc_cv_have_bash2=yes
libc_cv_have_ksh=yes
libc_cv_ld_version_script_option=yes
libc_cv_need_minus_P=no
libc_cv_prog_as_gnu=yes
libc_cv_prog_ld_gnu=yes
libc_cv_ranlib_necessary=no
libc_cv_signed_size_t=no
libc_cv_visibility_attribute=no
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='/tools/lib/gcc/i586-pc-linux-gnu/4.2.1/../../../../i586-pc-linux-gnu/bin/ar'
AS='/tools/lib/gcc/i586-pc-linux-gnu/4.2.1/../../../../i586-pc-linux-gnu/bin/as'
ASFLAGS_config=''
AUTOCONF='no'
AWK='gawk'
BASH='/bin/sh'
BISON='no'
BUILD_CC=''
CC='gcc'
CFLAGS='-march=i586 -mtune=generic -g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXFLAGS='-g -O2'
CXX_SYSINCLUDES=''
DEFINES=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_INFO='/tools/bin/install-info'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
KSH='/bin/sh'
LD='/tools/lib/gcc/i586-pc-linux-gnu/4.2.1/../../../../i586-pc-linux-gnu/bin/ld'
LDFLAGS=''
LIBGD=''
LIBOBJS=''
LIBS=''
LN_S='ln -s'
LTLIBOBJS=''
MAKE='make'
MAKEINFO='makeinfo'
MIG=''
MSGFMT='msgfmt'
OBJDUMP='/tools/lib/gcc/i586-pc-linux-gnu/4.2.1/../../../../i586-pc-linux-gnu/bin/objdump'
OBJEXT='o'
PACKAGE_BUGREPORT='glibc'
PACKAGE_NAME='GNU C Library'
PACKAGE_STRING='GNU C Library (see version.h)'
PACKAGE_TARNAME='c-library'
PACKAGE_VERSION='(see version.h)'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PWD_P='/bin/pwd'
RANLIB=':'
RELEASE=''
SED='sed'
SHELL='/bin/sh'
SYSINCLUDES=''
VERSION=''
VERSIONING='yes'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_RANLIB=''
add_on_subdirs=''
add_ons='nptl'
all_warnings=''
base_machine='i386'
bindir='${exec_prefix}/bin'
bindnow='no'
bounded='no'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
cross_compiling='no'
datadir='${prefix}/share'
elf='yes'
enable_check_abi='no'
exceptions=''
exec_prefix='NONE'
fno_unit_at_a_time=''
force_install='yes'
have_libaudit=''
have_libcap=''
have_selinux=''
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
ldd_rewrite_script=''
libc_cv_Bgroup=''
libc_cv_as_needed=''
libc_cv_cc_with_libunwind=''
libc_cv_forced_unwind=''
libc_cv_fpie=''
libc_cv_gcc_static_libgcc='-static-libgcc'
libc_cv_gcc_unwind_find_fde=''
libc_cv_gnu89_inline=''
libc_cv_hashstyle=''
libc_cv_have_bash2='yes'
libc_cv_have_initfini=''
libc_cv_have_ksh='yes'
libc_cv_libgcc_s_suffix=''
libc_cv_localedir=''
libc_cv_rootsbindir=''
libc_cv_slibdir=''
libc_cv_ssp=''
libc_cv_sysconfdir=''
libc_cv_z_combreloc=''
libc_cv_z_execstack=''
libdir='${exec_prefix}/lib'
libexecdir='/usr/lib/glibc'
localstatedir='${prefix}/var'
mach_interface_list=''
mandir='${prefix}/man'
no_whole_archive=''
nopic_initfini=''
old_glibc_headers=''
oldest_abi='default'
oldincludedir='/usr/include'
omitfp='no'
pic_default=''
prefix='/usr'
profile='no'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
shared='default'
sharedstatedir='${prefix}/com'
sizeof_long_double=''
static='yes'
static_nss='no'
subdirs=' '
submachine=''
sysconfdir='${prefix}/etc'
sysdeps_add_ons=' nptl'
sysnames=' sysdeps/i386/elf nptl/sysdeps/unix/sysv/linux/i386/i686 nptl/sysdeps/unix/sysv/linux/i386 sysdeps/unix/sysv/linux/i386 nptl/sysdeps/unix/sysv/linux nptl/sysdeps/pthread sysdeps/pthread sysdeps/unix/sysv/linux sysdeps/gnu sysdeps/unix/common sysdeps/unix/mman sysdeps/unix/inet sysdeps/unix/sysv/i386 nptl/sysdeps/unix/sysv sysdeps/unix/sysv sysdeps/unix/i386 nptl/sysdeps/unix sysdeps/unix sysdeps/posix sysdeps/i386/i686/fpu nptl/sysdeps/i386/i686 sysdeps/i386/i686 sysdeps/i386/i486 nptl/sysdeps/i386/i486 sysdeps/i386/fpu nptl/sysdeps/i386 sysdeps/i386 sysdeps/wordsize-32 sysdeps/ieee754/ldbl-96 sysdeps/ieee754/dbl-64 sysdeps/ieee754/flt-32 sysdeps/ieee754 sysdeps/generic/elf sysdeps/generic'
target_alias=''
uname_release=''
uname_sysname=''
uname_version=''
use_ldconfig=''
with_cvs='yes'
with_fp='yes'
xcoff='no'
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define ASM_GLOBAL_DIRECTIVE .globl
#define ASM_TYPE_DIRECTIVE_PREFIX @
#define DO_VERSIONING 1
#define HAVE_ASM_PREVIOUS_DIRECTIVE 1
#define HAVE_ASM_SET_DIRECTIVE 1
#define PACKAGE_BUGREPORT "glibc"
#define PACKAGE_NAME "GNU C Library"
#define PACKAGE_STRING "GNU C Library (see version.h)"
#define PACKAGE_TARNAME "c-library"
#define PACKAGE_VERSION "(see version.h)"
#define USE_REGPARMS 1
#endif
#ifdef __cplusplus
extern "C" void exit (int) throw ();
configure: exit 1
_______________________________________________
Clfs-support mailing list
[email protected]
http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support