Have a look at what `trace -E d_executable args` and `trace -E c++_executable args`print on startup and grep for dlopen calls and the like.
do you mean strace? I have trace on OSX but I'm asking for linux.
timotheecour via Digitalmars-d-learn Fri, 09 Dec 2016 18:41:28 -0800
Have a look at what `trace -E d_executable args` and `trace -E c++_executable args`print on startup and grep for dlopen calls and the like.
do you mean strace? I have trace on OSX but I'm asking for linux.