Sys.dllist() # with a capital S
On Friday, July 11, 2014 3:09:23 PM UTC-5, Isaiah wrote: > > Try sys.dllist() > > (other option, by platform: Sysinternals Process Explorer - Windows; pmap > - Linux; vmmap - OS X) > > > On Fri, Jul 11, 2014 at 3:26 PM, Andreas Lobinger <[email protected] > <javascript:>> wrote: > >> Hello colleagues, >> >> i'm trying to debug a strange case where ccall-s by julia fail (with an >> error message from the called function) and the implementation in C >> succeeds. My first guess is, that actually different versions of a >> libXXX.so are called. How can i read which library julia is accessing? >> > >
