[Ecls-list] asdf-install
Daniel Herring
dherring at tentpost.com
Sun Nov 14 01:27:15 UTC 2010
On Sun, 14 Nov 2010, a.shevlyakov wrote:
> Greetings,
> I'm using ECL 10.4.1, and trying to install asdf-install using this instruction:
> http://www.cliki.net/FirstStepsWithAsdfAndAsdfInstall
>
> So far I failed with this output:
>> (asdf:oos 'asdf:load-op :asdf-install)
>
...
> ;;; Invoking external command:
> ;;; gcc "-I/usr/local/include/" -D_GNU_SOURCE
> -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC -Dlinux -O -w -c
> "/root/.cache/common-lisp/ecl-10.4.1-linux-x86/root/asdf-install/asdf-install/defpackage.c"
> -o "/root/.cache/common-lisp/ecl-10.4.1-linux-x86/root/asdf-install/asdf-install/defpackage.o"
> ;;;
> ;;; Finished compiling /root/asdf-install/asdf-install/defpackage.lisp.
So it looks like you solved the PATH issue?
Anyway, I would recommend against using asdf-install. It was never that
good, and now Quicklisp provides a better solution.
http://www.quicklisp.org/beta/
- Daniel
More information about the ecl-devel
mailing list