Hello,

I'm unable to compile gcc package from "https://dev.openwrt.org/browser/packages/devel/gcc" i get always a error:

configure: loading site script /source/openwrt/backfire/include/site/mipsel-openwrt-linux-uclibc
checking build system type... i486-slackware-linux-gnu
checking host system type... mipsel-openwrt-linux-uclibc
checking target system type... mipsel-openwrt-linux-uclibc
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for mipsel-openwrt-linux-uclibc-gcc... mipsel-openwrt-linux-uclibc-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether mipsel-openwrt-linux-uclibc-gcc accepts -g... yes
checking for mipsel-openwrt-linux-uclibc-gcc option to accept ANSI C... none needed
checking for mipsel-openwrt-linux-uclibc-g++... mipsel-openwrt-linux-uclibc-g++
checking whether we are using the GNU C++ compiler... yes
checking whether mipsel-openwrt-linux-uclibc-g++ accepts -g... yes
checking for mipsel-openwrt-linux-uclibc-gnatbind... no
checking for gnatbind... gnatbind
checking for mipsel-openwrt-linux-uclibc-gnatmake... no
checking for gnatmake... gnatmake
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
checking for correct version of gmp.h... no
configure: error: Building GCC requires GMP 4.1+ and MPFR 2.3.0+.
Try the --with-gmp and/or --with-mpfr options to specify their locations.
Copies of these libraries' source code can be found at their respective
hosting sites as well as at ftp://gcc.gnu.org/pub/gcc/infrastructure/.
See also http://gcc.gnu.org/install/prerequisites.html for additional info.
If you obtained GMP and/or MPFR from a vendor distribution package, make
sure that you have installed both the libraries and the header files.
They may be located in separate packages.


I have already this packages instaled.

I try to add manually to gcc Makefile package  the location that i search and found the headers and the libs for GMP and MPFR.

LDFLAGS="-L/source/openwrt/backfire/staging_dir/target-mipsel_uClibc-0.9.30.1/root-brcm47xx/usr/lib -I/source/openwrt/backfire/staging_dir/host/include"

but same error.

config.log:

----------------------begin------------------------------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ /source/openwrt/backfire/build_dir/target-mipsel_uClibc-0.9.30.1/gcc-4.3.3/configure --build=i486-slackware-linux --host=mipsel-openwrt-linux-uclibc --target=mipsel-openwrt-linux-uclibc --enable-languages=c,c++ --enable-shared --disable-__cxa_atexit --enable-target-optspace --with-gnu-ld --disable-nls --disable-libmudflap --disable-multilib --with-float=soft

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

hostname = littledeamon
uname -m = i686
uname -r = 2.6.29.6-smp
uname -s = Linux
uname -v = #2 SMP Mon Dec 7 16:02:16 CST 2009

/usr/bin/uname -p = Intel(R) Pentium(R) III CPU family      1400MHz
/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: /source/openwrt/backfire/staging_dir/target-mipsel_uClibc-0.9.30.1/host/bin
PATH: /source/openwrt/backfire/staging_dir/toolchain-mipsel_gcc-4.3.3+cs_uClibc-0.9.30.1/usr/bin
PATH: /source/openwrt/backfire/staging_dir/host/bin
PATH: /source/openwrt/backfire/staging_dir/toolchain-mipsel_gcc-4.3.3+cs_uClibc-0.9.30.1/usr/bin
PATH: /source/openwrt/backfire/staging_dir/host/bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/games
PATH: /scripts/system
PATH: /usr/lib/java/bin
PATH: /usr/lib/java/jre/bin
PATH: /usr/lib/java/bin
PATH: /usr/lib/kde4/libexec
PATH: /usr/lib/qt/bin
PATH: /usr/share/texmf/bin


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

