I have problems linking to a lot of libraries with a cross-compiler. Is it possible to dump the file conftest.c to a safe location each time it's being generated?
I tried to uncomment the lines
rm -f conftest
from the configure script, but it continues like it means nothing.