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]> 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? >
