[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: C++, linux-gate.so.1, 'set solib-search-path', and 'set sysroot'
From: |
Sergio Durigan Junior |
Subject: |
Re: C++, linux-gate.so.1, 'set solib-search-path', and 'set sysroot' |
Date: |
Sun, 01 Sep 2013 02:19:55 -0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) |
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 (address@hidden) is not really used anymore, so I suggest
that you follow the bug above and send questions to
<address@hidden>.
Thanks!
--
Sergio
- Re: C++, linux-gate.so.1, 'set solib-search-path', and 'set sysroot',
Sergio Durigan Junior <=