|
From: Raymond T. <toy...@gm...> - 2012-03-10 17:24:43
|
On 3/10/12 9:12 AM, Akshay Srinivasan wrote: > On 03/10/2012 10:24 PM, Raymond Toy wrote: > > This is apparently the way its supposed to work. > >From cffi/src/libraries.lisp : > ------------------------------------------------------------------------ > ;;; Only after failing to find a library through the normal ways > ;;; (eg: on Linux LD_LIBRARY_PATH, /etc/ld.so.cache, /usr/lib/, /lib) > ;;; do we try to find the library ourselves. > ------------------------------------------------------------------------ > 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. Ray |