http://forums.gentoo.org/viewtopic.php?t=27486
This is usually caused by
doing an emerge world that includes a gcc upgrade. What happens is, the
new gcc is compiled, but the ebuild fails to switch your system to the
new compiler. Before trying any of the solutions above, try doing:
| Code: |
| # gcc-config |
You should be presented with a list of GCC versions that are available
on your machine. Each version has a number next to it. Find the latest
version of gcc's number, (for example, 1), and type:
| Code: |
| # gcc-config 1 |
...to switch to the new compiler. Then,
| Code: |
| # source /etc/profile |
... and continue emerging or whatever you were doing.
本文解决了一个常见的GCC升级问题,即升级后系统未能自动切换到新的编译器。文章提供了详细的步骤来手动完成这一过程,包括使用gcc-config命令选择最新版本的GCC,并通过source命令更新系统配置。
6324

被折叠的 条评论
为什么被折叠?



