configure:2200: checking for a BSD-compatible install configure:2256: result: /bin/install -c configure:2267: checking whether build environment is sane configure:2310: result: yes configure:2338: checking for a thread-safe mkdir -p configure:2377: result: /bin/mkdir -p configure:2390: checking for gawk configure:2406: found /bin/gawk configure:2417: result: gawk configure:2428: checking whether make sets $(MAKE) configure:2449: result: yes configure:2632: checking how to create a ustar tar archive configure:2645: tar --version tar (GNU tar) 1.21 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by John Gilmore and Jay Fenlason. configure:2648: $? = 0 configure:2688: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar configure:2691: $? = 0 configure:2695: tar -xf - &5 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:3042: $? = 0 configure:3049: gcc -v >&5 Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../configure --prefix=/usr --enable-shared --enable-languages=c,c++,fortran,objc,obj-c++,treelang --enable-threads=posix --mandir=/usr/share/man --infodir=/usr/share/info --enable-__cxa_atexit --disable-multilib --libdir=/usr/lib --libexecdir=/usr/lib --enable-clocale=gnu --disable-libstdcxx-pch --with-tune=generic Thread model: posix gcc version 4.3.3 (GCC) configure:3052: $? = 0 configure:3059: gcc -V >&5 gcc: '-V' option must have argument configure:3062: $? = 1 configure:3085: checking for C compiler default output file name configure:3112: gcc -I/home/pnorcks/git/gub/target/tools/root/usr/include -L/home/pnorcks/git/gub/target/tools/root/usr/lib conftest.c >&5 cc1: error: /usr/local/include: not a directory cc1: error: /usr/lib/gcc/i686-pc-linux-gnu/4.3.3/include: not a directory cc1: error: /usr/lib/gcc/i686-pc-linux-gnu/4.3.3/include-fixed: not a directory cc1: error: /usr/include: not a directory configure:3115: $? = 1 configure:3153: result: configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU tar" | #define PACKAGE_TARNAME "tar" | #define PACKAGE_VERSION "1.20" | #define PACKAGE_STRING "GNU tar 1.20" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "tar" | #define VERSION "1.20" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3160: error: C compiler cannot create executables