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.
