Pascal J. Bourguignon writes:
> Summary: success compiling ecl-android on MacOSX with the above script,
> and the indicated patch to ecl/src/configure.
Congrats :-)
>
>
> [pjb@larissa :0.0 android]$ cd ecl/
> [pjb@larissa :0.0 ecl]$ git status
> On branch 16.1.2-rc
> Y
Hello,
Did you follow the instructions in INSTALL file? First you have to build
the host ECL (32 bit), and after that the android one withe the provided
cross-config.
./configure ABI=32 CFLAGS="-m32 -g -O2" LDFLAGS="-m32 -g -O2" \
--prefix=`pwd`/ecl-android-host \
--disabl
Hello,
We cannot compile ecl for android on MacOSX, because *nm* is used by gmp
configure instead of
$PLATFORM_PREFIX/bin/arm-linux-androideabi-nm
With NM=$PLATFORM_PREFIX/bin/arm-linux-androideabi-nm in
ecl/src/configure:5630, it passes:
checking how to define a 32-bit word... .long
but I'