[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

clisp built for rs6000, tests passed.



if anyone is interested, this is what i did.
built gcc for aix using the gas option.
added #define HAVE_LONGLONG 1 to src/machine.c
./configure make.gcc
added gmalloc to makemake
./makemake --with-readline --with-dynamic-ffi debug >makefile
added  -DNO_SINGLEMAP -DNO_MULTIMAP_SHM -DNO_TRIVIALMAP to CFLAGS in makefile

i still have not tested the foreign function interface.

dan stanger