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

Re: New CLISP version



Reginald S. Perry <reggie@muon.phys.washington.edu> writes:

> I am having problems compiling your latest clisp. here is the problem
>
> lisparit0.d:19234: warning: address of register variable `ziffern' requested
> libmld--as0: Error: lisparit0.d, line 20723: cannot write cur table

The warnings are OK. The error probably comes from the fact that your
temporary directory ($TMPDIR or /usr/tmp or /tmp) is full. Temporary
files for lisparit0.d may well be one or two megabytes in size.

Bruno Haible