C++, linux-gate.so.1, 'set solib-search-path', and 'set sysroot'

2013-08-31 Thread 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?
-- 
Emanuel Berg - programmer (hire me! CV below)
computer projects: http://user.it.uu.se/~embe8573
internet activity: http://home.student.uu.se/embe8573
___
bug-gdb mailing list
bug-gdb@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-gdb


Re: C++, linux-gate.so.1, 'set solib-search-path', and 'set sysroot'

2013-08-31 Thread Sergio Durigan Junior
On Friday, August 30 2013, Emanuel Berg wrote:

 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

Hi,

There is a bug filed against GDB about this issue, and there is also a
workaround posted to the mailing list, though it has not been accepted
yet.  You can take a look at the bug at:

https://sourceware.org/bugzilla/show_bug.cgi?id=14466

and subscribe yourself to it, or ask for more details.

This list (bug-gdb@gnu.org) is not really used anymore, so I suggest
that you follow the bug above and send questions to
g...@sourceware.org.

Thanks!

-- 
Sergio

___
bug-gdb mailing list
bug-gdb@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-gdb