configure:1374: loading site script /source/openwrt/backfire/include/site/mipsel-openwrt-linux-uclibc
| #!/bin/sh
|
| . $TOPDIR/include/site/mipsel-linux
| . $TOPDIR/include/site/linux-uclibc
|
configure:1507: checking build system type
configure:1525: result: i486-slackware-linux-gnu
configure:1560: checking host system type
configure:1574: result: mipsel-openwrt-linux-uclibc
configure:1582: checking target system type
configure:1596: result: mipsel-openwrt-linux-uclibc
configure:1639: checking for a BSD-compatible install
configure:1694: result: /usr/bin/ginstall -c
configure:1705: checking whether ln works
configure:1727: result: yes
configure:1731: checking whether ln -s works
configure:1735: result: yes
configure:2849: checking for mipsel-openwrt-linux-uclibc-gcc
configure:2875: result: mipsel-openwrt-linux-uclibc-gcc
configure:3157: checking for C compiler version
configure:3160: mipsel-openwrt-linux-uclibc-gcc --version </dev/null >&5
mipsel-openwrt-linux-uclibc-gcc (GCC) 4.3.3
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:3163: $? = 0
configure:3165: mipsel-openwrt-linux-uclibc-gcc -v </dev/null >&5
Using built-in specs.
Target: mipsel-openwrt-linux-uclibc
Configured with: /source/openwrt/backfire/build_dir/toolchain-mipsel_gcc-4.3.3+cs_uClibc-0.9.30.1/gcc-4.3.3/configure --prefix=/source/openwrt/backfire/staging_dir/toolchain-mipsel_gcc-4.3.3+cs_uClibc-0.9.30.1/usr --build=i486-slackware-linux --host=i486-slackware-linux --target=mipsel-openwrt-linux-uclibc --with-gnu-ld --enable-target-optspace --disable-libgomp --disable-libmudflap --disable-multilib --disable-nls --with-float=soft --enable-poison-system-directories --with-gmp=/source/openwrt/backfire/staging_dir/host --with-mpfr=/source/openwrt/backfire/staging_dir/host --disable-decimal-float --disable-libssp --disable-__cxa_atexit --enable-languages=c,c++ --enable-shared --enable-threads --with-slibdir=/source/openwrt/backfire/staging_dir/toolchain-mipsel_gcc-4.3.3+cs_uClibc-0.9.30.1/lib --disable-tls
Thread model: posix
gcc version 4.3.3 (GCC)
configure:3168: $? = 0
configure:3170: mipsel-openwrt-linux-uclibc-gcc -V </dev/null >&5
mipsel-openwrt-linux-uclibc-gcc: '-V' option must have argument
configure:3173: $? = 1
configure:3196: checking for C compiler default output file name
configure:3199: mipsel-openwrt-linux-uclibc-gcc    conftest.c  >&5
conftest.c:1: note: someone does not honour COPTS correctly, passed 0 times
configure:3202: $? = 0
configure:3248: result: a.out
configure:3253: checking whether the C compiler works
configure:3279: result: yes
configure:3286: checking whether we are cross compiling
configure:3288: result: yes
configure:3291: checking for suffix of executables
configure:3293: mipsel-openwrt-linux-uclibc-gcc -o conftest    conftest.c  >&5
conftest.c:1: note: someone does not honour COPTS correctly, passed 0 times
configure:3296: $? = 0
configure:3321: result:
configure:3327: checking for suffix of object files
configure:3348: mipsel-openwrt-linux-uclibc-gcc -c   conftest.c >&5
conftest.c:1: note: someone does not honour COPTS correctly, passed 0 times
configure:3351: $? = 0
configure:3373: result: o
configure:3377: checking whether we are using the GNU C compiler
configure:3401: mipsel-openwrt-linux-uclibc-gcc -c   conftest.c >&5
conftest.c:1: note: someone does not honour COPTS correctly, passed 0 times
configure:3407: $? = 0
configure:3411: test -z
             || test ! -s conftest.err
configure:3414: $? = 0
configure:3417: test -s conftest.o
configure:3420: $? = 0
configure:3433: result: yes
configure:3439: checking whether mipsel-openwrt-linux-uclibc-gcc accepts -g
configure:3460: mipsel-openwrt-linux-uclibc-gcc -c -g  conftest.c >&5
conftest.c:1: note: someone does not honour COPTS correctly, passed 0 times
configure:3466: $? = 0
configure:3470: test -z
             || test ! -s conftest.err
