Re: help a newbee to start cmucl
Raymond Toy <[email protected]> Tue, 04 Aug 2015 09:20:17 -0700
| Newsgroups | gmane.lisp.cmucl.general |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Bharat" == Bharat Shetty <[email protected]> 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 _______________________________________________ cmucl-help mailing list [email protected] http://lists.zs64.net/mailman/listinfo/cmucl-help