[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
clisp built for rs6000, tests passed.
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: clisp built for rs6000, tests passed.
- From: dxs@evolving.com (Dan Stanger)
- Date: Thu, 18 May 1995 16:49:31 -0600
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