My command line is:
Code: Select all
./configure --host=arm-eabi CC=/ndktoolchain/bin/arm-linux-androideabi-gcc CXX=/ndktoolchain/bin/arm-linux-androideabit-g++
However, when I run the command, I get
Code: Select all
checking for _FILE_OFFSET_BITS value needed for large files... unknown
checking for _LARGE_FILES value needed for large files... unknown
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for native large file support... configure: error: in `/home/ethanhs/ImageMagick':
configure: error: cannot run test program while cross compiling
See `config.log' for more details
Any help would be appreciated.