Re: quicklisp without gcc

2016-08-15 Thread Daniel Kochmański
> Thanks for this hint: there was indeed a problem with a directory > ~/.cache that has been created without my knowledge: that filesystem has > only 2MB free space, so at one point there was probably a problem with > "no space left on device". ~/.cache points now to a bigger partition, so > there

Re: quicklisp without gcc

2016-08-15 Thread Peter Münster
On Mon, Aug 15 2016, Daniel Kochmański wrote: > you may download quicklisp from ECL at first run like: > > (require 'ecl-quiclisp) Hi, Unfortunately it did not help. Here the results: --8<---cut here---start->8--- $ ecl ECL (Embeddable Common-Lisp) 16.1.2 (g

Re: quicklisp without gcc

2016-08-15 Thread Daniel Kochmański
Hey, I don't know this errors, very weird indeed. As a tip: you may download quicklisp from ECL at first run like: (require 'ecl-quiclisp) To call the first restart you have to type a symbol in the keyword package ":r1", to call the second restart use ":r2" etc. I'm sorry, but your errors does

Re: quicklisp without gcc

2016-08-15 Thread Peter Münster
On Mon, Aug 15 2016, Daniel Kochmański wrote: > To use the bytecodes compiler (which produces slower code but compiles > faster), you need to call (ext:install-bytecodes-compiler) Thanks, that helped. Unfortunately, I get further errors, when installing or loading systems: 1.) drakma not found:

Re: quicklisp without gcc

2016-08-15 Thread Daniel Kochmański
Hello, Peter Münster writes: > Hello, > > I would like to use quicklisp on a mips target without gcc. > > Thanks to the howto¹ by Attila Lendvai, I've installed ecl successfully > on the target (an Asus router), but installing quicklisp fails: > > --8<---cut here---start--

quicklisp without gcc

2016-08-15 Thread Peter Münster
Hello, I would like to use quicklisp on a mips target without gcc. Thanks to the howto¹ by Attila Lendvai, I've installed ecl successfully on the target (an Asus router), but installing quicklisp fails: --8<---cut here---start->8--- ; Fetching #http://beta.qui