Dear developers,

To complete gnu-doc package, I need to build GLIBC documentation in
info format. I downloaded glibc-2.7.tar.bz2 and glibc-ports-2.7.tar.bz2
sources from ftp://ftp.gnu.org/gnu/glibc/. Then:

 tar -xjf glibc-2.7.tar.bz2
 tar -xjf glibc-ports-2.7.tar.bz2
 mv glibc-ports-2.7 glibc-2.7/ports
 mkdir glibc-build
 cd glibc-build

I tried two methods to build documentation:

- Using makeinfo:

   makeinfo ../glibc-2.7/manual/libc.texinfo -I../glibc-2.7/manual/*

  gives me the errors in the attachement named "glibc-makeinfo-error".

- Using configure + make install-info:

   ../glibc-2.7/configure

  gives me the error in the attachement named "glibc-configure-error".
  The attachement named "config.log" is the one mentioned in
  "glibc-configure-error".

Any information to solve this is welcome.

Thanks.

Christophe

Attachment: glibc-configure-error
Description: Binary data

Attachment: glibc-makeinfo-error
Description: Binary data

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.61.  Invocation command line was

  $ ../glibc-2.7/configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = yeeloong
uname -m = mips64
uname -r = 2.6.33.3-libre-lemote
uname -s = Linux
uname -v = #1 PREEMPT Wed Apr 28 04:17:31 UTC 2010

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/texlive/2009/bin/mips64el-linux


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2180: checking build system type
configure:2198: result: mips64el-unknown-linux-gnu
configure:2220: checking host system type
configure:2235: result: mips64el-unknown-linux-gnu
configure:2415: running configure fragment for add-on nptl
configure:2453: checking add-on ports for preconfigure fragments
configure:2460: result: 
configure:2548: checking sysdep dirs
configure:2786: result: sysdeps/generic/elf sysdeps/generic
configure:2864: checking for a BSD-compatible install
configure:2920: result: /usr/bin/install -c
configure:2935: checking whether ln -s works
configure:2939: result: yes
configure:2995: checking for gcc
configure:3011: found /usr/bin/gcc
configure:3022: result: gcc
configure:3260: checking for C compiler version
configure:3267: gcc --version >&5
gcc (Debian 4.3.2-1.1) 4.3.2
Copyright (C) 2008 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:3270: $? = 0
configure:3277: gcc -v >&5
Using built-in specs.
Target: mipsel-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --disable-libssp --enable-checking=release --build=mipsel-linux-gnu --host=mipsel-linux-gnu --target=mipsel-linux-gnu
Thread model: posix
gcc version 4.3.2 (Debian 4.3.2-1.1) 
configure:3280: $? = 0
configure:3287: gcc -V >&5
gcc: '-V' option must have argument
configure:3290: $? = 1
configure:3294: checking for suffix of object files
configure:3320: gcc -c   -mabi=64 conftest.c >&5
configure:3323: $? = 0
configure:3346: result: o
configure:3350: checking whether we are using the GNU C compiler
configure:3379: gcc -c   -mabi=64 conftest.c >&5
configure:3385: $? = 0
configure:3402: result: yes
configure:3407: checking whether gcc accepts -g
configure:3437: gcc -c -g  -mabi=64 conftest.c >&5
configure:3443: $? = 0
configure:3542: result: yes
configure:3559: checking for gcc option to accept ISO C89
configure:3633: gcc  -c -g -O2  -mabi=64 conftest.c >&5
configure:3639: $? = 0
configure:3662: result: none needed
configure:3730: checking how to run the C preprocessor
configure:3770: gcc -E  -mabi=64 conftest.c
configure:3776: $? = 0
configure:3807: gcc -E  -mabi=64 conftest.c
conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
configure:3813: $? = 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"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3846: result: gcc -E
configure:3875: gcc -E  -mabi=64 conftest.c
configure:3881: $? = 0
configure:3912: gcc -E  -mabi=64 conftest.c
conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
configure:3918: $? = 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"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4014: checking for g++
configure:4030: found /usr/bin/g++
configure:4041: result: g++
configure:4072: checking for C++ compiler version
configure:4079: g++ --version >&5
g++ (Debian 4.3.2-1.1) 4.3.2
Copyright (C) 2008 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:4082: $? = 0
configure:4089: g++ -v >&5
Using built-in specs.
Target: mipsel-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --disable-libssp --enable-checking=release --build=mipsel-linux-gnu --host=mipsel-linux-gnu --target=mipsel-linux-gnu
Thread model: posix
gcc version 4.3.2 (Debian 4.3.2-1.1) 
configure:4092: $? = 0
configure:4099: g++ -V >&5
g++: '-V' option must have argument
configure:4102: $? = 1
configure:4105: checking whether we are using the GNU C++ compiler
configure:4134: g++ -c   -mabi=64 conftest.cpp >&5
configure:4140: $? = 0
configure:4157: result: yes
configure:4162: checking whether g++ accepts -g
configure:4192: g++ -c -g  -mabi=64 conftest.cpp >&5
configure:4198: $? = 0
configure:4297: result: yes
configure:4381: checking for ranlib
configure:4397: found /usr/bin/ranlib
configure:4408: result: ranlib
configure:4440: checking whether as is GNU as
configure:4454: result: yes
configure:4459: checking whether ld is GNU ld
configure:4473: result: yes
configure:4483: checking for as
configure:4510: result: as
configure:4525: checking version of as
configure:4535: result: 2.18.0.20080103, ok
configure:4546: checking for ld
configure:4573: result: ld
configure:4588: checking version of ld
configure:4598: result: 2.18.0.20080103, ok
configure:4613: checking for pwd
configure:4631: found /bin/pwd
configure:4644: result: /bin/pwd
configure:4664: checking for gcc
configure:4691: result: gcc
configure:4706: checking version of gcc
configure:4716: result: 4.3.2, ok
configure:4727: checking for gnumake
configure:4757: result: no
configure:4727: checking for gmake
configure:4757: result: no
configure:4727: checking for make
configure:4743: found /usr/bin/make
configure:4754: result: make
configure:4769: checking version of make
configure:4779: result: 3.81, ok
configure:4791: checking for gnumsgfmt
configure:4821: result: no
configure:4791: checking for gmsgfmt
configure:4821: result: no
configure:4791: checking for msgfmt
configure:4807: found /usr/bin/msgfmt
configure:4818: result: msgfmt
configure:4833: checking version of msgfmt
configure:4843: result: 0.17, ok
configure:4854: checking for makeinfo
configure:4870: found /usr/bin/makeinfo
configure:4881: result: makeinfo
configure:4896: checking version of makeinfo
configure:4906: result: 4.13, ok
configure:4917: checking for sed
configure:4933: found /bin/sed
configure:4944: result: sed
configure:4959: checking version of sed
configure:4969: result: 4.1.5, ok
configure:4981: checking for autoconf
configure:4997: found /usr/bin/autoconf
configure:5008: result: autoconf
configure:5023: checking whether autoconf works
configure:5034: result: yes
configure:5080: checking whether ranlib is necessary
configure:5101: result: no
configure:5114: checking LD_LIBRARY_PATH variable
configure:5124: result: ok
configure:5138: checking whether GCC supports -static-libgcc
configure:5149: result: -static-libgcc
configure:5155: checking for bash
configure:5173: found /bin/bash
configure:5186: result: /bin/bash
configure:5261: checking for gawk
configure:5277: found /usr/bin/gawk
configure:5288: result: gawk
configure:5301: checking for perl
configure:5319: found /usr/bin/perl
configure:5332: result: /usr/bin/perl
configure:5346: checking for install-info
configure:5365: found /usr/bin/install-info
configure:5378: result: /usr/bin/install-info
configure:5388: checking for bison
configure:5407: found /usr/bin/bison
configure:5420: result: /usr/bin/bison
configure:5429: checking for signed size_t type
configure:5444: result: no
configure:5454: checking for libc-friendly stddef.h
configure:5488: gcc -c -g -O2  -mabi=64 conftest.c >&5
conftest.c: In function 'main':
conftest.c:20: warning: incompatible implicit declaration of built-in function 'abort'
configure:5494: $? = 0
configure:5509: result: yes
configure:5516: checking whether we need to use -P to assemble .S files
configure:5526: gcc  -mabi=64  -c conftest.S 1>&5
configure:5529: $? = 0
configure:5537: result: no
configure:5544: checking whether .text pseudo-op must be used
configure:5554: gcc  -c conftest.s 1>&5
configure:5557: $? = 0
configure:5568: result: yes
configure:5572: checking for assembler global-symbol directive
configure:5585: gcc  -c conftest.s 1>&5
configure:5588: $? = 0
configure:5596: result: .globl
configure:5609: checking for .set assembler directive
/usr/bin/ld: warning: cannot find entry symbol __start; defaulting to 0000000120000100
configure:5635: result: yes
configure:5644: checking for assembler .type directive prefix
configure:5660: gcc  -c conftest.s 1>&5
configure:5663: $? = 0
configure:5671: result: @
configure:5680: checking for .symver assembler directive
configure:5697: result: yes
configure:5699: checking for ld --version-script
configure:5725: gcc -g -O2  -shared
				-o conftest.so conftest.o
				-nostartfiles -nostdlib
				-Wl,--version-script,conftest.map
		       1>&5
configure:5728: $? = 0
configure:5743: result: yes
configure:5767: checking for .previous assembler directive
configure:5777: gcc -c  conftest.s 1>&5
configure:5780: $? = 0
configure:5788: result: yes
configure:5826: checking for .protected and .hidden assembler directive
configure:5838: gcc -c  conftest.s 1>&5
configure:5841: $? = 0
configure:5851: result: yes
configure:5855: checking whether __attribute__((visibility())) is supported
configure:5866: gcc -Werror -S conftest.c -o conftest.s 1>&5
configure:5869: $? = 0
configure:5880: result: yes
configure:5890: checking for broken __attribute__((visibility()))
configure:5902: gcc -Werror -S conftest.c -o conftest.s1>&5
configure:5905: $? = 0
configure:5914: result: no
configure:5923: checking for broken __attribute__((alias()))
configure:5938: gcc -Werror -S conftest.c -o conftest.s 1>&5
configure:5941: $? = 0
configure:5951: result: no
configure:5960: checking whether to put _rtld_local into .sdata section
configure:5974: result: yes
configure:5984: checking for .preinit_array/.init_array/.fini_array support
configure:5997: gcc -g -O2  -mabi=64  -o conftest conftest.c
		     -static -nostartfiles -nostdlib 1>&5
configure:6000: $? = 0
configure:6013: result: yes
configure:6021: checking for libunwind-support in compiler
configure:6038: result: no
configure:6048: checking for -z nodelete option
configure:6060: gcc -g -O2  -mabi=64 
		     -fPIC -shared -o conftest.so conftest.c
		     -nostartfiles -nostdlib
		     -Wl,--enable-new-dtags,-z,nodelete 1>&5
configure:6063: $? = 0
configure:6074: result: yes
configure:6077: checking for -z nodlopen option
configure:6089: gcc -g -O2  -mabi=64 
			-fPIC -shared -o conftest.so conftest.c
			-nostartfiles -nostdlib
			-Wl,--enable-new-dtags,-z,nodlopen 1>&5
configure:6092: $? = 0
configure:6103: result: yes
configure:6106: checking for -z initfirst option
configure:6118: gcc -g -O2  -mabi=64 
			-fPIC -shared -o conftest.so conftest.c
			-nostartfiles -nostdlib
			-Wl,--enable-new-dtags,-z,initfirst 1>&5
configure:6121: $? = 0
configure:6132: result: yes
configure:6172: checking for -Bgroup option
configure:6183: gcc -g -O2  -mabi=64 
			      -fPIC -shared -o conftest.so conftest.c
			      -Wl,-Bgroup -nostdlib 1>&5
configure:6186: $? = 0
configure:6195: result: yes
configure:6199: checking for libgcc_s suffix
configure:6213: result: 
configure:6217: checking for --as-needed option
configure:6229: gcc -g -O2  -mabi=64 
			      -fPIC -shared -o conftest.so conftest.c
			      -lgcc_s -Wl,--as-needed
			      -nostdlib 1>&5
/usr/lib/gcc/mipsel-linux-gnu/4.3.2/libgcc_s.so: could not read symbols: File in wrong format
collect2: ld returned 1 exit status
configure:6232: $? = 1
configure:6241: result: no
configure:6246: checking whether --noexecstack is desirable for .S files
configure:6256: gcc -g -O2  -mabi=64
		     -S -o conftest.s conftest.c 1>&5
configure:6259: $? = 0
configure:6276: result: no
configure:6283: checking for -z combreloc
configure:6297: gcc -g -O2  -mabi=64 
			-fPIC -shared -o conftest.so conftest.c
			-nostdlib -nostartfiles
			-Wl,-z,combreloc 1>&5
configure:6300: $? = 0
configure:6313: result: no
configure:6323: checking for -z execstack
configure:6335: gcc -g -O2  -mabi=64 
			      -fPIC -shared -o conftest.so conftest.c
			      -Wl,-z,execstack -nostdlib
			      1>&5
configure:6338: $? = 0
configure:6347: result: yes
configure:6351: checking for -fpie
configure:6362: gcc -g -O2  -mabi=64  -pie -fpie
			      -o conftest conftest.c 1>&5
/usr/lib/gcc/mipsel-linux-gnu/4.3.2/libgcc_s.so: could not read symbols: File in wrong format
collect2: ld returned 1 exit status
configure:6365: $? = 1
configure:6374: result: no
configure:6379: checking for --hash-style option
configure:6390: gcc -g -O2  -mabi=64 
			      -fPIC -shared -o conftest.so conftest.c
			      -Wl,--hash-style=both -nostdlib 1>&5
/usr/bin/ld: .gnu.hash is incompatible with the MIPS ABI
collect2: ld returned 1 exit status
configure:6393: $? = 1
configure:6402: result: no
configure:6407: checking for -fno-toplevel-reorder
configure:6417: gcc -g -O2  -mabi=64 -S -fno-toplevel-reorder
			    conftest.c 1>&5
configure:6420: $? = 0
configure:6429: result: yes
configure:6438: checking for -fstack-protector
configure:6449: gcc -g -O2  -mabi=64  -fstack-protector
			    -o conftest conftest.c 1>&5
conftest.c:1: warning: -fstack-protector not supported for this target
/usr/lib/gcc/mipsel-linux-gnu/4.3.2/libgcc_s.so: could not read symbols: File in wrong format
collect2: ld returned 1 exit status
configure:6452: $? = 1
configure:6461: result: no
configure:6465: checking for -fgnu89-inline
configure:6480: gcc -g -O2  -mabi=64 -S -std=gnu99 -fgnu89-inline
			    -o conftest.s conftest.c 1>&5
conftest.c:3: warning: return type defaults to 'int'
configure:6483: $? = 0
configure:6492: result: yes
configure:6562: checking whether cc puts quotes around section names
configure:6583: result: no
configure:6697: checking for assembler .weak directive
configure:6710: gcc  -c conftest.s 1>&5
configure:6713: $? = 0
configure:6721: result: yes
configure:6768: checking whether CFI directives are supported
configure:6787: gcc  -c conftest.s 1>&5
configure:6790: $? = 0
configure:6798: result: yes
configure:6807: checking for ld --no-whole-archive
configure:6820: gcc -g -O2  -mabi=64 
			    -nostdlib -nostartfiles -Wl,--no-whole-archive
			    -o conftest conftest.c 1>&5
/usr/bin/ld: warning: cannot find entry symbol __start; defaulting to 00000001200000e0
configure:6823: $? = 0
configure:6831: result: yes
configure:6837: checking for gcc -fexceptions
configure:6850: gcc -g -O2  -mabi=64 
			    -nostdlib -nostartfiles -fexceptions
			    -o conftest conftest.c 1>&5
/usr/bin/ld: warning: cannot find entry symbol __start; defaulting to 00000001200000e0
configure:6853: $? = 0
configure:6861: result: yes
configure:6927: checking for __builtin_expect
configure:6942: gcc -g -O2  -mabi=64  -nostdlib -nostartfiles
			    -o conftest conftest.c -lgcc >&5
/usr/bin/ld: warning: cannot find entry symbol __start; defaulting to 00000001200000a0
configure:6945: $? = 0
configure:6953: result: yes
configure:6962: checking for __builtin_memset
configure:6974: gcc -O3 -S conftest.c -o - | fgrep memset > /dev/null
configure:6977: $? = 0
configure:6986: result: no
configure:6995: checking for redirection of built-in functions
configure:7008: gcc -O3 -S conftest.c -o - | fgrep my_strstr > /dev/null
configure:7011: $? = 0
configure:7020: result: yes
configure:7030: checking for __thread
configure:7039: gcc -g -O2  -mabi=64 -c conftest.c >&5
configure:7042: $? = 0
configure:7050: result: yes
configure:7063: checking for tls_model attribute
configure:7072: gcc -g -O2  -mabi=64 -S -Werror conftest.c >&5
configure:7075: $? = 0
configure:7083: result: yes
configure:7093: checking for libgd
configure:7123: gcc -o conftest -g -O2   -mabi=64   conftest.c  -lgd -lpng -lz -lm >&5
conftest.c:21:16: error: gd.h: No such file or directory
configure:7129: $? = 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 ASM_GLOBAL_DIRECTIVE .globl
| #define HAVE_ASM_SET_DIRECTIVE 1
| #define ASM_TYPE_DIRECTIVE_PREFIX @
| #define DO_VERSIONING 1
| #define HAVE_ASM_PREVIOUS_DIRECTIVE 1
| #define HAVE_SDATA_SECTION 1
| #define NO_UNDERSCORES 1
| #define HAVE_ASM_WEAK_DIRECTIVE 1
| #define HAVE_ASM_CFI_DIRECTIVES 1
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE_BUILTIN_REDIRECTION 1
| #define HAVE___THREAD 1
| #define HAVE_TLS_MODEL_ATTRIBUTE 1
| /* end confdefs.h.  */
| #include <gd.h>
| int
| main ()
| {
| gdImagePng (0, 0)
|   ;
|   return 0;
| }
configure:7151: result: no
configure:7160: checking for is_selinux_enabled in -lselinux
configure:7195: gcc -o conftest -g -O2  -mabi=64  conftest.c -lselinux   >&5
/usr/bin/ld: cannot find -lselinux
collect2: ld returned 1 exit status
configure:7201: $? = 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 ASM_GLOBAL_DIRECTIVE .globl
| #define HAVE_ASM_SET_DIRECTIVE 1
| #define ASM_TYPE_DIRECTIVE_PREFIX @
| #define DO_VERSIONING 1
| #define HAVE_ASM_PREVIOUS_DIRECTIVE 1
| #define HAVE_SDATA_SECTION 1
| #define NO_UNDERSCORES 1
| #define HAVE_ASM_WEAK_DIRECTIVE 1
| #define HAVE_ASM_CFI_DIRECTIVES 1
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE_BUILTIN_REDIRECTION 1
| #define HAVE___THREAD 1
| #define HAVE_TLS_MODEL_ATTRIBUTE 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char is_selinux_enabled ();
| int
| main ()
| {
| return is_selinux_enabled ();
|   ;
|   return 0;
| }
configure:7219: result: no
configure:7453: checking for grep that handles long lines and -e
configure:7527: result: /bin/grep
configure:7532: checking for egrep
configure:7610: result: /bin/grep -E
configure:7615: checking for ANSI C header files
configure:7645: gcc -c -g -O2  -mabi=64 conftest.c >&5
configure:7651: $? = 0
configure:7750: gcc -o conftest -g -O2  -mabi=64  conftest.c  >&5
/usr/lib/gcc/mipsel-linux-gnu/4.3.2/libgcc_s.so: could not read symbols: File in wrong format
collect2: ld returned 1 exit status
configure:7753: $? = 1
configure: program exited with status 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 ASM_GLOBAL_DIRECTIVE .globl
| #define HAVE_ASM_SET_DIRECTIVE 1
| #define ASM_TYPE_DIRECTIVE_PREFIX @
| #define DO_VERSIONING 1
| #define HAVE_ASM_PREVIOUS_DIRECTIVE 1
| #define HAVE_SDATA_SECTION 1
| #define NO_UNDERSCORES 1
| #define HAVE_ASM_WEAK_DIRECTIVE 1
| #define HAVE_ASM_CFI_DIRECTIVES 1
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE_BUILTIN_REDIRECTION 1
| #define HAVE___THREAD 1
| #define HAVE_TLS_MODEL_ATTRIBUTE 1
| /* end confdefs.h.  */
| #include <ctype.h>
| #include <stdlib.h>
| #if ((' ' & 0x0FF) == 0x020)
| # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
| # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
| #else
| # define ISLOWER(c) 		   (('a' <= (c) && (c) <= 'i') 		     || ('j' <= (c) && (c) <= 'r') 		     || ('s' <= (c) && (c) <= 'z'))
| # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
| #endif
| 
| #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
| int
| main ()
| {
|   int i;
|   for (i = 0; i < 256; i++)
|     if (XOR (islower (i), ISLOWER (i))
| 	|| toupper (i) != TOUPPER (i))
|       return 2;
|   return 0;
| }
configure:7779: result: no
configure:7803: checking for sys/types.h
configure:7824: gcc -c -g -O2  -mabi=64 conftest.c >&5
configure:7830: $? = 0
configure:7846: result: yes
configure:7803: checking for sys/stat.h
configure:7824: gcc -c -g -O2  -mabi=64 conftest.c >&5
configure:7830: $? = 0
configure:7846: result: yes
configure:7803: checking for stdlib.h
configure:7824: gcc -c -g -O2  -mabi=64 conftest.c >&5
configure:7830: $? = 0
configure:7846: result: yes
configure:7803: checking for string.h
configure:7824: gcc -c -g -O2  -mabi=64 conftest.c >&5
configure:7830: $? = 0
configure:7846: result: yes
configure:7803: checking for memory.h
configure:7824: gcc -c -g -O2  -mabi=64 conftest.c >&5
configure:7830: $? = 0
configure:7846: result: yes
configure:7803: checking for strings.h
configure:7824: gcc -c -g -O2  -mabi=64 conftest.c >&5
configure:7830: $? = 0
configure:7846: result: yes
configure:7803: checking for inttypes.h
configure:7824: gcc -c -g -O2  -mabi=64 conftest.c >&5
configure:7830: $? = 0
configure:7846: result: yes
configure:7803: checking for stdint.h
configure:7824: gcc -c -g -O2  -mabi=64 conftest.c >&5
configure:7830: $? = 0
configure:7846: result: yes
configure:7803: checking for unistd.h
configure:7824: gcc -c -g -O2  -mabi=64 conftest.c >&5
configure:7830: $? = 0
configure:7846: result: yes
configure:7858: checking for long double
configure:7888: gcc -c -g -O2  -mabi=64 conftest.c >&5
configure:7894: $? = 0
configure:7909: result: yes
configure:7916: checking size of long double
configure:8218: gcc -o conftest -g -O2  -mabi=64  conftest.c  >&5
/usr/lib/gcc/mipsel-linux-gnu/4.3.2/libgcc_s.so: could not read symbols: File in wrong format
collect2: ld returned 1 exit status
configure:8221: $? = 1
configure: program exited with status 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 ASM_GLOBAL_DIRECTIVE .globl
| #define HAVE_ASM_SET_DIRECTIVE 1
| #define ASM_TYPE_DIRECTIVE_PREFIX @
| #define DO_VERSIONING 1
| #define HAVE_ASM_PREVIOUS_DIRECTIVE 1
| #define HAVE_SDATA_SECTION 1
| #define NO_UNDERSCORES 1
| #define HAVE_ASM_WEAK_DIRECTIVE 1
| #define HAVE_ASM_CFI_DIRECTIVES 1
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE_BUILTIN_REDIRECTION 1
| #define HAVE___THREAD 1
| #define HAVE_TLS_MODEL_ATTRIBUTE 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|    typedef long double ac__type_sizeof_;
| static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
| static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
| 
|   FILE *f = fopen ("conftest.val", "w");
|   if (! f)
|     return 1;
|   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
|     {
|       long int i = longval ();
|       if (i != ((long int) (sizeof (ac__type_sizeof_))))
| 	return 1;
|       fprintf (f, "%ld\n", i);
|     }
|   else
|     {
|       unsigned long int i = ulongval ();
|       if (i != ((long int) (sizeof (ac__type_sizeof_))))
| 	return 1;
|       fprintf (f, "%lu\n", i);
|     }
|   return ferror (f) || fclose (f) != 0;
| 
|   ;
|   return 0;
| }
configure:8241: error: cannot compute sizeof (long double)
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=mips64el-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
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_LIBS_set=
ac_cv_env_LIBS_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_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=no
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=mips64el-unknown-linux-gnu
ac_cv_lib_selinux_is_selinux_enabled=no
ac_cv_objext=o
ac_cv_path_BASH_SHELL=/bin/bash
ac_cv_path_BISON=/usr/bin/bison
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_INSTALL_INFO=/usr/bin/install-info
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_PWD_P=/bin/pwd
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AS=as
ac_cv_prog_AUTOCONF=autoconf
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=gcc
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_LD=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_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_type_long_double=yes
libc_cv_Bgroup=yes
libc_cv_as_needed=no
libc_cv_as_noexecstack=no
libc_cv_asm_cfi_directives=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_asm_underscores=no
libc_cv_asm_weak_directive=yes
libc_cv_autoconf_works=yes
libc_cv_broken_alias_attribute=no
libc_cv_broken_visibility_attribute=no
libc_cv_cc_with_libunwind=no
libc_cv_dot_text=.text
libc_cv_fno_toplevel_reorder=yes
libc_cv_fpie=no
libc_cv_friendly_stddef=yes
libc_cv_gcc___thread=yes
libc_cv_gcc_builtin_expect=yes
libc_cv_gcc_builtin_memset=no
libc_cv_gcc_builtin_redirection=yes
libc_cv_gcc_exceptions=yes
libc_cv_gcc_static_libgcc=-static-libgcc
libc_cv_gcc_tls_model_attr=yes
libc_cv_gnu89_inline=-fgnu89-inline
libc_cv_hashstyle=no
libc_cv_have_bash2=yes
libc_cv_have_ksh=yes
libc_cv_have_sdata_section=yes
libc_cv_have_section_quotes=no
libc_cv_initfini_array=yes
libc_cv_ld_no_whole_archive=yes
libc_cv_ld_version_script_option=yes
libc_cv_libgcc_s_suffix=
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_ssp=no
libc_cv_visibility_attribute=yes
libc_cv_weak_symbols=yes
libc_cv_z_combreloc=no
libc_cv_z_execstack=yes
libc_cv_z_initfirst=yes
libc_cv_z_nodelete=yes
libc_cv_z_nodlopen=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

