n2n regressed cross building, because configure.ac initializes the CC (and AR) variable before AC_PROG_CC as "gcc". This prevents AC_PROG_CC from correctly detecting a suitable value for cross compilation. I am attaching a patch that fully defers the default to autoconf and thus fixes cross compilation. Helmut