## ----------- ## ## Core tests. ## ## ----------- ## configure:1363: checking for gcc configure:1379: found /usr/bin/gcc configure:1389: result: gcc configure:1633: checking for C compiler version configure:1636: gcc --version </dev/null >&5 gcc (GCC) 4.2.1 Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:1639: $? = 0 configure:1641: gcc -v </dev/null >&5 Using built-in specs. Target: arm-linux-gnueabi Configured with: ../src/configure -v --enable-languages=c,c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-libstdcxx-debug --disable-libssp --disable-sjlj-exceptions --disable-multilib --enable-checking=release --build=arm-linux-gnueabi --host=arm-linux-gnueabi --target=arm-linux-gnueabi Thread model: posix gcc version 4.2.1 configure:1644: $? = 0 configure:1646: gcc -V </dev/null >&5 gcc: '-V' option must have argument configure:1649: $? = 1 configure:1672: checking for C compiler default output file name configure:1675: gcc conftest.c >&5 /usr/bin/ld: crt1.o: No such file: No such file or directory collect2: ld returned 1 exit status configure:1678: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "autossh" | #define PACKAGE_TARNAME "autossh" | #define PACKAGE_VERSION "1.4" | #define PACKAGE_STRING "autossh 1.4" | #define PACKAGE_BUGREPORT "Carson Harding <harding@motd.ca>" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:1717: error: C compiler cannot create executables See `config.log' for more details.