Debugging with linked shared libraries ....

Christophe LYON christophe.lyon@st.com
Tue Oct 25 13:55:00 GMT 2005


> I would like to debug a c++ program that links shared libraries (files) 
> in non standard places:
> 
>  1. I set the LD_LIBRARY_PATH so that the program runs fine from my (c)sh
> 
>  2. I execute
> 
>     gdb myProg
> 
>  3. but when I 'run'
> 

Presumably your .cshrc resets your LD_LIBRARY_PATH.
'run' starts a new shell, and thus sources your .cshrc.

You have to set your LD_LIBRARY_PATH in your .cshrc

Christophe.



More information about the Gdb mailing list