Il 05/08/2012 01:43 PM, Alain Knaff ha scritto:
You can find config.sub and config.guess files from http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/
Yes, the string *checkout* is indeed part of the URL, and should be entered as such
Regards,
Alain
Sorry but it seems that I'm unable to explain myself. Update those file is easy, and I'd already done it. Fact is, the basic problems are in the configure script itself, because it does not check for Android system peculiarities such as: - the fact that in_addr_t is not defined in netinet/in.h but in arpa/inet.h - the fact that android kernels do not contain ethtool (which in any case wouldn't be useful, as android devices uses wireless not ethernet) - Android thread model (still searching if pthreads could be used...)
Thus what I'd need (if it is possible at all) is the configure.ac and Makefile.am used by autoconf/automake to produce the respective .in files.
Thanks again for your help
Leo