I don't think these are linked in:
julia> Sys.dllist()
44-element Array{String,1}
...
julia> using Winston
julia> Sys.dllist()
63-element Array{String,1}
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.
>