Re: compiling ecl android on MacOSX

2016-02-29 Thread Daniel Kochmański
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 > Your branch is up-to-date w

Re: compiling ecl android on MacOSX

2016-02-28 Thread Daniel Kochmański
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