Re: can ext:load-foreign search the library paths?
Thomas Fischbacher <[email protected]>
| Newsgroups | gmane.lisp.cmucl.general |
|---|---|
| Message-ID | <[email protected]> |
Tamas K Papp wrote: > Is there a way to load a library on Linux without specifying the exact > library path (eg finding it using ld.so.conf, etc)? One hack that worked some time ago would be to load a dummy library and use the further :libraries argument, as shown in (describe 'load-foreign). -- Thomas