From: JLM <so4...@ho...> - 2012-07-25 09:44:44
|
Hello, I'm trying again to compile libfbclient but I can't. The configure script dot not succeed, because I'am cross-compiling. > echo $CC > arm-linux-androideabi-gcc > Running ./configure --enable-binreloc --with-cross-buil=android.arme ... > configure: WARNING: unrecognized options: --with-cross-buil > checking whether make sets $(MAKE)... yes > checking build system type... i686-pc-linux-gnu > checking host system type... i686-pc-linux-gnu > checking target system type... i686-pc-linux-gnu > checking whether binary relocation support should be enabled... yes > checking for gcc... arm-linux-androideabi-gcc > checking whether the C compiler works... yes > checking for C compiler default output file name... a.out > checking for suffix of executables... > checking whether we are cross compiling... configure: error: in `/home/jl/download/firebird': > configure: error: cannot run C compiled programs. > If you meant to cross compile, use `--host'. I have the last trunk's sources of today. With just "./autogen.sh --with-cross-buil=android.arme" it must succeed ? Regards, Jean-Louis Meuriot |