Greetings list, Could anyone explain why 40% of all my emerges fail with this error message ?
gcc-config error: Could not run/locate "i386-pc-linux-gnu-gcc"
Upon executing this file directly, it returns the exact same message:
fyre ~ # /usr/bin/i386-pc-linux-gnu-gcc
gcc-config error: Could not run/locate "i386-pc-linux-gnu-gcc"
fyre ~ #
Here is my make.conf file incase this helps:
fyre ~ # cat /etc/make.conf
CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
USE="gtk gtk2 gnome -qt -kde dvd alsa cdr"
I have a feeling it has something to do with my CHOST flag, I wonder if
deleting /usr/bin/i386-pc-linux-gnu-gcc and
symlinking /usr/bin/i686-pc-linux-gnu-gcc to that filename would work ?
Thanks for the assistance.
--
regards,
Greg Armer
GPG Fingerprint = B4A1 0808 CB05 B34C 8647 5D57 E525 CD45 613E B823
signature.asc
Description: This is a digitally signed message part

