Joseph wrote:
On 12/12/11 14:52, Michael Mol wrote:
[snip]
gcc-config $SOME_PROFILE
where SOME_PROFILE is something you'll find under /etc/env.d/gcc
After that, things worked fine for me again.
(I was in the process of building an email because I was going to ask
this list for help, and I figured out the solution while building the
narrative of things I was trying and testing. It'll probably show up
as another blog post.)
--
:wq
I have only three files in there
ll /etc/env.d/gcc/
.NATIVE
config-x86_64-pc-linux-gnu x86_64-pc-linux-gnu-4.5.3
Should I run it on config-x86_64-pc-linux-gnu or
x86_64-pc-linux-gnu-4.5.3 ?
Use this command to see if one is set:
gcc-config -l
Then you can use gcc-config <number you want to select> to set it if it
is not set. If it is set, it should look like this:
[1] x86_64-pc-linux-gnu-4.4.5
[2] x86_64-pc-linux-gnu-4.5.3 *
Note the little * on the end? That is the one that it is trying to
use. Sometimes it gets unset, especially if you install a new gcc and
remove the old without setting it to use the new one first, then things
tend to error out when gcc is called and it is not there.
Hope that helps.
Dale
:-) :-)
--
I am only responsible for what I said ... Not for what you understood or how
you interpreted my words!
Miss the compile output? Hint:
EMERGE_DEFAULT_OPTS="--quiet-build=n"