[Ecls-list] Seemingly impossible to build CVS with compiler enabled.

Juan Jose Garcia-Ripoll jjgarcia at users.sourceforge.net
Tue Mar 18 21:39:05 UTC 2008


On Tue, Mar 18, 2008 at 5:09 PM, Samium Gromoff
<_deepfire at feelingofgreen.ru> wrote:
>  Configuring CVS with plain ./configure yields an ECL where (find-package :c)
>  evaluates to NIL.

Hi Samium, ECL does not load the compiler by default, to save memory.
Just load it using (require 'cmp)

Juanjo

$ ecl -norc
ECL (Embeddable Common-Lisp) 0.9j (CVS 2008-03-16 21:23)
Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya
Copyright (C) 1993 Giuseppe Attardi
Copyright (C) 2000 Juan J. Garcia-Ripoll
ECL is free software, and you are welcome to redistribute it
under certain conditions; see file 'Copyright' for details.
Type :h for Help.  Top level.
> (find-package "C")
NIL
> (require 'cmp)
;;; Loading #P"/Users/jjgarcia/lib/ecl/CMP.fas"
;;; Loading #P"/Users/jjgarcia/lib/ecl/sysfun.lsp"
("CMP")
> (find-package "C")
#<"C" package>


-- 
Facultad de Fisicas, Universidad Complutense,
Ciudad Universitaria s/n Madrid 28040 (Spain)
http://juanjose.garciaripoll.googlepages.com




More information about the ecl-devel mailing list