environment variables in CLI
Bob Rossi
bob@brasko.net
Thu May 19 16:23:00 GMT 2005
Hi,
I'm trying to figure out how to set the LD_LIBRARY_PATH in GDB once I
start it up. The command 'set environment
LD_LIBRARY_PATH=/home/foo/lib' works. However, I want to do something
like 'set environment LD_LIBRARY_PATH=$SOME_PATH/lib:$LD_LIBRARY_PATH'.
Is this possible from the CLI?
Actually, I couldn't figure out how to tell GDB where to look for shared
objects, that's why I ended up using the LD_LIBRARY_PATH.
Thanks,
Bob Rossi
More information about the Gdb
mailing list