[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
more problems building clisp
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: more problems building clisp
- From: dxs@evolving.com (Dan Stanger)
- Date: Fri, 7 Apr 1995 15:56:19 -0600
after adding the following lines to misc.c
#define uint32_to_I(val) UL_to_I((uint32)(val))
#define ulong_to_I(val) uint32_to_I(val)
i remade and got the following error
./lisp.run -m 750KW -x "(load \"init.lsp\") (sys::%saveinitmem) (exit)"
*** Error code 139
make: Fatal error: Command failed for target `interpreted.mem'
does anybody have any ideas about this?
thanks,
dan stanger