Dan Kalowsky <[EMAIL PROTECTED]> writes: > > build a binary > and execute it (as per many of the resulting autoconf tests do)
When cross compiling, autoconf doesn't (or shouldn't) need to execute anything. It will need to be able to link an executable though (ie. a program with a main()), since that's how the existance of library functions is checked.
