ECL 16.1.2

2016-02-28 Thread Daniel Kochmański
Dear all, ECL 16.1.2 has been released just a few minutes ago :-) Link to the announcement and downloads available in the news section on the website: https://common-lisp.net/project/ecl/ Best regards, Daniel -- Daniel Kochmański ;; aka jackdaniel | Poznań, Poland TurtleWare - Daniel Kochmański

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