[armedbear-devel] how to debug?
Mark Evenson
evenson at panix.com
Sat Feb 20 11:00:29 UTC 2010
On 2/19/10 4:18 PM, Mark Evenson wrote:
[…]
> 4) Symbolically link in the necessary ASDF depdenencies
>
> cmd$ cd ~/work/lsw
> cmd$ ln -s jss/jss.asd
> cmd$ ln -s util/util.asd
> cmd$ ln -s xmls-1.2/xmls.asd
> cmd$ ln -s ext-asdf/cl-xptest-1.2.3/xptest.asd
And Douglas reports problems with relative symlinks under Linux (which
is worrying), but as a work-around, create absolute symlinks via the
following incantation:
cmd$ ln -s $PWD/jss/jss.asd
…
--
"A screaming comes across the sky. It has happened before, but there
is nothing to compare to it now."
More information about the armedbear-devel
mailing list