On 2/16/09, Raymond Toy <raymond.toy at stericsson.com> wrote:
> > Log Message:
> > Rename lbfgs/daxpy.lisp and lbfgs/ddot.lisp to lbfgs/lbfgs-daxpy.lisp and
> > lbfgs/lbfgs-ddot.lisp, respectively, to avoid name collisions
> > with similarly named files in other share directories.
> Is this because the default location of the compiled files is the same
> directory? I couldn't think of any other reason why there would be a
> collision.
Well, load(lbfgs) called load("daxpy") which found daxpy somewhere else.
Maybe the problem could have been avoided by
just calling load("lbfgs/daxpy") instead. I didn't try that.
Robert