Re: PicoLisp on Linux / Arm64

2017-11-23 Thread Alexander Williams
Hi, I'm writing to confirm I was able to successfully compile PicoLisp 17.11.19 on an arm64 Linux machine (ROCK64). I had a few issues compiling the 32-bit version (remove M32=-m32, and add -fPIC to CFLAGS) - it compiled successfully but output quite a few compile warnings:

Re: PicoLisp on Linux / Arm64

2017-10-30 Thread Alexander Burger
On Sat, Oct 28, 2017 at 01:28:28PM +0200, Alexander Burger wrote: > I tested with qemu-system-aarch64, and it builds the normal way. You need to > do > >$ http://software-lab.de/arm64.linux.tgz >$ tar xfz picoLisp.tgz >$ cd picoLisp > > then, as there is no global package yet,