im following the install instructions exactly as they instruct but when i do:<br><br>(asdf-operate 'asdf:compile-op :asdf-install)<br><br>it says "component "asdf-install" not found". my .clisprc file has this in it when i try the command that gives me the error:<br>
<br>#-:asdf (load "/usr/share/common-lisp/source/asdf/asdf.fas")<br>(pushnew "/usr/share/common-lisp/systems/" asdf:*central-registry* :test #'equal)<br><br>i dont get it :'( <br>