[cmucl-help] help a newbee to start cmucl
Raymond Toy
toy.raymond at gmail.com
Tue Aug 4 16:20:17 UTC 2015
>>>>> "Bharat" == Bharat Shetty <bshetty at gmail.com> writes:
Bharat> Hi Ray,
Bharat> I created .cmucl-init.lisp on my home directory added (require :asdf) to
Bharat> it. Then started cmucl. And i get a similar log:
Bharat> $ cmucl
Bharat> ; Loading #P"/home/bharath/.cmucl-init.lisp".
Bharat> ;; Loading #P"/usr/share/common-lisp/source/cmucl/contrib/asdf/asdf.lisp".
Why are you loading asdf.lisp? (require :asdf) should load the
precompiled version. It is a bug that loading it causes a division by
zero, but let's try to get something working for you.
Can you go to trac.common-lisp.net/cmucl and select an appropriate
version? Ideally, get the 2015-07 snapshot. Download both the main
tarball and the extra tarball for your system. Create some temp
directory and extract both tarballs there. Then run bin/lisp
-noinit. Then enter (require :asdf). This should work.
Let us know if it doesn't!
--
Ray
More information about the cmucl-help
mailing list