* [gentoo-embedded] crosscompile and libraries path
@ 2006-07-14 17:30 Erwan Bracq
2006-07-15 2:42 ` Mike Frysinger
0 siblings, 1 reply; 6+ messages in thread
From: Erwan Bracq @ 2006-07-14 17:30 UTC (permalink / raw
To: gentoo-embedded
[-- Attachment #1: Type: text/plain, Size: 1270 bytes --]
Hi all,
I've created a cross compiler chain for ARM with crossdev:
>
> NPTL_KERNEL_VERSION="2.6.16" USE="nptl nptlonly -fortran" crossdev -s4
> --gcc 4.1.1 --libc 2.4-r3 --binutils 2.17 --kernel 2.6.16 --target
> arm-gentoo_arm11-linux-gnueabi
I've crossbuilt with success a lot of basic packages for my NFS root
filesystem target (including a native compiler)
Now I want to cross compile bash and I've created a wrapper script to
put some variables
(see in attachment). The wrapper script purpose is to allow complex
cross build that need specific lib link.
The problem is when I'm using this script, something is broken in lib
path and the cross compiler can't find the libc...
> ./crossbuild_arm11.sh bash
output wrapper_log in attachment
If I'm using the emerge command like this (as I've done for the other
packages)
>
> ACCEPT_KEYWORDS="arm ~arm" ARCH="arm" ROOT="/opt/gentoo/devel_root"
> CHOST="arm-gentoo_arm11-linux-gnueabi" CBUILD="i686-pc-linux-gnu"
> CFLAGS="-fomit-frame-pointer -pipe -Os -mlittle-endian
> -mtune=arm1136jf-s -march=armv6" CXXFLAGS="${CFLAGS}" emerge bash
The lib path is correct and the build seems to work.
output emerge_log in attachment
Any idea why the script way can't find the libc ?
Thank for your help.
R1.
[-- Attachment #2: crossbuild_arm11.sh --]
[-- Type: application/x-sh, Size: 1170 bytes --]
[-- Attachment #3: wrapper_log --]
[-- Type: text/plain, Size: 7311 bytes --]
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by bash configure 3.1-release, which was
generated by GNU Autoconf 2.53. Invocation command line was
$ ./configure --prefix=/usr --host=arm-gentoo_arm11-linux-gnueabi --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --without-afs --disable-profiling --without-gnu-malloc --without-installed-readline --disable-nls --with-curses --target=arm-gentoo_arm11-linux-gnueabi --build=i686-pc-linux-gnu
## --------- ##
## Platform. ##
## --------- ##
hostname = procyon
uname -m = i686
uname -r = 2.6.15-gentoo-r1
uname -s = Linux
uname -v = #1 Sun Jul 9 20:38:37 CEST 2006
/usr/bin/uname -p = AMD Athlon(tm) XP 1700+
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/lib/ccache/bin
PATH: /usr/local/sbin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/lib/portage/bin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /opt/bin
PATH: /usr/i686-pc-linux-gnu/gcc-bin/3.4.6
PATH: /usr/arm-gentoo_arm11-linux-gnueabi/gcc-bin/4.1.1
PATH: /opt/blackdown-jdk-1.4.2.03/bin
PATH: /opt/blackdown-jdk-1.4.2.03/jre/bin
PATH: /usr/kde/3.5/sbin
PATH: /usr/kde/3.5/bin
PATH: /usr/qt/3/bin
PATH: /usr/kde/3.4/sbin
PATH: /usr/kde/3.4/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1330: checking build system type
configure:1348: result: i686-pc-linux-gnu
configure:1356: checking host system type
configure:1370: result: arm-gentoo_arm11-linux-gnueabi
configure:1438: checking for emacs
configure:1454: found /usr/bin/emacs
configure:1464: result: emacs
configure:1477: checking where .elc files should go
configure:1488: result: ${datadir}/emacs/site-lisp
configure:1996: checking for arm-gentoo_arm11-linux-gnueabi-gcc
configure:2012: found /usr/bin/arm-gentoo_arm11-linux-gnueabi-gcc
configure:2022: result: arm-gentoo_arm11-linux-gnueabi-gcc
configure:2304: checking for C compiler version
configure:2307: arm-gentoo_arm11-linux-gnueabi-gcc --version </dev/null >&5
arm-gentoo_arm11-linux-gnueabi-gcc (GCC) 4.1.1 (Gentoo 4.1.1)
Copyright (C) 2006 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:2310: $? = 0
configure:2312: arm-gentoo_arm11-linux-gnueabi-gcc -v </dev/null >&5
Using built-in specs.
Target: arm-gentoo_arm11-linux-gnueabi
Configured with: /var/tmp/cross/arm-gentoo_arm11-linux-gnueabi/portage/gcc-4.1.1/work/gcc-4.1.1/configure --prefix=/usr --bindir=/usr/arm-gentoo_arm11-linux-gnueabi/gcc-bin/4.1.1 --includedir=/usr/lib/gcc/arm-gentoo_arm11-linux-gnueabi/4.1.1/include --datadir=/usr/share/gcc-data/arm-gentoo_arm11-linux-gnueabi/4.1.1 --mandir=/usr/share/gcc-data/arm-gentoo_arm11-linux-gnueabi/4.1.1/man --infodir=/usr/share/gcc-data/arm-gentoo_arm11-linux-gnueabi/4.1.1/info --with-gxx-include-dir=/usr/lib/gcc/arm-gentoo_arm11-linux-gnueabi/4.1.1/include/g++-v4 --host=i686-pc-linux-gnu --target=arm-gentoo_arm11-linux-gnueabi --build=i686-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --disable-libunwind-exceptions --disable-multilib --disable-libmudflap --disable-libssp --disable-libgcj --enable-languages=c,c++ --with-sysroot=/usr/arm-gentoo_arm11-linux-gnueabi --enable-__cxa_atexit --enable-clocale=gnu
Thread model: posix
gcc version 4.1.1 (Gentoo 4.1.1)
configure:2315: $? = 0
configure:2317: arm-gentoo_arm11-linux-gnueabi-gcc -V </dev/null >&5
arm-gentoo_arm11-linux-gnueabi-gcc: '-V' option must have argument
configure:2320: $? = 1
configure:2346: checking for C compiler default output
configure:2349: arm-gentoo_arm11-linux-gnueabi-gcc -I/opt/gentoo/devel_root/usr/include -I/opt/gentoo/devel_root/usr/local/include/ -I/usr/arm-gentoo_arm11-linux-gnueabi/usr/include -L/usr/arm-gentoo_arm11-linux-gnueabi/sys-include -L/opt/gentoo/devel_root/lib -L/opt/gentoo/devel_root/usr/lib -L/opt/gentoo/devel_root/usr/local/lib -L/usr/arm-gentoo_arm11-linux-gnueabi/lib -L/usr/arm-gentoo_arm11-linux-gnueabi/usr/lib -L/usr/arm-gentoo_arm11-linux-gnueabi conftest.c >&5
/usr/lib/gcc/arm-gentoo_arm11-linux-gnueabi/4.1.1/../../../../arm-gentoo_arm11-linux-gnueabi/bin/ld: skipping incompatible /lib/libc.so.6 when searching for /lib/libc.so.6
/usr/lib/gcc/arm-gentoo_arm11-linux-gnueabi/4.1.1/../../../../arm-gentoo_arm11-linux-gnueabi/bin/ld: cannot find /lib/libc.so.6
collect2: ld returned 1 exit status
configure:2352: $? = 1
configure: failed program was:
#line 2323 "configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
;
return 0;
}
configure:2379: error: C compiler cannot create executables
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-I/opt/gentoo/devel_root/usr/include -I/opt/gentoo/devel_root/usr/local/include/ -I/usr/arm-gentoo_arm11-linux-gnueabi/usr/include -L/usr/arm-gentoo_arm11-linux-gnueabi/sys-include'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_DEBUGGER_START_FILE_set=
ac_cv_env_DEBUGGER_START_FILE_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-L/opt/gentoo/devel_root/lib -L/opt/gentoo/devel_root/usr/lib -L/opt/gentoo/devel_root/usr/local/lib -L/usr/arm-gentoo_arm11-linux-gnueabi/lib -L/usr/arm-gentoo_arm11-linux-gnueabi/usr/lib -L/usr/arm-gentoo_arm11-linux-gnueabi'
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=i686-pc-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=arm-gentoo_arm11-linux-gnueabi
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=arm-gentoo_arm11-linux-gnueabi
ac_cv_host=arm-gentoo_arm11-linux-gnueabi
ac_cv_host_alias=arm-gentoo_arm11-linux-gnueabi
ac_cv_prog_CC=arm-gentoo_arm11-linux-gnueabi-gcc
ac_cv_prog_EMACS=emacs
am_cv_lispdir='${datadir}/emacs/site-lisp'
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME "bash"
#define PACKAGE_TARNAME "bash"
#define PACKAGE_VERSION "3.1-release"
#define PACKAGE_STRING "bash 3.1-release"
#define PACKAGE_BUGREPORT "bug-bash@gnu.org"
#define ALIAS 1
#define PUSHD_AND_POPD 1
#define RESTRICTED_SHELL 1
#define PROCESS_SUBSTITUTION 1
#define PROMPT_STRING_DECODE 1
#define SELECT_COMMAND 1
#define HELP_BUILTIN 1
#define ARRAY_VARS 1
#define DPAREN_ARITHMETIC 1
#define BRACE_EXPANSION 1
#define COMMAND_TIMING 1
#define EXTENDED_GLOB 1
#define COND_COMMAND 1
#define COND_REGEXP 1
#define ARITH_FOR_COMMAND 1
#define NETWORK_REDIRECTIONS 1
#define PROGRAMMABLE_COMPLETION 1
#define DEBUGGER 1
#define MEMSCRAMBLE 1
configure: exit 77
[-- Attachment #4: emerge_log --]
[-- Type: text/plain, Size: 63833 bytes --]
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by bash configure 3.1-release, which was
generated by GNU Autoconf 2.53. Invocation command line was
$ ./configure --prefix=/usr --host=arm-gentoo_arm11-linux-gnueabi --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --without-afs --disable-profiling --without-gnu-malloc --without-installed-readline --with-curses --build=i686-pc-linux-gnu
## --------- ##
## Platform. ##
## --------- ##
hostname = procyon
uname -m = i686
uname -r = 2.6.15-gentoo-r1
uname -s = Linux
uname -v = #1 Sun Jul 9 20:38:37 CEST 2006
/usr/bin/uname -p = AMD Athlon(tm) XP 1700+
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/lib/portage/bin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /opt/bin
PATH: /usr/i686-pc-linux-gnu/gcc-bin/3.4.6
PATH: /usr/arm-gentoo_arm11-linux-gnueabi/gcc-bin/4.1.1
PATH: /opt/blackdown-jdk-1.4.2.03/bin
PATH: /opt/blackdown-jdk-1.4.2.03/jre/bin
PATH: /usr/kde/3.5/sbin
PATH: /usr/kde/3.5/bin
PATH: /usr/qt/3/bin
PATH: /usr/kde/3.4/sbin
PATH: /usr/kde/3.4/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1330: checking build system type
configure:1348: result: i686-pc-linux-gnu
configure:1356: checking host system type
configure:1370: result: arm-gentoo_arm11-linux-gnueabi
configure:1438: checking for emacs
configure:1454: found /usr/bin/emacs
configure:1464: result: emacs
configure:1477: checking where .elc files should go
configure:1488: result: ${datadir}/emacs/site-lisp
configure:1996: checking for arm-gentoo_arm11-linux-gnueabi-gcc
configure:2012: found /usr/bin/arm-gentoo_arm11-linux-gnueabi-gcc
configure:2022: result: arm-gentoo_arm11-linux-gnueabi-gcc
configure:2304: checking for C compiler version
configure:2307: arm-gentoo_arm11-linux-gnueabi-gcc --version </dev/null >&5
arm-gentoo_arm11-linux-gnueabi-gcc (GCC) 4.1.1 (Gentoo 4.1.1)
Copyright (C) 2006 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:2310: $? = 0
configure:2312: arm-gentoo_arm11-linux-gnueabi-gcc -v </dev/null >&5
Using built-in specs.
Target: arm-gentoo_arm11-linux-gnueabi
Configured with: /var/tmp/cross/arm-gentoo_arm11-linux-gnueabi/portage/gcc-4.1.1/work/gcc-4.1.1/configure --prefix=/usr --bindir=/usr/arm-gentoo_arm11-linux-gnueabi/gcc-bin/4.1.1 --includedir=/usr/lib/gcc/arm-gentoo_arm11-linux-gnueabi/4.1.1/include --datadir=/usr/share/gcc-data/arm-gentoo_arm11-linux-gnueabi/4.1.1 --mandir=/usr/share/gcc-data/arm-gentoo_arm11-linux-gnueabi/4.1.1/man --infodir=/usr/share/gcc-data/arm-gentoo_arm11-linux-gnueabi/4.1.1/info --with-gxx-include-dir=/usr/lib/gcc/arm-gentoo_arm11-linux-gnueabi/4.1.1/include/g++-v4 --host=i686-pc-linux-gnu --target=arm-gentoo_arm11-linux-gnueabi --build=i686-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --disable-libunwind-exceptions --disable-multilib --disable-libmudflap --disable-libssp --disable-libgcj --enable-languages=c,c++ --with-sysroot=/usr/arm-gentoo_arm11-linux-gnueabi --enable-__cxa_atexit --enable-clocale=gnu
Thread model: posix
gcc version 4.1.1 (Gentoo 4.1.1)
configure:2315: $? = 0
configure:2317: arm-gentoo_arm11-linux-gnueabi-gcc -V </dev/null >&5
arm-gentoo_arm11-linux-gnueabi-gcc: '-V' option must have argument
configure:2320: $? = 1
configure:2346: checking for C compiler default output
configure:2349: arm-gentoo_arm11-linux-gnueabi-gcc -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:2352: $? = 0
configure:2385: result: a.out
configure:2390: checking whether the C compiler works
configure:2414: result: yes
configure:2421: checking whether we are cross compiling
configure:2423: result: yes
configure:2426: checking for suffix of executables
configure:2428: arm-gentoo_arm11-linux-gnueabi-gcc -o conftest -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:2431: $? = 0
configure:2453: result:
configure:2459: checking for suffix of object files
configure:2483: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:2486: $? = 0
configure:2505: result: o
configure:2509: checking whether we are using the GNU C compiler
configure:2536: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:2539: $? = 0
configure:2542: test -s conftest.o
configure:2545: $? = 0
configure:2557: result: yes
configure:2563: checking whether arm-gentoo_arm11-linux-gnueabi-gcc accepts -g
configure:2587: arm-gentoo_arm11-linux-gnueabi-gcc -c -g conftest.c >&5
configure:2590: $? = 0
configure:2593: test -s conftest.o
configure:2596: $? = 0
configure:2606: result: yes
configure:2633: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
configure:2636: $? = 1
configure: failed program was:
#ifndef __cplusplus
choke me
#endif
configure:2749: checking for strerror in -lcposix
configure:2782: arm-gentoo_arm11-linux-gnueabi-gcc -o conftest -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c -lcposix >&5
/usr/lib/gcc/arm-gentoo_arm11-linux-gnueabi/4.1.1/../../../../arm-gentoo_arm11-linux-gnueabi/bin/ld: cannot find -lcposix
collect2: ld returned 1 exit status
configure:2785: $? = 1
configure: failed program was:
#line 2756 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char strerror ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
strerror ();
;
return 0;
}
configure:2802: result: no
configure:2815: checking how to run the C preprocessor
configure:2841: arm-gentoo_arm11-linux-gnueabi-gcc -E conftest.c
configure:2847: $? = 0
configure:2874: arm-gentoo_arm11-linux-gnueabi-gcc -E conftest.c
configure:2870:28: error: ac_nonexistent.h: No such file or directory
configure:2880: $? = 1
configure: failed program was:
#line 2869 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2917: result: arm-gentoo_arm11-linux-gnueabi-gcc -E
configure:2932: arm-gentoo_arm11-linux-gnueabi-gcc -E conftest.c
configure:2938: $? = 0
configure:2965: arm-gentoo_arm11-linux-gnueabi-gcc -E conftest.c
configure:2961:28: error: ac_nonexistent.h: No such file or directory
configure:2971: $? = 1
configure: failed program was:
#line 2960 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:3011: checking for ANSI C header files
configure:3025: arm-gentoo_arm11-linux-gnueabi-gcc -E conftest.c
configure:3031: $? = 0
configure:3140: result: yes
configure:3164: checking for sys/types.h
configure:3177: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:3180: $? = 0
configure:3183: test -s conftest.o
configure:3186: $? = 0
configure:3196: result: yes
configure:3164: checking for sys/stat.h
configure:3177: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:3180: $? = 0
configure:3183: test -s conftest.o
configure:3186: $? = 0
configure:3196: result: yes
configure:3164: checking for stdlib.h
configure:3177: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:3180: $? = 0
configure:3183: test -s conftest.o
configure:3186: $? = 0
configure:3196: result: yes
configure:3164: checking for string.h
configure:3177: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:3180: $? = 0
configure:3183: test -s conftest.o
configure:3186: $? = 0
configure:3196: result: yes
configure:3164: checking for memory.h
configure:3177: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:3180: $? = 0
configure:3183: test -s conftest.o
configure:3186: $? = 0
configure:3196: result: yes
configure:3164: checking for strings.h
configure:3177: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:3180: $? = 0
configure:3183: test -s conftest.o
configure:3186: $? = 0
configure:3196: result: yes
configure:3164: checking for inttypes.h
configure:3177: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:3180: $? = 0
configure:3183: test -s conftest.o
configure:3186: $? = 0
configure:3196: result: yes
configure:3164: checking for stdint.h
configure:3177: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:3180: $? = 0
configure:3183: test -s conftest.o
configure:3186: $? = 0
configure:3196: result: yes
configure:3164: checking for unistd.h
configure:3177: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:3180: $? = 0
configure:3183: test -s conftest.o
configure:3186: $? = 0
configure:3196: result: yes
configure:3218: checking minix/config.h usability
configure:3227: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:3255:26: error: minix/config.h: No such file or directory
configure:3230: $? = 1
configure: failed program was:
#line 3220 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
# include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
# include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
# include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <minix/config.h>
configure:3245: result: no
configure:3249: checking minix/config.h presence
configure:3256: arm-gentoo_arm11-linux-gnueabi-gcc -E conftest.c
configure:3252:26: error: minix/config.h: No such file or directory
configure:3262: $? = 1
configure: failed program was:
#line 3251 "configure"
#include "confdefs.h"
#include <minix/config.h>
configure:3280: result: no
configure:3298: checking for minix/config.h
configure:3305: result: no
configure:3342: checking for special C compiler options needed for large files
configure:3422: result: no
configure:3428: checking for _FILE_OFFSET_BITS value needed for large files
configure:3462: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:3442: warning: left shift count >= width of type
configure:3442: warning: left shift count >= width of type
configure:3444: error: size of array 'off_t_is_large' is negative
configure:3465: $? = 1
configure: failed program was:
#line 3435 "configure"
#include "confdefs.h"
#include <sys/types.h>
/* Check that off_t can represent 2**63 - 1 correctly.
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
;
return 0;
}
configure:3507: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:3510: $? = 0
configure:3513: test -s conftest.o
configure:3516: $? = 0
configure:3527: result: 64
configure:3537: checking for _LARGE_FILES value needed for large files
configure:3571: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:3574: $? = 0
configure:3577: test -s conftest.o
configure:3580: $? = 0
configure:3636: result: no
configure:3734: checking whether arm-gentoo_arm11-linux-gnueabi-gcc needs -traditional
configure:3770: result: no
configure:4406: checking for a BSD-compatible install
configure:4460: result: /bin/install -c
configure:4473: checking for ar
configure:4489: found /usr/bin/ar
configure:4500: result: ar
configure:4511: checking for arm-gentoo_arm11-linux-gnueabi-ranlib
configure:4527: found /usr/bin/arm-gentoo_arm11-linux-gnueabi-ranlib
configure:4537: result: arm-gentoo_arm11-linux-gnueabi-ranlib
configure:4592: checking for bison
configure:4608: found /usr/bin/bison
configure:4618: result: bison -y
configure:4629: checking whether make sets ${MAKE}
configure:4649: result: yes
configure:4691: checking for arm-gentoo_arm11-linux-gnueabi-gcc option to accept ANSI C
configure:4754: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:4757: $? = 0
configure:4760: test -s conftest.o
configure:4763: $? = 0
configure:4780: result: none needed
configure:4788: checking for an ANSI C-conforming const
configure:4858: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:4861: $? = 0
configure:4864: test -s conftest.o
configure:4867: $? = 0
configure:4877: result: yes
configure:4887: checking for inline
configure:4904: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:4907: $? = 0
configure:4910: test -s conftest.o
configure:4913: $? = 0
configure:4924: result: inline
configure:4939: checking whether byte ordering is bigendian
configure:4969: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:4972: $? = 0
configure:4975: test -s conftest.o
configure:4978: $? = 0
configure:5005: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure: In function 'main':
configure:4995: error: 'not' undeclared (first use in this function)
configure:4995: error: (Each undeclared identifier is reported only once
configure:4995: error: for each function it appears in.)
configure:4995: error: expected ';' before 'big'
configure:5008: $? = 1
configure: failed program was:
#line 4981 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
#if BYTE_ORDER != BIG_ENDIAN
not big endian
#endif
;
return 0;
}
configure:5122: result: no
configure:5141: checking for preprocessor stringizing operator
configure:5162: result: yes
configure:5172: checking for working long double with more range or precision than double
configure:5201: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure: In function 'main':
configure:5191: error: size of array 'test_array' is negative
configure:5204: $? = 1
configure: failed program was:
#line 5177 "configure"
#include "confdefs.h"
#include <float.h>
long double foo = 0.0;
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
static int test_array [1 - 2 * !(/* Using '|' rather than '||' catches a GCC 2.95.2 x86 bug. */
(DBL_MAX < LDBL_MAX) | (LDBL_EPSILON < DBL_EPSILON)
| (DBL_MAX_EXP < LDBL_MAX_EXP) | (DBL_MANT_DIG < LDBL_MANT_DIG))];
test_array [0] = 0
;
return 0;
}
configure:5220: result: no
configure:5230: checking for function prototypes
configure:5233: result: yes
configure:5251: checking whether char is unsigned
configure:5277: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure: In function 'main':
configure:5300: error: size of array 'test_array' is negative
configure:5280: $? = 1
configure: failed program was:
#line 5256 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
# include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
# include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
# include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
static int test_array [1 - 2 * !(((char) -1) < 0)];
test_array [0] = 0
;
return 0;
}
configure:5296: result: yes
configure:5320: checking whether NLS is requested
configure:5329: result: yes
configure:5367: checking for msgfmt
configure:5398: result: /usr/bin/msgfmt
configure:5407: checking for gmsgfmt
configure:5425: found /usr/bin/gmsgfmt
configure:5438: result: /usr/bin/gmsgfmt
configure:5477: checking for xgettext
configure:5508: result: /usr/bin/xgettext
configure:5548: checking for msgmerge
configure:5578: result: /usr/bin/msgmerge
configure:5613: checking for off_t
configure:5640: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:5643: $? = 0
configure:5646: test -s conftest.o
configure:5649: $? = 0
configure:5659: result: yes
configure:5671: checking for size_t
configure:5698: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:5701: $? = 0
configure:5704: test -s conftest.o
configure:5707: $? = 0
configure:5717: result: yes
configure:5731: checking for working alloca.h
configure:5755: arm-gentoo_arm11-linux-gnueabi-gcc -o conftest -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:5758: $? = 0
configure:5761: test -s conftest
configure:5764: $? = 0
configure:5774: result: yes
configure:5784: checking for alloca
configure:5828: arm-gentoo_arm11-linux-gnueabi-gcc -o conftest -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:5831: $? = 0
configure:5834: test -s conftest
configure:5837: $? = 0
configure:5847: result: yes
configure:6043: checking for stdlib.h
configure:6048: result: yes
configure:6043: checking for unistd.h
configure:6048: result: yes
configure:6156: checking for getpagesize
configure:6199: arm-gentoo_arm11-linux-gnueabi-gcc -o conftest -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:6202: $? = 0
configure:6205: test -s conftest
configure:6208: $? = 0
configure:6218: result: yes
configure:6228: checking for working mmap
configure:6388: result: no
configure:6400: checking whether we are using the GNU C Library 2.1 or newer
configure:6428: result: yes
configure:6436: checking whether integer division by zero raises SIGFPE
configure:6517: result: guessing no
configure:6530: checking for inttypes.h
configure:6555: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:6558: $? = 0
configure:6561: test -s conftest.o
configure:6564: $? = 0
configure:6574: result: yes
configure:6585: checking for stdint.h
configure:6610: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:6613: $? = 0
configure:6616: test -s conftest.o
configure:6619: $? = 0
configure:6629: result: yes
configure:6640: checking for unsigned long long
configure:6665: arm-gentoo_arm11-linux-gnueabi-gcc -o conftest -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:6668: $? = 0
configure:6671: test -s conftest
configure:6674: $? = 0
configure:6684: result: yes
configure:6716: checking for inttypes.h
configure:6742: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:6745: $? = 0
configure:6748: test -s conftest.o
configure:6751: $? = 0
configure:6762: result: yes
configure:6775: checking whether the inttypes.h PRIxNN macros are broken
configure:6804: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:6807: $? = 0
configure:6810: test -s conftest.o
configure:6813: $? = 0
configure:6824: result: no
configure:6875: checking for ld used by GCC
configure:6938: result: /usr/arm-gentoo_arm11-linux-gnueabi/bin/ld
configure:6947: checking if the linker (/usr/arm-gentoo_arm11-linux-gnueabi/bin/ld) is GNU ld
GNU ld version 2.17
configure:6959: result: yes
configure:6965: checking for shared library run path origin
configure:6978: result: done
configure:7404: checking argz.h usability
configure:7413: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:7416: $? = 0
configure:7419: test -s conftest.o
configure:7422: $? = 0
configure:7431: result: yes
configure:7435: checking argz.h presence
configure:7442: arm-gentoo_arm11-linux-gnueabi-gcc -E conftest.c
configure:7448: $? = 0
configure:7466: result: yes
configure:7484: checking for argz.h
configure:7491: result: yes
configure:7404: checking limits.h usability
configure:7413: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:7416: $? = 0
configure:7419: test -s conftest.o
configure:7422: $? = 0
configure:7431: result: yes
configure:7435: checking limits.h presence
configure:7442: arm-gentoo_arm11-linux-gnueabi-gcc -E conftest.c
configure:7448: $? = 0
configure:7466: result: yes
configure:7484: checking for limits.h
configure:7491: result: yes
configure:7404: checking locale.h usability
configure:7413: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:7416: $? = 0
configure:7419: test -s conftest.o
configure:7422: $? = 0
configure:7431: result: yes
configure:7435: checking locale.h presence
configure:7442: arm-gentoo_arm11-linux-gnueabi-gcc -E conftest.c
configure:7448: $? = 0
configure:7466: result: yes
configure:7484: checking for locale.h
configure:7491: result: yes
configure:7404: checking nl_types.h usability
configure:7413: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:7416: $? = 0
configure:7419: test -s conftest.o
configure:7422: $? = 0
configure:7431: result: yes
configure:7435: checking nl_types.h presence
configure:7442: arm-gentoo_arm11-linux-gnueabi-gcc -E conftest.c
configure:7448: $? = 0
configure:7466: result: yes
configure:7484: checking for nl_types.h
configure:7491: result: yes
configure:7404: checking malloc.h usability
configure:7413: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:7416: $? = 0
configure:7419: test -s conftest.o
configure:7422: $? = 0
configure:7431: result: yes
configure:7435: checking malloc.h presence
configure:7442: arm-gentoo_arm11-linux-gnueabi-gcc -E conftest.c
configure:7448: $? = 0
configure:7466: result: yes
configure:7484: checking for malloc.h
configure:7491: result: yes
configure:7404: checking stddef.h usability
configure:7413: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:7416: $? = 0
configure:7419: test -s conftest.o
configure:7422: $? = 0
configure:7431: result: yes
configure:7435: checking stddef.h presence
configure:7442: arm-gentoo_arm11-linux-gnueabi-gcc -E conftest.c
configure:7448: $? = 0
configure:7466: result: yes
configure:7484: checking for stddef.h
configure:7491: result: yes
configure:7395: checking for stdlib.h
configure:7400: result: yes
configure:7395: checking for string.h
configure:7400: result: yes
configure:7395: checking for unistd.h
configure:7400: result: yes
configure:7404: checking sys/param.h usability
configure:7413: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:7416: $? = 0
configure:7419: test -s conftest.o
configure:7422: $? = 0
configure:7431: result: yes
configure:7435: checking sys/param.h presence
configure:7442: arm-gentoo_arm11-linux-gnueabi-gcc -E conftest.c
configure:7448: $? = 0
configure:7466: result: yes
configure:7484: checking for sys/param.h
configure:7491: result: yes
configure:7532: checking for feof_unlocked
configure:7575: arm-gentoo_arm11-linux-gnueabi-gcc -o conftest -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:7578: $? = 0
configure:7581: test -s conftest
configure:7584: $? = 0
configure:7594: result: yes
configure:7532: checking for fgets_unlocked
configure:7575: arm-gentoo_arm11-linux-gnueabi-gcc -o conftest -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:7578: $? = 0
configure:7581: test -s conftest
configure:7584: $? = 0
configure:7594: result: yes
configure:7532: checking for getc_unlocked
configure:7575: arm-gentoo_arm11-linux-gnueabi-gcc -o conftest -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:7578: $? = 0
configure:7581: test -s conftest
configure:7584: $? = 0
configure:7594: result: yes
configure:7532: checking for getcwd
configure:7575: arm-gentoo_arm11-linux-gnueabi-gcc -o conftest -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:7578: $? = 0
configure:7581: test -s conftest
configure:7584: $? = 0
configure:7594: result: yes
configure:7532: checking for getegid
configure:7575: arm-gentoo_arm11-linux-gnueabi-gcc -o conftest -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:7578: $? = 0
configure:7581: test -s conftest
configure:7584: $? = 0
configure:7594: result: yes
configure:7532: checking for geteuid
configure:7575: arm-gentoo_arm11-linux-gnueabi-gcc -o conftest -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:7578: $? = 0
configure:7581: test -s conftest
configure:7584: $? = 0
configure:7594: result: yes
configure:7532: checking for getgid
configure:7575: arm-gentoo_arm11-linux-gnueabi-gcc -o conftest -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:7578: $? = 0
configure:7581: test -s conftest
configure:7584: $? = 0
configure:7594: result: yes
configure:7532: checking for getuid
configure:7575: arm-gentoo_arm11-linux-gnueabi-gcc -o conftest -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:7578: $? = 0
configure:7581: test -s conftest
configure:7584: $? = 0
configure:7594: result: yes
configure:7532: checking for mempcpy
configure:7575: arm-gentoo_arm11-linux-gnueabi-gcc -o conftest -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:7547: warning: conflicting types for built-in function 'mempcpy'
configure:7578: $? = 0
configure:7581: test -s conftest
configure:7584: $? = 0
configure:7594: result: yes
configure:7532: checking for munmap
configure:7575: arm-gentoo_arm11-linux-gnueabi-gcc -o conftest -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:7578: $? = 0
configure:7581: test -s conftest
configure:7584: $? = 0
configure:7594: result: yes
configure:7532: checking for putenv
configure:7575: arm-gentoo_arm11-linux-gnueabi-gcc -o conftest -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:7578: $? = 0
configure:7581: test -s conftest
configure:7584: $? = 0
configure:7594: result: yes
configure:7532: checking for setenv
configure:7575: arm-gentoo_arm11-linux-gnueabi-gcc -o conftest -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:7578: $? = 0
configure:7581: test -s conftest
configure:7584: $? = 0
configure:7594: result: yes
configure:7532: checking for setlocale
configure:7575: arm-gentoo_arm11-linux-gnueabi-gcc -o conftest -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:7578: $? = 0
configure:7581: test -s conftest
configure:7584: $? = 0
configure:7594: result: yes
configure:7532: checking for stpcpy
configure:7575: arm-gentoo_arm11-linux-gnueabi-gcc -o conftest -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:7547: warning: conflicting types for built-in function 'stpcpy'
configure:7578: $? = 0
configure:7581: test -s conftest
configure:7584: $? = 0
configure:7594: result: yes
configure:7532: checking for strcasecmp
configure:7575: arm-gentoo_arm11-linux-gnueabi-gcc -o conftest -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:7547: warning: conflicting types for built-in function 'strcasecmp'
configure:7578: $? = 0
configure:7581: test -s conftest
configure:7584: $? = 0
configure:7594: result: yes
configure:7532: checking for strdup
configure:7575: arm-gentoo_arm11-linux-gnueabi-gcc -o conftest -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:7547: warning: conflicting types for built-in function 'strdup'
configure:7578: $? = 0
configure:7581: test -s conftest
configure:7584: $? = 0
configure:7594: result: yes
configure:7532: checking for strtoul
configure:7575: arm-gentoo_arm11-linux-gnueabi-gcc -o conftest -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:7578: $? = 0
configure:7581: test -s conftest
configure:7584: $? = 0
configure:7594: result: yes
configure:7532: checking for tsearch
configure:7575: arm-gentoo_amr11-linux-gnueabi-gcc -o conftest -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:7578: $? = 0
configure:7581: test -s conftest
configure:7584: $? = 0
configure:7594: result: yes
configure:7532: checking for __argz_count
configure:7575: arm-gentoo_arm11-linux-gnueabi-gcc -o conftest -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:7578: $? = 0
configure:7581: test -s conftest
configure:7584: $? = 0
configure:7594: result: yes
configure:7532: checking for __argz_stringify
configure:7575: arm-gentoo_arm11-linux-gnueabi-gcc -o conftest -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:7578: $? = 0
configure:7581: test -s conftest
configure:7584: $? = 0
configure:7594: result: yes
configure:7532: checking for __argz_next
configure:7575: arm-gentoo_arm11-linux-gnueabi-gcc -o conftest -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:7578: $? = 0
configure:7581: test -s conftest
configure:7584: $? = 0
configure:7594: result: yes
configure:7532: checking for __fsetlocking
configure:7575: arm-gentoo_arm11-linux-gnueabi-gcc -o conftest -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:7578: $? = 0
configure:7581: test -s conftest
configure:7584: $? = 0
configure:7594: result: yes
configure:7635: checking for iconv
configure:7665: arm-gentoo_arm11-linux-gnueabi-gcc -o conftest -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:7668: $? = 0
configure:7671: test -s conftest
configure:7674: $? = 0
configure:7729: result: yes
configure:7752: checking for iconv declaration
configure:7789: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:7792: $? = 0
configure:7795: test -s conftest.o
configure:7798: $? = 0
configure:7812: result:
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:7823: checking for nl_langinfo and CODESET
configure:7847: arm-gentoo_arm11-linux-gnueabi-gcc -o conftest -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:7850: $? = 0
configure:7853: test -s conftest
configure:7856: $? = 0
configure:7867: result: yes
configure:7879: checking for LC_MESSAGES
configure:7903: arm-gentoo_arm11-linux-gnueabi-gcc -o conftest -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:7906: $? = 0
configure:7909: test -s conftest
configure:7912: $? = 0
configure:7922: result: yes
configure:7938: checking for bison
configure:7954: found /usr/bin/bison
configure:7964: result: bison
configure:7977: checking version of bison
configure:7986: result: 2.1, ok
configure:8008: checking whether NLS is requested
configure:8017: result: yes
configure:8033: checking whether included gettext is requested
configure:8043: result: no
configure:8054: checking for GNU gettext in libc
configure:8081: arm-gentoo_arm11-linux-gnueabi-gcc -o conftest -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:8084: $? = 0
configure:8087: test -s conftest
configure:8090: $? = 0
configure:8100: result: yes
configure:8635: checking whether to use NLS
configure:8637: result: yes
configure:8640: checking where the gettext function comes from
configure:8651: result: libc
configure:8749: checking for dirent.h that defines DIR
configure:8776: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:8779: $? = 0
configure:8782: test -s conftest.o
configure:8785: $? = 0
configure:8795: result: yes
configure:8808: checking for library containing opendir
configure:8841: arm-gentoo_arm11-linux-gnueabi-gcc -o conftest -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:8844: $? = 0
configure:8847: test -s conftest
configure:8850: $? = 0
configure:8909: result: none required
configure:9027: checking whether time.h and sys/time.h may both be included
configure:9055: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:9058: $? = 0
configure:9061: test -s conftest.o
configure:9064: $? = 0
configure:9074: result: yes
configure:9091: checking for inttypes.h
configure:9096: result: yes
configure:9227: checking for unistd.h
configure:9232: result: yes
configure:9227: checking for stdlib.h
configure:9232: result: yes
configure:9236: checking stdarg.h usability
configure:9245: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:9248: $? = 0
configure:9251: test -s conftest.o
configure:9254: $? = 0
configure:9263: result: yes
configure:9267: checking stdarg.h presence
configure:9274: arm-gentoo_arm11-linux-gnueabi-gcc -E conftest.c
configure:9280: $? = 0
configure:9298: result: yes
configure:9316: checking for stdarg.h
configure:9323: result: yes
configure:9236: checking varargs.h usability
configure:9245: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
In file included from configure:9273:
/usr/lib/gcc/arm-gentoo_arm11-linux-gnueabi/4.1.1/include/varargs.h:4:2: error: #error "GCC no longer implements <varargs.h>."
/usr/lib/gcc/arm-gentoo_arm11-linux-gnueabi/4.1.1/include/varargs.h:5:2: error: #error "Revise your code to use <stdarg.h>."
configure:9248: $? = 1
configure: failed program was:
#line 9238 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
# include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
# include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
# include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <varargs.h>
configure:9263: result: no
configure:9267: checking varargs.h presence
configure:9274: arm-gentoo_arm11-linux-gnueabi-gcc -E conftest.c
In file included from configure:9270:
/usr/lib/gcc/arm-gentoo_arm11-linux-gnueabi/4.1.1/include/varargs.h:4:2: error: #error "GCC no longer implements <varargs.h>."
/usr/lib/gcc/arm-gentoo_arm11-linux-gnueabi/4.1.1/include/varargs.h:5:2: error: #error "Revise your code to use <stdarg.h>."
configure:9280: $? = 1
configure: failed program was:
#line 9269 "configure"
#include "confdefs.h"
#include <varargs.h>
configure:9298: result: no
configure:9316: checking for varargs.h
configure:9323: result: no
configure:9227: checking for limits.h
configure:9232: result: yes
configure:9227: checking for string.h
configure:9232: result: yes
configure:9227: checking for memory.h
configure:9232: result: yes
configure:9227: checking for locale.h
configure:9232: result: yes
configure:9236: checking termcap.h usability
configure:9245: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:9273:21: error: termcap.h: No such file or directory
configure:9248: $? = 1
configure: failed program was:
#line 9238 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
# include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
# include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
# include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <termcap.h>
configure:9263: result: no
configure:9267: checking termcap.h presence
configure:9274: arm-gentoo_arm11-linux-gnueabi-gcc -E conftest.c
configure:9270:21: error: termcap.h: No such file or directory
configure:9280: $? = 1
configure: failed program was:
#line 9269 "configure"
#include "confdefs.h"
#include <termcap.h>
configure:9298: result: no
configure:9316: checking for termcap.h
configure:9323: result: no
configure:9236: checking termio.h usability
configure:9245: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:9248: $? = 0
configure:9251: test -s conftest.o
configure:9254: $? = 0
configure:9263: result: yes
configure:9267: checking termio.h presence
configure:9274: arm-gentoo_arm11-linux-gnueabi-gcc -E conftest.c
configure:9280: $? = 0
configure:9298: result: yes
configure:9316: checking for termio.h
configure:9323: result: yes
configure:9236: checking termios.h usability
configure:9245: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:9248: $? = 0
configure:9251: test -s conftest.o
configure:9254: $? = 0
configure:9263: result: yes
configure:9267: checking termios.h presence
configure:9274: arm-gentoo_arm11-linux-gnueabi-gcc -E conftest.c
configure:9280: $? = 0
configure:9298: result: yes
configure:9316: checking for termios.h
configure:9323: result: yes
configure:9236: checking dlfcn.h usability
configure:9245: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:9248: $? = 0
configure:9251: test -s conftest.o
configure:9254: $? = 0
configure:9263: result: yes
configure:9267: checking dlfcn.h presence
configure:9274: arm-gentoo_arm11-linux-gnueabi-gcc -E conftest.c
configure:9280: $? = 0
configure:9298: result: yes
configure:9316: checking for dlfcn.h
configure:9323: result: yes
configure:9227: checking for stddef.h
configure:9232: result: yes
configure:9227: checking for stdint.h
configure:9232: result: yes
configure:9236: checking netdb.h usability
configure:9245: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:9248: $? = 0
configure:9251: test -s conftest.o
configure:9254: $? = 0
configure:9263: result: yes
configure:9267: checking netdb.h presence
configure:9274: arm-gentoo_arm11-linux-gnueabi-gcc -E conftest.c
configure:9280: $? = 0
configure:9298: result: yes
configure:9316: checking for netdb.h
configure:9323: result: yes
configure:9236: checking pwd.h usability
configure:9245: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:9248: $? = 0
configure:9251: test -s conftest.o
configure:9254: $? = 0
configure:9263: result: yes
configure:9267: checking pwd.h presence
configure:9274: arm-gentoo_arm11-linux-gnueabi-gcc -E conftest.c
configure:9280: $? = 0
configure:9298: result: yes
configure:9316: checking for pwd.h
configure:9323: result: yes
configure:9236: checking grp.h usability
configure:9245: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:9248: $? = 0
configure:9251: test -s conftest.o
configure:9254: $? = 0
configure:9263: result: yes
configure:9267: checking grp.h presence
configure:9274: arm-gentoo_arm11-linux-gnueabi-gcc -E conftest.c
configure:9280: $? = 0
configure:9298: result: yes
configure:9316: checking for grp.h
configure:9323: result: yes
configure:9227: checking for strings.h
configure:9232: result: yes
configure:9236: checking regex.h usability
configure:9245: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:9248: $? = 0
configure:9251: test -s conftest.o
configure:9254: $? = 0
configure:9263: result: yes
configure:9267: checking regex.h presence
configure:9274: arm-gentoo_arm11-linux-gnueabi-gcc -E conftest.c
configure:9280: $? = 0
configure:9298: result: yes
configure:9316: checking for regex.h
configure:9323: result: yes
configure:9363: checking sys/pte.h usability
configure:9372: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:9400:21: error: sys/pte.h: No such file or directory
configure:9375: $? = 1
configure: failed program was:
#line 9365 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
# include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
# include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
# include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <sys/pte.h>
configure:9390: result: no
configure:9394: checking sys/pte.h presence
configure:9401: arm-gentoo_arm11-linux-gnueabi-gcc -E conftest.c
configure:9397:21: error: sys/pte.h: No such file or directory
configure:9407: $? = 1
configure: failed program was:
#line 9396 "configure"
#include "confdefs.h"
#include <sys/pte.h>
configure:9425: result: no
configure:9443: checking for sys/pte.h
configure:9450: result: no
configure:9363: checking sys/stream.h usability
configure:9372: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:9400:24: error: sys/stream.h: No such file or directory
configure:9375: $? = 1
configure: failed program was:
#line 9365 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
# include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
# include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
# include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <sys/stream.h>
configure:9390: result: no
configure:9394: checking sys/stream.h presence
configure:9401: arm-gentoo_arm11-linux-gnueabi-gcc -E conftest.c
configure:9397:24: error: sys/stream.h: No such file or directory
configure:9407: $? = 1
configure: failed program was:
#line 9396 "configure"
#include "confdefs.h"
#include <sys/stream.h>
configure:9425: result: no
configure:9443: checking for sys/stream.h
configure:9450: result: no
configure:9363: checking sys/select.h usability
configure:9372: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:9375: $? = 0
configure:9378: test -s conftest.o
configure:9381: $? = 0
configure:9390: result: yes
configure:9394: checking sys/select.h presence
configure:9401: arm-gentoo_arm11-linux-gnueabi-gcc -E conftest.c
configure:9407: $? = 0
configure:9425: result: yes
configure:9443: checking for sys/select.h
configure:9450: result: yes
configure:9363: checking sys/file.h usability
configure:9372: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:9375: $? = 0
configure:9378: test -s conftest.o
configure:9381: $? = 0
configure:9390: result: yes
configure:9394: checking sys/file.h presence
configure:9401: arm-gentoo_arm11-linux-gnueabi-gcc -E conftest.c
configure:9407: $? = 0
configure:9425: result: yes
configure:9443: checking for sys/file.h
configure:9450: result: yes
configure:9363: checking sys/resource.h usability
configure:9372: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:9375: $? = 0
configure:9378: test -s conftest.o
configure:9381: $? = 0
configure:9390: result: yes
configure:9394: checking sys/resource.h presence
configure:9401: arm-gentoo_arm11-linux-gnueabi-gcc -E conftest.c
configure:9407: $? = 0
configure:9425: result: yes
configure:9443: checking for sys/resource.h
configure:9450: result: yes
configure:9354: checking for sys/param.h
configure:9359: result: yes
configure:9363: checking sys/socket.h usability
configure:9372: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:9375: $? = 0
configure:9378: test -s conftest.o
configure:9381: $? = 0
configure:9390: result: yes
configure:9394: checking sys/socket.h presence
configure:9401: arm-gentoo_arm11-linux-gnueabi-gcc -E conftest.c
configure:9407: $? = 0
configure:9425: result: yes
configure:9443: checking for sys/socket.h
configure:9450: result: yes
configure:9354: checking for sys/stat.h
configure:9359: result: yes
configure:9363: checking sys/time.h usability
configure:9372: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:9375: $? = 0
configure:9378: test -s conftest.o
configure:9381: $? = 0
configure:9390: result: yes
configure:9394: checking sys/time.h presence
configure:9401: arm-gentoo_arm11-linux-gnueabi-gcc -E conftest.c
configure:9407: $? = 0
configure:9425: result: yes
configure:9443: checking for sys/time.h
configure:9450: result: yes
configure:9363: checking sys/times.h usability
configure:9372: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:9375: $? = 0
configure:9378: test -s conftest.o
configure:9381: $? = 0
configure:9390: result: yes
configure:9394: checking sys/times.h presence
configure:9401: arm-gentoo_arm11-linux-gnueabi-gcc -E conftest.c
configure:9407: $? = 0
configure:9425: result: yes
configure:9443: checking for sys/times.h
configure:9450: result: yes
configure:9354: checking for sys/types.h
configure:9359: result: yes
configure:9363: checking sys/wait.h usability
configure:9372: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:9375: $? = 0
configure:9378: test -s conftest.o
configure:9381: $? = 0
configure:9390: result: yes
configure:9394: checking sys/wait.h presence
configure:9401: arm-gentoo_arm11-linux-gnueabi-gcc -E conftest.c
configure:9407: $? = 0
configure:9425: result: yes
configure:9443: checking for sys/wait.h
configure:9450: result: yes
configure:9478: checking netinet/in.h usability
configure:9487: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:9490: $? = 0
configure:9493: test -s conftest.o
configure:9496: $? = 0
configure:9505: result: yes
configure:9509: checking netinet/in.h presence
configure:9516: arm-gentoo_arm11-linux-gnueabi-gcc -E conftest.c
configure:9522: $? = 0
configure:9540: result: yes
configure:9558: checking for netinet/in.h
configure:9565: result: yes
configure:9478: checking arpa/inet.h usability
configure:9487: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:9490: $? = 0
configure:9493: test -s conftest.o
configure:9496: $? = 0
configure:9505: result: yes
configure:9509: checking arpa/inet.h presence
configure:9516: arm-gentoo_arm11-linux-gnueabi-gcc -E conftest.c
configure:9522: $? = 0
configure:9540: result: yes
configure:9558: checking for arpa/inet.h
configure:9565: result: yes
configure:9579: checking for sys/ptem.h
configure:9596: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure:9591:22: error: sys/ptem.h: No such file or directory
configure:9599: $? = 1
configure: failed program was:
#line 9584 "configure"
#include "confdefs.h"
#if HAVE_SYS_STREAM_H
# include <sys/stream.h>
#endif
#include <sys/ptem.h>
configure:9615: result: no
configure:9622: checking for working alloca.h
configure:9665: result: yes
configure:9675: checking for alloca
configure:9738: result: yes
configure:9928: checking whether getpgrp requires zero arguments
configure:9953: arm-gentoo_arm11-linux-gnueabi-gcc -c -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6 conftest.c >&5
configure: In function 'main':
configure:9978: error: too many arguments to function 'getpgrp'
configure:9956: $? = 1
configure: failed program was:
#line 9934 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
# include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
# include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
# include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
getpgrp (0);
;
return 0;
}
configure:9973: result: yes
configure:9983: checking whether setvbuf arguments are reversed
configure:9989: error: cannot run test program while cross compiling
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_char_unsigned=yes
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_c_long_double=no
ac_cv_c_stringize=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s -march=armv6'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_DEBUGGER_START_FILE_set=
ac_cv_env_DEBUGGER_START_FILE_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=i686-pc-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=arm-gentoo_arm11-linux-gnueabi
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func___argz_count=yes
ac_cv_func___argz_next=yes
ac_cv_func___argz_stringify=yes
ac_cv_func___fsetlocking=yes
ac_cv_func_alloca_works=yes
ac_cv_func_feof_unlocked=yes
ac_cv_func_fgets_unlocked=yes
ac_cv_func_getc_unlocked=yes
ac_cv_func_getcwd=yes
ac_cv_func_getegid=yes
ac_cv_func_geteuid=yes
ac_cv_func_getgid=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getpgrp_void=yes
ac_cv_func_getuid=yes
ac_cv_func_mempcpy=yes
ac_cv_func_mmap_fixed_mapped=no
ac_cv_func_munmap=yes
ac_cv_func_putenv=yes
ac_cv_func_setenv=yes
ac_cv_func_setlocale=yes
ac_cv_func_stpcpy=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strdup=yes
ac_cv_func_strtoul=yes
ac_cv_func_tsearch=yes
ac_cv_gnu_library_2_1=yes
ac_cv_header_argz_h=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_grp_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_nl_types_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_regex_h=yes
ac_cv_header_stdarg_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
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_file_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_pte_h=no
ac_cv_header_sys_ptem_h=no
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_stream_h=no
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_times_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_termcap_h=no
ac_cv_header_termio_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_varargs_h=no
ac_cv_host=arm-gentoo_arm11-linux-gnueabi
ac_cv_host_alias=arm-gentoo_arm11-linux-gnueabi
ac_cv_lib_cposix_strerror=no
ac_cv_objext=o
ac_cv_path_GMSGFMT=/usr/bin/gmsgfmt
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_install='/bin/install -c'
ac_cv_prog_AR=ar
ac_cv_prog_CC=arm-gentoo_arm11-linux-gnueabi-gcc
ac_cv_prog_CPP='arm-gentoo_arm11-linux-gnueabi-gcc -E'
ac_cv_prog_EMACS=emacs
ac_cv_prog_INTLBISON=bison
ac_cv_prog_RANLIB=arm-gentoo_arm11-linux-gnueabi-ranlib
ac_cv_prog_YACC='bison -y'
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_gcc_traditional=no
ac_cv_prog_make_make_set=yes
ac_cv_search_opendir='none required'
ac_cv_sys_file_offset_bits=64
ac_cv_sys_large_files=no
ac_cv_sys_largefile_CC=no
ac_cv_type_off_t=yes
ac_cv_type_size_t=yes
ac_cv_type_unsigned_long_long=yes
ac_cv_working_alloca_h=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_path_LD=/usr/arm-gentoo_arm11-linux-gnueabi/bin/ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_wl=-Wl,
am_cv_func_iconv=yes
am_cv_langinfo_codeset=yes
am_cv_lib_iconv=no
am_cv_lispdir='${datadir}/emacs/site-lisp'
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
am_cv_proto_iconv_arg1=
am_cv_val_LC_MESSAGES=yes
gt_cv_func_gnugettext2_libc=yes
gt_cv_header_inttypes_h=yes
gt_cv_int_divbyzero_sigfpe='guessing no'
gt_cv_inttypes_pri_broken=no
jm_ac_cv_header_inttypes_h=yes
jm_ac_cv_header_stdint_h=yes
nls_cv_force_use_gnu_gettext=no
nls_cv_header_intl=
nls_cv_header_libgt=
nls_cv_use_gnu_gettext=no
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME "bash"
#define PACKAGE_TARNAME "bash"
#define PACKAGE_VERSION "3.1-release"
#define PACKAGE_STRING "bash 3.1-release"
#define PACKAGE_BUGREPORT "bug-bash@gnu.org"
#define ALIAS 1
#define PUSHD_AND_POPD 1
#define RESTRICTED_SHELL 1
#define PROCESS_SUBSTITUTION 1
#define PROMPT_STRING_DECODE 1
#define SELECT_COMMAND 1
#define HELP_BUILTIN 1
#define ARRAY_VARS 1
#define DPAREN_ARITHMETIC 1
#define BRACE_EXPANSION 1
#define COMMAND_TIMING 1
#define EXTENDED_GLOB 1
#define COND_COMMAND 1
#define COND_REGEXP 1
#define ARITH_FOR_COMMAND 1
#define NETWORK_REDIRECTIONS 1
#define PROGRAMMABLE_COMPLETION 1
#define DEBUGGER 1
#define MEMSCRAMBLE 1
#define STDC_HEADERS 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
#define _FILE_OFFSET_BITS 64
#define READLINE 1
#define HISTORY 1
#define BANG_HISTORY 1
#define _GNU_SOURCE 1
#define HAVE_STRINGIZE 1
#define PROTOTYPES 1
#define __PROTOTYPES 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_GETPAGESIZE 1
#define INTDIV0_RAISES_SIGFPE 0
#define HAVE_INTTYPES_H_WITH_UINTMAX 1
#define HAVE_STDINT_H_WITH_UINTMAX 1
#define HAVE_UNSIGNED_LONG_LONG 1
#define HAVE_UINTMAX_T 1
#define HAVE_INTTYPES_H 1
#define HAVE_ARGZ_H 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_NL_TYPES_H 1
#define HAVE_MALLOC_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_FEOF_UNLOCKED 1
#define HAVE_FGETS_UNLOCKED 1
#define HAVE_GETC_UNLOCKED 1
#define HAVE_GETCWD 1
#define HAVE_GETEGID 1
#define HAVE_GETEUID 1
#define HAVE_GETGID 1
#define HAVE_GETUID 1
#define HAVE_MEMPCPY 1
#define HAVE_MUNMAP 1
#define HAVE_PUTENV 1
#define HAVE_SETENV 1
#define HAVE_SETLOCALE 1
#define HAVE_STPCPY 1
#define HAVE_STRCASECMP 1
#define HAVE_STRDUP 1
#define HAVE_STRTOUL 1
#define HAVE_TSEARCH 1
#define HAVE___ARGZ_COUNT 1
#define HAVE___ARGZ_STRINGIFY 1
#define HAVE___ARGZ_NEXT 1
#define HAVE___FSETLOCKING 1
#define HAVE_ICONV 1
#define ICONV_CONST
#define HAVE_LANGINFO_CODESET 1
#define HAVE_LC_MESSAGES 1
#define ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define HAVE_DIRENT_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_INTTYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDARG_H 1
#define HAVE_LIMITS_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_LOCALE_H 1
#define HAVE_TERMIO_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_DLFCN_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STDINT_H 1
#define HAVE_NETDB_H 1
#define HAVE_PWD_H 1
#define HAVE_GRP_H 1
#define HAVE_STRINGS_H 1
#define HAVE_REGEX_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TIMES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define GETPGRP_VOID 1
configure: exit 1
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-embedded] crosscompile and libraries path
2006-07-14 17:30 [gentoo-embedded] crosscompile and libraries path Erwan Bracq
@ 2006-07-15 2:42 ` Mike Frysinger
2006-07-15 9:24 ` Erwan Bracq
0 siblings, 1 reply; 6+ messages in thread
From: Mike Frysinger @ 2006-07-15 2:42 UTC (permalink / raw
To: gentoo-embedded
[-- Attachment #1: Type: text/plain, Size: 143 bytes --]
On Friday 14 July 2006 13:30, Erwan Bracq wrote:
> Now I want to cross compile bash
export ac_cv_func_setvbuf_reversed=no and try again
-mike
[-- Attachment #2: Type: application/pgp-signature, Size: 827 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-embedded] crosscompile and libraries path
2006-07-15 9:24 ` Erwan Bracq
@ 2006-07-15 9:11 ` Mike Frysinger
2006-07-16 20:35 ` Erwan Bracq
0 siblings, 1 reply; 6+ messages in thread
From: Mike Frysinger @ 2006-07-15 9:11 UTC (permalink / raw
To: gentoo-embedded
[-- Attachment #1: Type: text/plain, Size: 806 bytes --]
On Saturday 15 July 2006 05:24, Erwan Bracq wrote:
> If I set LDFLAGS for some specific dirs with -L I'm breaking something
> in cross-emerge and it can find the libc.
dont add -L to LDFLAGS ... if you need to do this, you're doing it wrong and
you'll just end up with headaches (i know from personal experience :p)
make sure the libraries can be found via the normal lib search path (ie
sysroot in /usr/CTARGET)
> I need to do this because some external libraries are required (and
> these libraries are inside the root_filesystem like libcurses.* for bash).
the root of your troubles is your mixing of development and target in $ROOT
if you keep things cleanly separated, development headers/libs in /usr/CTARGET
and target runtime libs in $ROOT, then it should just work
-mike
[-- Attachment #2: Type: application/pgp-signature, Size: 827 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-embedded] crosscompile and libraries path
2006-07-15 2:42 ` Mike Frysinger
@ 2006-07-15 9:24 ` Erwan Bracq
2006-07-15 9:11 ` Mike Frysinger
0 siblings, 1 reply; 6+ messages in thread
From: Erwan Bracq @ 2006-07-15 9:24 UTC (permalink / raw
To: gentoo-embedded
[-- Attachment #1: Type: text/plain, Size: 1944 bytes --]
Hi,
Ok, thanks for this tips to force the bash build configure script. But
the first problem is due to libraries path (have a look on wrapper_log
in previous mail).
If I set LDFLAGS for some specific dirs with -L I'm breaking something
in cross-emerge and it can find the libc.
I need to do this because some external libraries are required (and
these libraries are inside the root_filesystem like libcurses.* for bash).
So my main problem is to give more path to the cross linker.
Here the result with the emerge command:
RESULT:
> arm-gentoo_arm11-linux-gnueabi-gcc -L./builtins -L./lib/readline
> -L./lib/readline -L./lib/glob -L./lib/tilde -L./lib/sh -rdynamic
> -fomit-frame-pointer -pipe -Os -mlittle-endian -mtune=arm1136jf-s
> -march=armv6 -o bash shell.o eval.o y.tab.o general.o make_cmd.o
> print_cmd.o dispose_cmd.o execute_cmd.o variables.o copy_cmd.o
> error.o expr.o flags.o nojobs.o subst.o hashcmd.o hashlib.o
> mailcheck.o trap.o input.o unwind_prot.o pathexp.o sig.o test.o
> version.o alias.o array.o arrayfunc.o braces.o bracecomp.o bashhist.o
> bashline.o list.o stringlib.o locale.o findcmd.o redir.o pcomplete.o
> pcomplib.o syntax.o xmalloc.o -lbuiltins -lsh -lreadline -lhistory
> -lcurses -lglob -ltilde -ldl
> /usr/lib/gcc/arm-gentoo_mx11-linux-gnueabi/4.1.1/../../../../arm-gentoo_mx11-linux-gnueabi/bin/ld:
> cannot find -lcurses
> collect2: ld returned 1 exit status
> make: *** [bash] Error 1
COMMAND:
> ACCEPT_KEYWORDS="arm ~arm" ARCH="arm" ROOT="/opt/gentoo/devel_root"
> CHOST="arm-gentoo_arm11-linux-gnueabi" CBUILD="i686-pc-linux-gnu"
> CFLAGS="-fomit-frame-pointer -pipe -Os -mlittle-endian
> -mtune=arm1136jf-s -march=armv6" CXXFLAGS="${CFLAGS}" emerge bash
Thank you for your help.
R1.
Mike Frysinger wrote:
> On Friday 14 July 2006 13:30, Erwan Bracq wrote:
>
>> Now I want to cross compile bash
>>
>
> export ac_cv_func_setvbuf_reversed=no and try again
> -mike
>
[-- Attachment #2: Type: text/html, Size: 2551 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-embedded] crosscompile and libraries path
2006-07-15 9:11 ` Mike Frysinger
@ 2006-07-16 20:35 ` Erwan Bracq
2006-07-16 22:01 ` Mike Frysinger
0 siblings, 1 reply; 6+ messages in thread
From: Erwan Bracq @ 2006-07-16 20:35 UTC (permalink / raw
To: gentoo-embedded
[-- Attachment #1: Type: text/plain, Size: 1541 bytes --]
Mike Frysinger wrote:
> On Saturday 15 July 2006 05:24, Erwan Bracq wrote:
>
>> If I set LDFLAGS for some specific dirs with -L I'm breaking something
>> in cross-emerge and it can find the libc.
>>
>
> dont add -L to LDFLAGS ... if you need to do this, you're doing it wrong and
> you'll just end up with headaches (i know from personal experience :p)
>
> make sure the libraries can be found via the normal lib search path (ie
> sysroot in /usr/CTARGET)
>
>
>> I need to do this because some external libraries are required (and
>> these libraries are inside the root_filesystem like libcurses.* for bash).
>>
>
> the root of your troubles is your mixing of development and target in $ROOT
>
> if you keep things cleanly separated, development headers/libs in /usr/CTARGET
> and target runtime libs in $ROOT, then it should just work
> -mike
>
Hi
> the root of your troubles is your mixing of development and target in $ROOT
Yes, that's the point, I want to merge development and target due to
native compilation possibility (it's a development root filesystem) and
I want to keep clear the cross tool dir as much as possible.
I've started to play with rpath ld option and things are not to bad (the
libc is now found) but I continue to break on final link with other
libraries. I'm trying now to change the ld settings to include more
search path (when binutils are emerged)
If I can't get something good with new ld search path, then I will put
required libraries in /usr/CTARGET.
Thanks for your help.
R1.
[-- Attachment #2: Type: text/html, Size: 2137 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-embedded] crosscompile and libraries path
2006-07-16 20:35 ` Erwan Bracq
@ 2006-07-16 22:01 ` Mike Frysinger
0 siblings, 0 replies; 6+ messages in thread
From: Mike Frysinger @ 2006-07-16 22:01 UTC (permalink / raw
To: gentoo-embedded
[-- Attachment #1: Type: text/plain, Size: 614 bytes --]
On Sunday 16 July 2006 16:35, Erwan Bracq wrote:
> Yes, that's the point, I want to merge development and target due to
> native compilation possibility (it's a development root filesystem) and
> I want to keep clear the cross tool dir as much as possible.
>
> I've started to play with rpath ld option and things are not to bad (the
> libc is now found) but I continue to break on final link with other
> libraries. I'm trying now to change the ld settings to include more
> search path (when binutils are emerged)
your best bet then is probably to play with these options:
-B<path>
-Wl,-rpath-link,<path>
-mike
[-- Attachment #2: Type: application/pgp-signature, Size: 827 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-07-16 22:02 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-14 17:30 [gentoo-embedded] crosscompile and libraries path Erwan Bracq
2006-07-15 2:42 ` Mike Frysinger
2006-07-15 9:24 ` Erwan Bracq
2006-07-15 9:11 ` Mike Frysinger
2006-07-16 20:35 ` Erwan Bracq
2006-07-16 22:01 ` Mike Frysinger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox