From: Alex P. <pes...@ma...> - 2012-07-24 13:02:55
|
On 07/24/12 16:56, JLM wrote: > On 20/07/2012 15:09, Alex Peshkoff wrote: >> On 07/20/12 16:20, JLM wrote: >> Checkout trunk and use the following configure (autogen.sh) parameter >> --with-cross-build=android.arme >> >> BTW - I did not find any VM in android's NDK. What is the best way to >> check/debug android's soft? >> Please also check correctness of defines in >> src/include/cross/android.arme - for lear reasons I had to emulate >> autogen's output manually. >> ------------------------------------------------------------------------------ >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. Discussions >> will include endpoint security, mobile security and the latest in malware >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel > Hello, > > I don't understand : yesterday I succeed in compiling libfbclient and > today after I had checkout the trunk again, it used to run. > It says "configure: error: cannot run C compiled programs. > If you meant to cross compile, use `--host'." > > And configure seems to not read the android.arme file, I can try any > name of file, it doesn't look in the file. > Same thing when I put --host=arm-linux-androideabi in parameters of the > configure, it stop at > "checking whether setpgrp takes no argument... configure: error: cannot > check setpgrp when cross compiling" > whereas the android.arme file is there to fix this kind of problem. Sooner of all you've used slightly different switches in configure. BTW, --host should not be used. |