Comment 8 for bug 485687

Revision history for this message
Faré (fahree) wrote :

First, you can
make test lisp=allegro
make test lisp=allegromodern

then you can start your alisp and/or mlisp and try each of these in a fresh image (changing the paths as appropriate):

(require :asdf) (pushnew "/home/fare/cl/asdf/" asdf:*central-registry*) (asdf:oos 'asdf:load-op :asdf)

(load "/home/fare/cl/asdf/asdf.lisp") (asdf:load-system :asdf)

(require :asdf) (load "/home/fare/cl/asdf/asdf.lisp") (asdf:load-system :asdf)

If you can also configure your ~/.common-lisp/source-registry.conf properly, that's fine.