View Single Post
Posts: 9 | Thanked: 4 times | Joined on Jun 2010
#1
Recently I fetched my old N900 from some drawer having the idea of giving it a new life as a SMS-gateway.

Sending SMS with a script is easy. Setting up a reverse ssh tunnel also no problem.

But I want to keep this ssh tunnel alive. Having used autossh in another project for this reason I tried to get it to the n900. Downloaded latest autossh-1.4g to the device. Installed gcc-4.2.
But unfortunately running ./configure gives me an error. Not an expert with compilers. Following the portion of config.log where it breaks. Any ideas?


## ----------- ##
## 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.
 

The Following User Says Thank You to stephan0h For This Useful Post: