Gentoo Archives: gentoo-user

From: dhk <dhkuhl@×××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Firefox doesn't build - gcc compilers
Date: Mon, 13 Dec 2010 13:02:31
Message-Id: 4D06184D.7050905@optonline.net
In Reply to: Re: [gentoo-user] Firefox doesn't build - gcc compilers by Xavier Parizet
1 On 12/13/2010 07:50 AM, Xavier Parizet wrote:
2 > On Mon, 13 Dec 2010 07:34:16 -0500, dhk <dhkuhl@×××××××××.net> wrote:
3 >> How can I get Firefox and Imagemagick working?
4 >>
5 >> I had two gcc compiles installed on my machine 3.4.3 and 4.4.4. After
6 >> reading that gcc 3.4.3 was not necessary anymore since gcc 4.4.4 was
7 >> stable. I removed gcc 3.4.3 and left 4.4.4 to get imagemagick updated.
8 >> Now both imagemagick and firefox fail to build ( [ebuild U ]
9 >> media-gfx/imagemagick-6.6.5.6 [6.6.2.5] USE="corefonts%*" ). I'm not
10 >> sure if there are other things not working also. Should I have kept gcc
11 >> 3.4.3? Thanks dhk
12 >>
13 >> # uname -a
14 >> Linux dhcppc3 2.6.34-gentoo-r6 #1 SMP Fri Sep 24 06:12:23 EDT 2010
15 >> x86_64 AMD Athlon(tm) 64 Processor 3200+ AuthenticAMD GNU/Linux
16 >>
17 >> # emerge --info =www-client/firefox-3.6.13
18 >> !!! No gcc found. You probably need to 'source /etc/profile'
19 >> !!! to update the environment of this terminal and possibly
20 >> !!! other terminals also.
21 >
22 > You need to run:
23 > gcc-config x86_64-pc-linux-gnu-4.4.4 && source /etc/profile && gcc -v
24 >
25 > If the above commande output gcc version 4.4.4, then you're done, just
26 > re-run emerge.
27 >
28 >> Portage 2.1.9.24 (default/linux/amd64/10.0, [unavailable],
29 >> glibc-2.11.2-r3, 2.6.34-gentoo-r6 x86_64)
30 > [SNIP]
31
32 That was easy. It works. Thanks.

Replies

Subject Author
Re: [gentoo-user] Firefox doesn't build - gcc compilers Bill Longman <bill.longman@×××××.com>