On Sun, Dec 01, 2013 at 12:22:34PM +0600, Zlobin
Nikita wrote:
Strang problem with debugging info. I built both
clxclient and aeolus
with
modified makefiles, removing optimization and adding -g -ggdb to flags.
But gdb>
still says:
warning: no loadable sections found in added symbol-file system-supplied
DSO at ,,,
Hoped to get a bit more detailed backtrace.
Are you sure to be debugging the locally compiled version ?
It should be in /usr/local/bin, and the libraries in /usr/local/lib.
You'd also have to enable the latter in /etc/ld.so.conf.d.
Ciao,