A more straightforward approach than Sys.dllist() is to use Sys.dlpath(handle) where handle is the result of a call to dlopen(). -E
On Sat, Jul 12, 2014 at 12:39 AM, Elliot Saba <[email protected]> wrote: > Nope, otherwise I would have just used `otool` or `ldd` to do my dirty > work. Sys.dllist() is all run-time. > -E > > > On Fri, Jul 11, 2014 at 8:35 PM, Steven G. Johnson <[email protected]> > wrote: > >> On Friday, July 11, 2014 5:28:02 PM UTC-4, Douglas Bates wrote: >>> >>> Sys.dllist() # with a capital S >>> >> >> As I understand it, this only lists the libraries linked at compile time >> to julia, not libraries opened dynamically with dlopen. e.g. if you are >> doing ccall((:function, :library), ....) then :library won't be listed. >> > >