configure:3473: $? = 0
configure:3476: test -s conftest.o
configure:3479: $? = 0
configure:3490: result: yes
configure:3507: checking for mipsel-openwrt-linux-uclibc-gcc option to accept ANSI C
configure:3577: mipsel-openwrt-linux-uclibc-gcc  -c   conftest.c >&5
conftest.c:1: note: someone does not honour COPTS correctly, passed 0 times
configure:3583: $? = 0
configure:3587: test -z
             || test ! -s conftest.err
configure:3590: $? = 0
configure:3593: test -s conftest.o
configure:3596: $? = 0
configure:3614: result: none needed
configure:3632: mipsel-openwrt-linux-uclibc-gcc -c   conftest.c >&5
conftest.c:1: note: someone does not honour COPTS correctly, passed 0 times
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
configure:3638: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3781: checking for mipsel-openwrt-linux-uclibc-g++
configure:3807: result: mipsel-openwrt-linux-uclibc-g++
configure:3865: checking for C++ compiler version
configure:3868: mipsel-openwrt-linux-uclibc-g++ --version </dev/null >&5
mipsel-openwrt-linux-uclibc-g++ (GCC) 4.3.3
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:3871: $? = 0
configure:3873: mipsel-openwrt-linux-uclibc-g++ -v </dev/null >&5
Using built-in specs.
Target: mipsel-openwrt-linux-uclibc
Configured with: /source/openwrt/backfire/build_dir/toolchain-mipsel_gcc-4.3.3+cs_uClibc-0.9.30.1/gcc-4.3.3/configure --prefix=/source/openwrt/backfire/staging_dir/toolchain-mipsel_gcc-4.3.3+cs_uClibc-0.9.30.1/usr --build=i486-slackware-linux --host=i486-slackware-linux --target=mipsel-openwrt-linux-uclibc --with-gnu-ld --enable-target-optspace --disable-libgomp --disable-libmudflap --disable-multilib --disable-nls --with-float=soft --enable-poison-system-directories --with-gmp=/source/openwrt/backfire/staging_dir/host --with-mpfr=/source/openwrt/backfire/staging_dir/host --disable-decimal-float --disable-libssp --disable-__cxa_atexit --enable-languages=c,c++ --enable-shared --enable-threads --with-slibdir=/source/openwrt/backfire/staging_dir/toolchain-mipsel_gcc-4.3.3+cs_uClibc-0.9.30.1/lib --disable-tls
Thread model: posix
gcc version 4.3.3 (GCC)
configure:3876: $? = 0
configure:3878: mipsel-openwrt-linux-uclibc-g++ -V </dev/null >&5
mipsel-openwrt-linux-uclibc-g++: '-V' option must have argument
configure:3881: $? = 1
configure:3884: checking whether we are using the GNU C++ compiler
configure:3908: mipsel-openwrt-linux-uclibc-g++ -c   conftest.cc >&5
configure:3914: $? = 0
configure:3918: test -z
             || test ! -s conftest.err
configure:3921: $? = 0
configure:3924: test -s conftest.o
configure:3927: $? = 0
configure:3940: result: yes
configure:3946: checking whether mipsel-openwrt-linux-uclibc-g++ accepts -g
configure:3967: mipsel-openwrt-linux-uclibc-g++ -c -g  conftest.cc >&5
configure:3973: $? = 0
configure:3977: test -z
             || test ! -s conftest.err
configure:3980: $? = 0
configure:3983: test -s conftest.o
configure:3986: $? = 0
configure:3997: result: yes
configure:4039: mipsel-openwrt-linux-uclibc-g++ -c -g -O2  conftest.cc >&5
configure:4045: $? = 0
configure:4049: test -z
             || test ! -s conftest.err
