public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] libstdc++.so.6
@ 2013-07-02 20:16 Silvio Siefke
  2013-07-02 21:09 ` Andrew Hoffman
  2013-07-03 17:42 ` Peter Wilmott
  0 siblings, 2 replies; 4+ messages in thread
From: Silvio Siefke @ 2013-07-02 20:16 UTC (permalink / raw
  To: gentoo-user

Hello, 

i have problem with my Desktop XFCE and the most Software. On my System
could not find the libstdc++ libs, i search but no find. What is there
wrong?

gentoo-desk lib # find . | grep libstdc
./nacl-toolchain-newlib/x86_64-nacl/lib32/libstdc++.la
./nacl-toolchain-newlib/x86_64-nacl/lib32/libstdc++.a
./nacl-toolchain-newlib/x86_64-nacl/lib/libstdc++.la
./nacl-toolchain-newlib/x86_64-nacl/lib/libstdc++.a


Can someone help?


Thank you & Greeting
Silvio


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] libstdc++.so.6
  2013-07-02 20:16 [gentoo-user] libstdc++.so.6 Silvio Siefke
@ 2013-07-02 21:09 ` Andrew Hoffman
  2013-07-03 17:42 ` Peter Wilmott
  1 sibling, 0 replies; 4+ messages in thread
From: Andrew Hoffman @ 2013-07-02 21:09 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 774 bytes --]

On Tue, Jul 2, 2013 at 3:16 PM, Silvio Siefke <siefke_listen@web.de> wrote:

> Hello,
>
> i have problem with my Desktop XFCE and the most Software. On my System
> could not find the libstdc++ libs, i search but no find. What is there
> wrong?
>
> gentoo-desk lib # find . | grep libstdc
> ./nacl-toolchain-newlib/x86_64-nacl/lib32/libstdc++.la
> ./nacl-toolchain-newlib/x86_64-nacl/lib32/libstdc++.a
> ./nacl-toolchain-newlib/x86_64-nacl/lib/libstdc++.la
> ./nacl-toolchain-newlib/x86_64-nacl/lib/libstdc++.a
>
>
> Can someone help?
>
>
> Thank you & Greeting
> Silvio
>
>
Check out this link:
http://forums.gentoo.org/viewtopic-t-875161-start-0.html

essentially
revdep-rebuild and fix_libtool_files.sh are your first steps
emerge sys-libs/libstdc++-v3 is the next

-Andy

[-- Attachment #2: Type: text/html, Size: 1418 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] libstdc++.so.6
  2013-07-02 20:16 [gentoo-user] libstdc++.so.6 Silvio Siefke
  2013-07-02 21:09 ` Andrew Hoffman
@ 2013-07-03 17:42 ` Peter Wilmott
  2013-07-03 17:59   ` Peter Wilmott
  1 sibling, 1 reply; 4+ messages in thread
From: Peter Wilmott @ 2013-07-03 17:42 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 736 bytes --]

On 02/07/13 21:16, Silvio Siefke wrote:
> Hello,
>
> i have problem with my Desktop XFCE and the most Software. On my System
> could not find the libstdc++ libs, i search but no find. What is there
> wrong?
>
> gentoo-desk lib # find . | grep libstdc
> ./nacl-toolchain-newlib/x86_64-nacl/lib32/libstdc++.la
> ./nacl-toolchain-newlib/x86_64-nacl/lib32/libstdc++.a
> ./nacl-toolchain-newlib/x86_64-nacl/lib/libstdc++.la
> ./nacl-toolchain-newlib/x86_64-nacl/lib/libstdc++.a
>
>
> Can someone help?
>
>
> Thank you&  Greeting
> Silvio
>
Hi Silvio,

Could you post an exact error message? That would be a big help in 
finding the issue.

libstdc++.so.6 is part of gcc, are you able to re-emerge gcc using 
/emerge -1ac gcc/ ?

Regards,

P

[-- Attachment #2: Type: text/html, Size: 1111 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] libstdc++.so.6
  2013-07-03 17:42 ` Peter Wilmott
@ 2013-07-03 17:59   ` Peter Wilmott
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Wilmott @ 2013-07-03 17:59 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 852 bytes --]

On 03/07/13 18:42, Peter Wilmott wrote:
> On 02/07/13 21:16, Silvio Siefke wrote:
>> Hello,
>>
>> i have problem with my Desktop XFCE and the most Software. On my System
>> could not find the libstdc++ libs, i search but no find. What is there
>> wrong?
>>
>> gentoo-desk lib # find . | grep libstdc
>> ./nacl-toolchain-newlib/x86_64-nacl/lib32/libstdc++.la
>> ./nacl-toolchain-newlib/x86_64-nacl/lib32/libstdc++.a
>> ./nacl-toolchain-newlib/x86_64-nacl/lib/libstdc++.la
>> ./nacl-toolchain-newlib/x86_64-nacl/lib/libstdc++.a
>>
>>
>> Can someone help?
>>
>>
>> Thank you&  Greeting
>> Silvio
>>
> Hi Silvio,
>
> Could you post an exact error message? That would be a big help in 
> finding the issue.
>
> libstdc++.so.6 is part of gcc, are you able to re-emerge gcc using 
> /emerge -1ac gcc/ ?
>
> Regards,
>
> P

Ops

/emerge -1a*v* gcc

/I mean/
/

[-- Attachment #2: Type: text/html, Size: 1466 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-07-03 17:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-02 20:16 [gentoo-user] libstdc++.so.6 Silvio Siefke
2013-07-02 21:09 ` Andrew Hoffman
2013-07-03 17:42 ` Peter Wilmott
2013-07-03 17:59   ` Peter Wilmott

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox