Gentoo Archives: gentoo-user

From: Andrew Hoffman <andy.hoffman12@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] libstdc++.so.6
Date: Tue, 02 Jul 2013 21:10:06
Message-Id: CAKqv15Q5_1pzang5pP9fP+m2HEqvKxRufB4CDTeOr-Q0j8dQEw@mail.gmail.com
In Reply to: [gentoo-user] libstdc++.so.6 by Silvio Siefke
1 On Tue, Jul 2, 2013 at 3:16 PM, Silvio Siefke <siefke_listen@×××.de> wrote:
2
3 > Hello,
4 >
5 > i have problem with my Desktop XFCE and the most Software. On my System
6 > could not find the libstdc++ libs, i search but no find. What is there
7 > wrong?
8 >
9 > gentoo-desk lib # find . | grep libstdc
10 > ./nacl-toolchain-newlib/x86_64-nacl/lib32/libstdc++.la
11 > ./nacl-toolchain-newlib/x86_64-nacl/lib32/libstdc++.a
12 > ./nacl-toolchain-newlib/x86_64-nacl/lib/libstdc++.la
13 > ./nacl-toolchain-newlib/x86_64-nacl/lib/libstdc++.a
14 >
15 >
16 > Can someone help?
17 >
18 >
19 > Thank you & Greeting
20 > Silvio
21 >
22 >
23 Check out this link:
24 http://forums.gentoo.org/viewtopic-t-875161-start-0.html
25
26 essentially
27 revdep-rebuild and fix_libtool_files.sh are your first steps
28 emerge sys-libs/libstdc++-v3 is the next
29
30 -Andy