Re: resolution of symlinks in asdf
Kevin Layer <[email protected]>
| Newsgroups | gmane.lisp.cclan.general |
|---|---|
| Message-ID | <11108.1148684673@gemini> |
[email protected] wrote: >> Kevin, >> >> The change looks fine to me. But have you checked to see if the >> asdf-binary-locations system does what you need already? I write and >> run my code primarily in Allegro, but I try to test it for SBCL and >> CMUCL (time permitting). I've found that the asdf-binary-locations >> system does the trick just fine for me, as is, to allow me to put my >> sbcl binaries (which also end in '.fasl') in a separate location while >> sharing cl source... Do you mean the output-files generic function? Gary suggested that to me in a conversation, but I believed after looking at the source that the pathname in the component passed to it has already been resolved. Are you saying this is not the case? Also, I didn't like the solution of having to provide a definition of this method along with an asd file. It seems like a hack. Kevin