On 9/24/10, Kostas Oikonomou <ko at research.att.com> wrote:
> I believe I've hacked my way through :-) and I now have a
> file fbroot.lisp.
> But something goes wrong when I try to load it:
>
> (%i2) loadfile(fbroot);
> ;
> ; compilation unit aborted
> ; caught 1 fatal ERROR condition
>
> Load failed for $fbroot
Try
:lisp (load "path/to/fbroot.lisp")
which might give a more detailed message.
best
Robert Dodier