I've posted this question on the forum
(http://forum.sabayon.org/viewtopic.php?f=54&t=28643), so sorry if this
is the wrong place to ask but I've got no answer and I need the compiler
urgently.
I need to use the 4.7 version of gcc, so I emerged it and tried
gcc-config with no success. The command
# gcc-config x86_64-pc-linux-gnu-4.7.2-vanilla
sets the environment right, but then invoking gcc or g++ fails with the
following error:
gcc: error: /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/vanilla.specs: File o
directory non esistente
So vanilla.specs doesn't exist. Am I doing something wrong or is this
file missing from portage? Note that if I set the non-vanilla gcc then
everything works.
mic