AR='ar'
AS='as'
ASFLAGS_config=''
AUTOCONF='autoconf'
AWK='gawk'
BASH_SHELL='/bin/bash'
BISON='/usr/bin/bison'
BUILD_CC=''
CC='gcc'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=' -mabi=64'
CXX='g++'
CXXFLAGS='-g -O2'
CXX_SYSINCLUDES=''
DEFINES=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_INFO='/usr/bin/install-info'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
KSH='/bin/bash'
LD='ld'
LDFLAGS=''
LIBGD='no'
LIBOBJS=''
LIBS=''
LN_S='ln -s'
LTLIBOBJS=''
MAKE='make'
MAKEINFO='makeinfo'
MIG=''
MSGFMT='msgfmt'
OBJDUMP='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++'
add_on_subdirs=''
add_ons='nptl ports'
all_warnings=''
base_machine='mips64'
bindir='${exec_prefix}/bin'
bindnow='no'
bounded='no'
build='mips64el-unknown-linux-gnu'
build_alias=''
build_cpu='mips64el'
build_os='linux-gnu'
build_vendor='unknown'
cross_compiling='no'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
elf='yes'
enable_check_abi='no'
exceptions='-fexceptions'
exec_prefix='NONE'
fno_unit_at_a_time='-fno-toplevel-reorder'
force_install='yes'
have_libaudit=''
have_libcap=''
have_selinux='no'
host='mips64el-unknown-linux-gnu'
host_alias=''
host_cpu='mips64el'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
ldd_rewrite_script=''
libc_cv_Bgroup='yes'
libc_cv_as_needed='no'
libc_cv_cc_with_libunwind='no'
libc_cv_forced_unwind=''
libc_cv_fpie='no'
libc_cv_gcc_static_libgcc='-static-libgcc'
libc_cv_gcc_unwind_find_fde=''
libc_cv_gnu89_inline='-fgnu89-inline'
libc_cv_hashstyle='no'
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='no'
libc_cv_sysconfdir=''
libc_cv_z_combreloc='no'
libc_cv_z_execstack='yes'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mach_interface_list=''
mandir='${datarootdir}/man'
no_whole_archive='-Wl,--no-whole-archive'
nopic_initfini=''
old_glibc_headers=''
oldest_abi='default'
oldincludedir='/usr/include'
omitfp='no'
pdfdir='${docdir}'
pic_default=''
prefix='NONE'
profile='no'
program_transform_name='s,x,x,'
psdir='${docdir}'
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 ports'
sysnames=' ports/sysdeps/mips/elf ports/sysdeps/unix/sysv/linux/mips/mips64/nptl ports/sysdeps/unix/sysv/linux/mips/mips64 ports/sysdeps/unix/sysv/linux/mips/nptl ports/sysdeps/unix/sysv/linux/mips nptl/sysdeps/unix/sysv/linux nptl/sysdeps/pthread sysdeps/pthread ports/sysdeps/unix/sysv/linux sysdeps/unix/sysv/linux sysdeps/gnu sysdeps/unix/common sysdeps/unix/mman sysdeps/unix/inet nptl/sysdeps/unix/sysv ports/sysdeps/unix/sysv sysdeps/unix/sysv ports/sysdeps/unix/mips/mips64 ports/sysdeps/unix/mips nptl/sysdeps/unix ports/sysdeps/unix sysdeps/unix sysdeps/posix ports/sysdeps/mips/mips64 sysdeps/ieee754/flt-32 sysdeps/ieee754/dbl-64 ports/sysdeps/mips/fpu ports/sysdeps/mips/nptl ports/sysdeps/mips 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 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 ASM_GLOBAL_DIRECTIVE .globl
#define HAVE_ASM_SET_DIRECTIVE 1
#define ASM_TYPE_DIRECTIVE_PREFIX @
#define DO_VERSIONING 1
#define HAVE_ASM_PREVIOUS_DIRECTIVE 1
#define HAVE_SDATA_SECTION 1
#define NO_UNDERSCORES 1
#define HAVE_ASM_WEAK_DIRECTIVE 1
#define HAVE_ASM_CFI_DIRECTIVES 1
#define HAVE_BUILTIN_EXPECT 1
#define HAVE_BUILTIN_REDIRECTION 1
#define HAVE___THREAD 1
#define HAVE_TLS_MODEL_ATTRIBUTE 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1

configure: exit 77
_______________________________________________
gNewSense-dev mailing list
gNewSense-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/gnewsense-dev

Reply via email to