This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Debugging with linked shared libraries ....



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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]