configure:4052: $? = 0
configure:4055: test -s conftest.o
configure:4058: $? = 0
configure:4084: mipsel-openwrt-linux-uclibc-g++ -c -g -O2  conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:13: error: 'exit' was not declared in this scope
configure:4090: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
|
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4039: mipsel-openwrt-linux-uclibc-g++ -c -g -O2  conftest.cc >&5
conftest.cc:9: error: 'void std::exit(int)' should have been declared inside 'std'
configure:4045: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| extern "C" void std::exit (int) throw (); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4039: mipsel-openwrt-linux-uclibc-g++ -c -g -O2  conftest.cc >&5
conftest.cc:9: error: 'void std::exit(int)' should have been declared inside 'std'
In file included from conftest.cc:10:
/source/openwrt/backfire/staging_dir/toolchain-mipsel_gcc-4.3.3+cs_uClibc-0.9.30.1/usr/lib/gcc/mipsel-openwrt-linux-uclibc/4.3.3/../../../../mipsel-openwrt-linux-uclibc/sys-include/stdlib.h:518: error: declaration of 'void std::exit(int) throw ()' throws different exceptions
conftest.cc:9: error: from previous declaration 'void std::exit(int)'
configure:4045: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| extern "C" void std::exit (int); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4039: mipsel-openwrt-linux-uclibc-g++ -c -g -O2  conftest.cc >&5
configure:4045: $? = 0
configure:4049: test -z
             || test ! -s conftest.err
configure:4052: $? = 0
configure:4055: test -s conftest.o
configure:4058: $? = 0
configure:4084: mipsel-openwrt-linux-uclibc-g++ -c -g -O2  conftest.cc >&5
configure:4090: $? = 0
configure:4094: test -z
             || test ! -s conftest.err
configure:4097: $? = 0
configure:4100: test -s conftest.o
configure:4103: $? = 0
configure:4152: checking for mipsel-openwrt-linux-uclibc-gnatbind
configure:4181: result: no
configure:4190: checking for gnatbind
configure:4206: found /usr/bin/gnatbind
configure:4217: result: gnatbind
configure:4232: checking for mipsel-openwrt-linux-uclibc-gnatmake
configure:4261: result: no
configure:4270: checking for gnatmake
configure:4286: found /usr/bin/gnatmake
configure:4297: result: gnatmake
configure:4309: checking whether compiler driver understands Ada
configure:4332: result: no
configure:4341: checking how to compare bootstrapped objects
configure:4366: result: cmp --ignore-initial=16 $$f1 $$f2
configure:4486: checking for correct version of gmp.h
configure:4509: mipsel-openwrt-linux-uclibc-gcc -c    conftest.c >&5
conftest.c:1: note: someone does not honour COPTS correctly, passed 0 times
conftest.c:12:17: error: gmp.h: No such file or directory
conftest.c: In function 'main':
conftest.c:18: error: 'choke' undeclared (first use in this function)
conftest.c:18: error: (Each undeclared identifier is reported only once
conftest.c:18: error: for each function it appears in.)
conftest.c:18: error: expected ';' before 'me'
configure:4515: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| /* end confdefs.h.  */
| #include "gmp.h"
| int
| main ()
| {
|
|   #if __GNU_MP_VERSION < 4 || (__GNU_MP_VERSION == 4 && __GNU_MP_VERSION_MINOR < 1)
|   choke me
|   #endif
|
|   ;
|   return 0;
| }
configure:4536: result: no
configure:4671: error: Building GCC requires GMP 4.1+ and MPFR 2.3.0+.
Try the --with-gmp and/or --with-mpfr options to specify their locations.
Copies of these libraries' source code can be found at their respective
hosting sites as well as at ftp://gcc.gnu.org/pub/gcc/infrastructure/.
See also http://gcc.gnu.org/install/prerequisites.html for additional info.
If you obtained GMP and/or MPFR from a vendor distribution package, make
sure that you have installed both the libraries and the header files.
They may be located in separate packages.

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

