|
From: Raymond T. <toy...@gm...> - 2012-03-11 02:51:26
|
On 3/10/12 9:35 AM, Akshay Srinivasan wrote: > On 03/10/2012 10:54 PM, Raymond Toy wrote: > Dang. You're right. I read the description of *f-l-d* backwards. > I think your solution is probably the right one, and we should add > @libdir@ to all the library paths. > > I think the backward description makes more sense. Oh well. > Added @libdir@ to all the library paths. > Unfortunately, this breaks matlisp for me on osx. It tries to load the library but can't find all the dependent fortran libraries so it dies because of missing symbols. I think the only option we have is to undo this and set LD_LIBRARY_PATH to include libdir. This will work if you use make. If you do something else, this won't. We could add a script, matlisp, that sets up LD_LIBRARY_PATH correctly and runs the appropriate lisp. What do you think? Ray |