<div dir="ltr"><div><br></div>Try this:<div><br></div><div>1.  git clone git://<a href="http://github.com/genworks/gendl.git">github.com/genworks/gendl.git</a></div><div><br></div><div>2.  put it in your quicklisp/local-projects/</div>
<div><br></div><div style>3. (ql:register-local-projects)</div><div style><br></div><div style>4. (ql:quickload :gendl)</div><div style><br></div><div style>5. (ql:operate 'asdf/bundle:monolithic-fasl-op :gendl)</div>
<div style><br></div><div style>6. (first (asdf:output-files 'asdf/bundle:monolithic-fasl-op :gendl))</div><div style><br></div><div style>7. Copy the yielded pathname string to use in next step.</div><div style><br></div>
<div style>8. [in a fresh Lisp] (load <the --all-systems  fasl from step 7>)  </div><div style><br></div><div style>9. [back in first Lisp]: </div><div style><br></div><div style>      (asdf:component-depends-on 'asdf/bundle:monolithic-fasl-op :gendl)</div>
<div style><br></div><div style>10. Read it and weep. system :gendl comes _first_ in the list. I feel it should come _last_. </div><div><br></div><div><br></div><div style>I tried to look into the asdf code behind this operation but am afraid it is currently far over my head. </div>
<div><br></div><div><br></div><div><div><br></div>-- <br>My Best,<br><br>Dave Cooper, Genworks Support<br><a href="mailto:david.cooper@genworks.com">david.cooper@genworks.com</a>, <a href="http://dave.genworks.com">dave.genworks.com</a>(skype)<br>
USA: 248-327-3253(o), 1-248-330-2979(mobile)<br>UK: 0191 645 1699<br>
</div></div>