[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
clisp on rs6000
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: clisp on rs6000
- From: dxs@evolving.com (Dan Stanger)
- Date: Wed, 24 May 1995 16:42:16 -0600
- Cc: dxs@valiant.evolving.com
i have tested clisp now with the foreign function interface and it
works for the first example in the document correctly.
as i mentioned in my previous mail, the changes i had to make are:
added #define HAVE_LONGLONG 1 to src/machine.c
executed configure make.gcc
added gmalloc to makemake
executed ./makemake --with-readline --with-dynamic-ffi > makefile
added -DNO_SINGLEMAP -DNO_MULTIMAP_SHM -DNO_TRIVIALMAP to makefile
i also may have found a problem with clisp-link. when it executes
link1.sh, if the path does not have . in it the command fails.
i changed that line to . ./link1.sh
i used gcc to build.
also, before i did the configure, i executed
export CC="gcc -Dunix"
dan stanger