configuration - configure: error: C compiler cannot create executables when configuring for Android
Technically, the ./configure script is right: your cross compiler cannot create executables that will run on Windows (or desktop Linux, for that matter). Sometimes, ./configure can be configured to understand that you are using cross-compiler, and do not ...