ac_cv_build=i486-slackware-linux-gnu
ac_cv_build_alias=i486-slackware-linux
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_gettext_without_libintl=yes
ac_cv_c_littleendian=yes
ac_cv_c_long_double=no
ac_cv_conv_longlong_to_float=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_AR_FOR_TARGET_set=
ac_cv_env_AR_FOR_TARGET_value=
ac_cv_env_AR_set=set
ac_cv_env_AR_value=mipsel-openwrt-linux-uclibc-ar
ac_cv_env_AS_FOR_TARGET_set=
ac_cv_env_AS_FOR_TARGET_value=
ac_cv_env_AS_set=set
ac_cv_env_AS_value='mipsel-openwrt-linux-uclibc-gcc -c -Os -pipe -mips32 -mtune=mips32 -funit-at-a-time -fhonour-copts -msoft-float -I/include -I/source/openwrt/backfire/build_dir/target-mipsel_uClibc-0.9.30.1/gcc-4.3.3 -I/source/openwrt/backfire/staging_dir/target-mipsel_uClibc-0.9.30.1/usr/include -I/source/openwrt/backfire/staging_dir/target-mipsel_uClibc-0.9.30.1/include -I/source/openwrt/backfire/staging_dir/toolchain-mipsel_gcc-4.3.3+cs_uClibc-0.9.30.1/usr/include -I/source/openwrt/backfire/staging_dir/toolchain-mipsel_gcc-4.3.3+cs_uClibc-0.9.30.1/include -L/source/openwrt/backfire/staging_dir/target-mipsel_uClibc-0.9.30.1/root-brcm47xx/usr/lib -I/source/openwrt/backfire/staging_dir/host/include'
ac_cv_env_CC_FOR_TARGET_set=
ac_cv_env_CC_FOR_TARGET_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=mipsel-openwrt-linux-uclibc-gcc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_FOR_TARGET_set=
ac_cv_env_CXX_FOR_TARGET_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=mipsel-openwrt-linux-uclibc-g++
ac_cv_env_DLLTOOL_FOR_TARGET_set=
ac_cv_env_DLLTOOL_FOR_TARGET_value=
ac_cv_env_DLLTOOL_set=
ac_cv_env_DLLTOOL_value=
ac_cv_env_GCC_FOR_TARGET_set=
ac_cv_env_GCC_FOR_TARGET_value=
ac_cv_env_GCJ_FOR_TARGET_set=
ac_cv_env_GCJ_FOR_TARGET_value=
ac_cv_env_GFORTRAN_FOR_TARGET_set=
ac_cv_env_GFORTRAN_FOR_TARGET_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_LD_FOR_TARGET_set=
ac_cv_env_LD_FOR_TARGET_value=
ac_cv_env_LD_set=set
ac_cv_env_LD_value=mipsel-openwrt-linux-uclibc-ld
ac_cv_env_LIPO_FOR_TARGET_set=
ac_cv_env_LIPO_FOR_TARGET_value=
ac_cv_env_LIPO_set=
ac_cv_env_LIPO_value=
ac_cv_env_NM_FOR_TARGET_set=
ac_cv_env_NM_FOR_TARGET_value=
ac_cv_env_NM_set=set
ac_cv_env_NM_value=mipsel-openwrt-linux-uclibc-nm
ac_cv_env_OBJCOPY_set=set
ac_cv_env_OBJCOPY_value=mipsel-openwrt-linux-uclibc-objcopy
ac_cv_env_OBJDUMP_FOR_TARGET_set=
ac_cv_env_OBJDUMP_FOR_TARGET_value=
ac_cv_env_OBJDUMP_set=set
ac_cv_env_OBJDUMP_value=mipsel-openwrt-linux-uclibc-objdump
ac_cv_env_RANLIB_FOR_TARGET_set=
ac_cv_env_RANLIB_FOR_TARGET_value=
ac_cv_env_RANLIB_set=set
ac_cv_env_RANLIB_value=mipsel-openwrt-linux-uclibc-ranlib
ac_cv_env_STRIP_FOR_TARGET_set=
ac_cv_env_STRIP_FOR_TARGET_value=
ac_cv_env_STRIP_set=set
ac_cv_env_STRIP_value=mipsel-openwrt-linux-uclibc-strip
ac_cv_env_WINDMC_FOR_TARGET_set=
ac_cv_env_WINDMC_FOR_TARGET_value=
ac_cv_env_WINDMC_set=
ac_cv_env_WINDMC_value=
ac_cv_env_WINDRES_FOR_TARGET_set=
ac_cv_env_WINDRES_FOR_TARGET_value=
ac_cv_env_WINDRES_set=
ac_cv_env_WINDRES_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=i486-slackware-linux
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=mipsel-openwrt-linux-uclibc
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=mipsel-openwrt-linux-uclibc
ac_cv_exeext=
ac_cv_file__dev_zero=yes
ac_cv_func___adjtimex=yes
ac_cv_func___va_copy=no
ac_cv_func__exit=yes
ac_cv_func_bcmp=yes
ac_cv_func_bcopy=yes
ac_cv_func_bzero=yes
ac_cv_func_fchmod=yes
ac_cv_func_getaddrinfo=yes
ac_cv_func_getcwd=yes
ac_cv_func_getdomainname=yes
ac_cv_func_getpgrp_void=yes
ac_cv_func_getpwuid_r=yes
ac_cv_func_index=yes
ac_cv_func_lstat=yes
ac_cv_func_lstat_dereferences_slashed_symlink=yes
ac_cv_func_lstat_empty_string_bug=no
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_malloc_works=yes
ac_cv_func_memcmp_clean=yes
ac_cv_func_memcmp_working=yes
ac_cv_func_posix_getgrgid_r=yes
ac_cv_func_posix_getpwuid_r=yes
ac_cv_func_pthread_key_delete=yes
ac_cv_func_realloc_0_nonnull=yes
ac_cv_func_realloc_works=yes
ac_cv_func_rename=yes
ac_cv_func_rindex=yes
ac_cv_func_setgrent_void=yes
ac_cv_func_setlocale=yes
ac_cv_func_setpgrp_void=yes
ac_cv_func_setresuid=no
ac_cv_func_setvbuf_reversed=no
ac_cv_func_stat_empty_string_bug=no
ac_cv_func_stat_ignores_trailing_slash=no
ac_cv_func_strerror=yes
ac_cv_func_strftime=yes
ac_cv_func_utimes=yes
ac_cv_func_va_copy=no
ac_cv_func_vsnprintf=yes
ac_cv_have_accrights_in_msghdr=no
ac_cv_have_broken_snprintf=no
ac_cv_have_control_in_msghdr=yes
ac_cv_have_decl_sys_siglist=no
ac_cv_have_openpty_ctty_bug=yes
ac_cv_have_space_d_name_in_struct_dirent=yes
ac_cv_header_netinet_sctp_h=no
ac_cv_header_netinet_sctp_uio_h=no
ac_cv_host=mipsel-openwrt-linux-uclibc
ac_cv_host_alias=mipsel-openwrt-linux-uclibc
ac_cv_int64_t=yes
ac_cv_lbl_unaligned_fail=no
ac_cv_linux_kernel_pppoe=yes
ac_cv_linux_vers=2
ac_cv_objext=o
ac_cv_pack_bitfields_reversed=yes
ac_cv_path_LDCONFIG=
ac_cv_path_install='/usr/bin/ginstall -c'
ac_cv_prog_CC=mipsel-openwrt-linux-uclibc-gcc
ac_cv_prog_CXX=mipsel-openwrt-linux-uclibc-g++
ac_cv_prog_ac_ct_GNATBIND=gnatbind
ac_cv_prog_ac_ct_GNATMAKE=gnatmake
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_regexec_segfault_emptystr=no
ac_cv_sctp=no
ac_cv_sizeof___int64=0
ac_cv_sizeof_char=1
ac_cv_sizeof_int=4
ac_cv_sizeof_int16_t=2
ac_cv_sizeof_int32_t=4
ac_cv_sizeof_int64_t=8
ac_cv_sizeof_long=4
ac_cv_sizeof_long_int=4
ac_cv_sizeof_long_long=8
ac_cv_sizeof_off_t=4
ac_cv_sizeof_short=2
ac_cv_sizeof_short_int=2
ac_cv_sizeof_size_t=4
ac_cv_sizeof_ssize_t=4
ac_cv_sizeof_u_int16_t=2
ac_cv_sizeof_u_int32_t=4
ac_cv_sizeof_u_int64_t=8
ac_cv_sizeof_uint16_t=2
ac_cv_sizeof_uint32_t=4
ac_cv_sizeof_uint64_t=8
ac_cv_sizeof_unsigned_int=4
ac_cv_sizeof_unsigned_long=4
ac_cv_sizeof_unsigned_long_long=8
ac_cv_sizeof_unsigned_short=2
ac_cv_sizeof_void_p=4
ac_cv_sys_restartable_syscalls=yes
ac_cv_target=mipsel-openwrt-linux-uclibc
ac_cv_target_alias=mipsel-openwrt-linux-uclibc
ac_cv_time_r_type=POSIX
ac_cv_type_suseconds_t=yes
ac_cv_uchar=no
ac_cv_uint=yes
ac_cv_uint64_t=yes
ac_cv_ulong=yes
ac_cv_ushort=yes
ac_cv_va_copy=C99
ac_cv_va_val_copy=yes
acx_cv_cc_gcc_supports_ada=no
acx_cv_prog_LN=ln
as_cv_unaligned_access=yes
gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'

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

