I'm trying to compile Dosbox0.74 for Android with pelya's SDL port (https://github.com/pelya/commandergenius) using the new android-ndk-r5b. Unfortunately the Dosbox ./configure script fails with:
configure: error: C compiler cannot create executables
I already had to replace the config.sub and config.guess files with newer ones, so that the --host=arm-linux-androideabi flag get recognized properly. For build setup I used pelya's tutorial, which can be found on the github site pasted above. Has anybody encountered similar errors/problems?