Gentoo Archives: gentoo-dev

From: Mark Gordon <mark.gt@×××××××××××××××.uk>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] gcc3.2.2 ate portage and others
Date: Thu, 27 Feb 2003 16:22:38
Message-Id: 20030227161057.485c44cc.mark.gt@flash-gordon.me.uk
In Reply to: Re: [gentoo-dev] gcc3.2.2 ate portage and others by Ingo Krabbe
1 On Thu, 27 Feb 2003 09:54:41 +0100
2 Ingo Krabbe <i.krabbe@×××××.net> wrote:
3
4 > On Thu, Feb 27, 2003 at 02:29:34AM -0600, oford wrote:
5 > >
6 > > Went from gcc3.2 to 3.2.2.
7 > >
8 > > Noticed that gnome-panel was not clearing closed windows.
9 > > Killed X and it restarted but put me in error message hell. Nothing
10 > > would work.
11 > > Tried to emerge gcc3.2 and got this...
12 > > "python: unable to load libstdc++.so.5"
13 > >
14 > > I am now through being angry and kicking myself. I just want things
15 > > to work again ;)
16 > >
17 > > Any hints would be nice.
18
19 <snip>
20
21 > this is a bug of course, a bug that looks fat and dangerous, but this
22 > will be easily resolved.
23 >
24 > I don't know about the gentoo problem here.
25 >
26 > What is obvious though, is that you have a problem loading some
27 > libraries that live in the private directory of gcc.
28 >
29 > On my architecture this directory is named:
30 > /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2
31 >
32 > This directory takes a line in
33 > /etc/ld.so.conf
34 > too !
35
36 <snip>
37
38 Doing an
39
40 # env-update
41
42 as root should fix it.
43
44 Failing that, as root try the following
45
46 # gcc-config --list-profiles
47 which will tell you which gcc version you have, then
48 # gcc-config <version reported above>
49 # env-update
50 --
51 Mark Gordon
52 Paid to be a Geek & a Senior Software Developer
53 Currently looking for a new job commutable from Slough, Berks, U.K.
54 Although my email address says spamtrap, it is real and I read it.
55
56 --
57 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] gcc3.2.2 ate portage and others Eric Noack <eric.noack@×××.de>