[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: New CLISP version
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: Re: New CLISP version
- From: haible (Bruno Haible)
- Date: Sun, 22 Aug 93 23:43:32 +0200
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