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.
config.log
file generated byconfigure
has the contents ofconftest.c
for each test, compiler command invocation and other stuff. – Sotosmpfr
, I could not find the contents ofconftest.c
inconfig.log
, or elsewhere. – Subglacial