On 12/13/2010 07:50 AM, Xavier Parizet wrote: > On Mon, 13 Dec 2010 07:34:16 -0500, dhk <dhk...@optonline.net> wrote: >> How can I get Firefox and Imagemagick working? >> >> I had two gcc compiles installed on my machine 3.4.3 and 4.4.4. After >> reading that gcc 3.4.3 was not necessary anymore since gcc 4.4.4 was >> stable. I removed gcc 3.4.3 and left 4.4.4 to get imagemagick updated. >> Now both imagemagick and firefox fail to build ( [ebuild U ] >> media-gfx/imagemagick-6.6.5.6 [6.6.2.5] USE="corefonts%*" ). I'm not >> sure if there are other things not working also. Should I have kept gcc >> 3.4.3? Thanks dhk >> >> # uname -a >> Linux dhcppc3 2.6.34-gentoo-r6 #1 SMP Fri Sep 24 06:12:23 EDT 2010 >> x86_64 AMD Athlon(tm) 64 Processor 3200+ AuthenticAMD GNU/Linux >> >> # emerge --info =www-client/firefox-3.6.13 >> !!! No gcc found. You probably need to 'source /etc/profile' >> !!! to update the environment of this terminal and possibly >> !!! other terminals also. > > You need to run: > gcc-config x86_64-pc-linux-gnu-4.4.4 && source /etc/profile && gcc -v > > If the above commande output gcc version 4.4.4, then you're done, just > re-run emerge. > >> Portage 2.1.9.24 (default/linux/amd64/10.0, [unavailable], >> glibc-2.11.2-r3, 2.6.34-gentoo-r6 x86_64) > [SNIP]
That was easy. It works. Thanks.