I am trying to compile an open source library with Android NDK in Windows with cygwin.
According to following question
configure does not recognize androideabi
I think I should be able to do that but I can't. If I use
./configure --host=i686-android-linux
I got
configure:3471: error: C compiler cannot create executables
See `config.log' for more details
I guess configure would not know how to find that host, would it? Any idea will be appreciated.