AR='mipsel-openwrt-linux-uclibc-ar'
AR_FOR_BUILD='ar'
AR_FOR_TARGET=''
AS='mipsel-openwrt-linux-uclibc-gcc -c -Os -pipe -mips32 -mtune=mips32 -funit-at-a-time -fhonour-copts -msoft-float -I/include -I/source/openwrt/backfire/build_dir/target-mipsel_uClibc-0.9.30.1/gcc-4.3.3 -I/source/openwrt/backfire/staging_dir/target-mipsel_uClibc-0.9.30.1/usr/include -I/source/openwrt/backfire/staging_dir/target-mipsel_uClibc-0.9.30.1/include -I/source/openwrt/backfire/staging_dir/toolchain-mipsel_gcc-4.3.3+cs_uClibc-0.9.30.1/usr/include -I/source/openwrt/backfire/staging_dir/toolchain-mipsel_gcc-4.3.3+cs_uClibc-0.9.30.1/include -L/source/openwrt/backfire/staging_dir/target-mipsel_uClibc-0.9.30.1/root-brcm47xx/usr/lib -I/source/openwrt/backfire/staging_dir/host/include'
AS_FOR_BUILD='as'
AS_FOR_TARGET=''
BISON=''
CC='mipsel-openwrt-linux-uclibc-gcc'
CC_FOR_BUILD='gcc'
CC_FOR_TARGET=''
CFLAGS=''
CFLAGS_FOR_BUILD=''
COMPILER_AS_FOR_TARGET=''
COMPILER_LD_FOR_TARGET=''
COMPILER_NM_FOR_TARGET=''
CONFIGURE_GDB_TK=''
CPPFLAGS=''
CXX='mipsel-openwrt-linux-uclibc-g++'
CXXFLAGS='-g -O2'
CXXFLAGS_FOR_BUILD=''
CXX_FOR_BUILD='g++'
CXX_FOR_TARGET=''
DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
DEFS=''
DLLTOOL=''
DLLTOOL_FOR_BUILD='dlltool'
DLLTOOL_FOR_TARGET=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
EXPECT=''
FLAGS_FOR_TARGET=''
FLEX=''
GCC_FOR_TARGET=''
GCJ_FOR_BUILD='gcj'
GCJ_FOR_TARGET=''
GDB_TK=''
GFORTRAN_FOR_BUILD='gfortran'
GFORTRAN_FOR_TARGET=''
GNATBIND='gnatbind'
GNATMAKE='gnatmake'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_GDB_TK=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD='mipsel-openwrt-linux-uclibc-ld'
LDFLAGS=''
LDFLAGS_FOR_BUILD=''
LD_FOR_BUILD='ld'
LD_FOR_TARGET=''
LEX=''
LIBOBJS=''
LIBS=''
LIPO=''
LIPO_FOR_TARGET=''
LN='ln'
LN_S='ln -s'
LTLIBOBJS=''
M4=''
MAINT=''
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE=''
MAKEINFO=''
NM='mipsel-openwrt-linux-uclibc-nm'
NM_FOR_BUILD='nm'
NM_FOR_TARGET=''
OBJCOPY='mipsel-openwrt-linux-uclibc-objcopy'
OBJDUMP='mipsel-openwrt-linux-uclibc-objdump'
OBJDUMP_FOR_TARGET=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='mipsel-openwrt-linux-uclibc-ranlib'
RANLIB_FOR_BUILD='ranlib'
RANLIB_FOR_TARGET=''
RAW_CXX_FOR_TARGET=''
RPATH_ENVVAR=''
RUNTEST=''
SHELL='/bin/sh'
STRIP='mipsel-openwrt-linux-uclibc-strip'
STRIP_FOR_TARGET=''
SYSROOT_CFLAGS_FOR_TARGET=''
TOPLEVEL_CONFIGURE_ARGUMENTS='/source/openwrt/backfire/build_dir/target-mipsel_uClibc-0.9.30.1/gcc-4.3.3/configure --build=i486-slackware-linux --host=mipsel-openwrt-linux-uclibc --target=mipsel-openwrt-linux-uclibc --enable-languages=c,c++ --enable-shared --disable-__cxa_atexit --enable-target-optspace --with-gnu-ld --disable-nls --disable-libmudflap --disable-multilib --with-float=soft'
WINDMC=''
WINDMC_FOR_BUILD='windmc'
WINDMC_FOR_TARGET=''
WINDRES=''
WINDRES_FOR_BUILD='windres'
WINDRES_FOR_TARGET=''
YACC=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_GNATBIND='gnatbind'
ac_ct_GNATMAKE='gnatmake'
bindir='${exec_prefix}/bin'
build='i486-slackware-linux-gnu'
build_alias='i486-slackware-linux'
build_configargs=''
build_configdirs='build-libiberty build-texinfo build-byacc build-flex build-bison build-m4 build-fixincludes'
build_cpu='i486'
build_libsubdir='build-i486-slackware-linux'
build_noncanonical='i486-slackware-linux'
build_os='linux-gnu'
build_subdir='build-i486-slackware-linux'
build_tooldir=''
build_vendor='slackware'
config_shell='/bin/sh'
configdirs='intl mmalloc libiberty opcodes bfd readline tcl tk itcl libgui zlib libcpp libdecnumber gmp mpfr texinfo byacc flex bison binutils gas ld fixincludes gcc sid sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils gettext zip fastjar gnattools'
datadir='${prefix}/share'
datarootdir=''
do_compare='cmp --ignore-initial=16 $$f1 $$f2'
docdir=''
exec_prefix='NONE'
gmpinc=''
gmplibs='-lmpfr -lgmp'
host='mipsel-openwrt-linux-uclibc'
host_alias='mipsel-openwrt-linux-uclibc'
host_configargs=''
host_cpu='mipsel'
host_noncanonical='mipsel-openwrt-linux-uclibc'
host_os='linux-uclibc'
host_subdir='host-mipsel-openwrt-linux-uclibc'
host_vendor='openwrt'
htmldir=''
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
pdfdir=''
prefix='NONE'
program_transform_name='s,y,y,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
stage1_cflags=''
stage1_checking=''
stage1_languages=''
stage2_werror_flag=''
sysconfdir='${prefix}/etc'
target='mipsel-openwrt-linux-uclibc'
target_alias='mipsel-openwrt-linux-uclibc'
target_configargs=''
target_cpu='mipsel'
target_noncanonical='mipsel-openwrt-linux-uclibc'
target_os='linux-uclibc'
target_subdir='mipsel-openwrt-linux-uclibc'
target_vendor='openwrt'
tooldir=''

## ------------- ##
## Output files. ##
## ------------- ##

alphaieee_frag=''
host_makefile_frag='/dev/null'
ospace_frag=''
serialization_dependencies=''
target_makefile_frag=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#endif
#ifdef __cplusplus
extern "C" void exit (int) throw ();

configure: exit 1
-------end--------------

Help will be appreciated.

VS

(Last edited by opensys on 27 Jul 2010, 22:33)