Gentoo Archives: gentoo-user

From: Bill Six <billsix316@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Problems after reemerging GCC
Date: Mon, 22 Aug 2005 19:21:27
Message-Id: 20050822191631.2053.qmail@web53807.mail.yahoo.com
1 Hi,
2
3 I just installed Gentoo. I decided I wanted GCJ and
4 Objective C support in the GCC, so I recompiled it.
5
6 What do you have to do after reemerging it? Because
7 afterwords, whenever I would try to run most
8 applications, I would get some error like "failed to
9 load shared libraries". I read somewhere on the
10 internet to add the new gcc
11 path(/usr/i686-pc-linux-gnu/gcc-bin/3.3.5-20050130) to
12 LD_LIBRARY_PATH and then env-update.
13
14 While this stopped giving me the error I was seeing,
15 now when I try to emerge programs, the compilation
16 fails.
17
18 It says
19
20 "i686-pc-linux-gnu-gcc: installation problem, cannot
21 exec
22 `/usr/lib/gcc/i686-pc-linux-gnu/3.3.5-20050130/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/cc1':
23 No such file or directory
24 "
25
26
27 I've now looked at
28 http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=5,
29 but that hasn't helped me too much.
30
31
32 I don't know if the following helps, but my
33 /etc/env.d/05gcc looks like
34
35 "PATH="/usr/i686-pc-linux-gnu/gcc-bin/3.3.5-20050130"
36 ROOTPATH="/usr/i686-pc-linux-gnu/gcc-bin/3.3.5-20050130"
37 MANPATH="/usr/share/gcc-data/i686-pc-linux-gnu/3.3.5-20050130/man"
38 INFOPATH="/usr/share/gcc-data/i686-pc-linux-gnu/3.3.5-20050130/info"
39 LDPATH="/usr/lib/gcc/i686-pc-linux-gnu/3.3.5-20050130"
40 GCC_SPECS=""
41 "
42
43 and /etc/env.d/05gcc-i686-pc-linux-gnu
44 "
45 PATH="/usr/i686-pc-linux-gnu/gcc-bin/3.3.5-20050130"
46 ROOTPATH="/usr/i686-pc-linux-gnu/gcc-bin/3.3.5-20050130"
47 "
48
49
50
51 ____________________________________________________
52 Start your day with Yahoo! - make it your home page
53 http://www.yahoo.com/r/hs
54
55 --
56 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Problems after reemerging GCC Matan Peled <chaosite@×××××.com>
Re: [gentoo-user] Problems after reemerging GCC Bryan Whitehead <driver@×××××××××.net>