* Florian Philipp <li...@binarywings.net> [110928 16:05]: > Am 28.09.2011 21:39, schrieb Alex Sla: > > I can't just compile anything. Getting all the time: > > > > * Call stack: > > * ebuild.sh, line 56: Called src_compile > > * environment, line 3450: Called gnome2_src_compile > > * environment, line 2736: Called die > > * The specific snippet of code: > > * emake || die "compile failure" > > > > don't have any idea.... > > > > > > > > Usually, the actual error message is a few lines above this one. Please > post it. > > Want a blind guess? My bet is you updated gcc from 4.4 to 4.5, then > unmerged 4.4 but forgot to activate the new one using gcc-config. > > Regards, > Florian Philipp >
And to add a bit more to that (as I managed to do just that recently): First do a: # gcc-config -l [1] i686-pc-linux-gnu-4.5.3 * if you don't see a '*' next to any of the entries then none is selected. To select one do: gcc-config [CC Profile] For example, # gcc-config i686-pc-linux-gnu-4.5.3 Todd