Gentoo Archives: gentoo-user

From: Greg Armer <greg@×××××××××××.za>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Build Problem
Date: Sun, 11 Sep 2005 13:42:07
Message-Id: 1126445831.11892.5.camel@fyre.codelounge.co.za
In Reply to: [gentoo-user] mod_perl2 by Antoine
1 Greetings list,
2
3 Could anyone explain why 40% of all my emerges fail with this error
4 message ?
5
6 gcc-config error: Could not run/locate "i386-pc-linux-gnu-gcc"
7
8 Upon executing this file directly, it returns the exact same message:
9
10 fyre ~ # /usr/bin/i386-pc-linux-gnu-gcc
11 gcc-config error: Could not run/locate "i386-pc-linux-gnu-gcc"
12 fyre ~ #
13
14
15 Here is my make.conf file incase this helps:
16
17 fyre ~ # cat /etc/make.conf
18 CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
19 CHOST="i686-pc-linux-gnu"
20 CXXFLAGS="${CFLAGS}"
21 USE="gtk gtk2 gnome -qt -kde dvd alsa cdr"
22
23
24 I have a feeling it has something to do with my CHOST flag, I wonder if
25 deleting /usr/bin/i386-pc-linux-gnu-gcc and
26 symlinking /usr/bin/i686-pc-linux-gnu-gcc to that filename would work ?
27
28
29 Thanks for the assistance.
30
31 --
32 regards,
33
34 Greg Armer
35
36 GPG Fingerprint = B4A1 0808 CB05 B34C 8647 5D57 E525 CD45 613E B823

Attachments

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

Replies

Subject Author
Re: [gentoo-user] Build Problem Willie Wong <wwong@×××××××××.EDU>
Re: [gentoo-user] Build Problem Frank Schafer <frank.schafer@×××××××××.cz>