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

more problems building clisp



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