Re: [anjuta-devel] How to debug this issue?



On Sat, 13 Aug 2016 22:38:52 -0400
Igor Korot <ikorot01 gmail com> wrote:

How can you check for such an issues?

Finally, you can also try to trace the execution:

   strace <your_exec> 2> execlog

The 'execlog' output will show all actions leading to the missing lib,
and all the paths followed to try and find it. It will be looong, but
you can open it in an editor and search.

John



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]