E
Emanuel Berg
In gdb, I got this
warning: Could not load shared library symbols for
linux-gate.so.1. Do you need "set solib-search-path" or "set
sysroot"?
I compiled with
g++ -I include/ -ggdb *.cpp -o run
uname -a tells me
Linux nl106-137-194 3.2.0-4-686-pae #1 SMP Debian 3.2.41-2 i686
GNU/Linux
What does it mean?
warning: Could not load shared library symbols for
linux-gate.so.1. Do you need "set solib-search-path" or "set
sysroot"?
I compiled with
g++ -I include/ -ggdb *.cpp -o run
uname -a tells me
Linux nl106-137-194 3.2.0-4-686-pae #1 SMP Debian 3.2.41-2 i686
GNU/Linux
What does it mean?