Gentoo Archives: gentoo-user

From: Dirk Heinrichs <dirk.heinrichs@××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Why does my system still want gcc 3.4.9?
Date: Wed, 14 May 2008 16:40:46
Message-Id: 200805141840.29476.dirk.heinrichs@online.de
In Reply to: Re: [gentoo-user] Why does my system still want gcc 3.4.9? by felix@crowfix.com
1 Am Mittwoch, 14. Mai 2008 schrieb felix@×××××××.com:
2
3 > > Try: LD_LIBRARY_PATH=/usr/lib/gcc/i686-pc-linux-gnu/4.2.3 ldd
4 > > /usr/bin/lzma
5 >
6 > This works.
7
8 Good.
9
10 > > If this works, try running "env-update && source /etc/profile", then
11 > > just "ldd /usr/bin/lzma" again.
12 >
13 > Unfortunately, this doesn't work.
14
15 Did you check /etc/ld.so.conf, maybe 4.1.2 is still listed before 4.2.3?
16
17 You may also need to clean up /etc/env.d a bit and running gcc-config again
18 afterwards also seems to be a good idea.
19
20 HTH...
21
22 Dirk

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Why does my system still want gcc 3.4.9? felix@×××××××.com