|
|
发表于 2007-11-25 20:10:16
|
显示全部楼层
The problem is some binary you are trying to install on your system was linked against a C++ lib provided by gcc 3.3, so in order to acquire that library you need gcc 3.3.
"libstdc++-v3" provides the library without installing gcc 3.3 itself, unfortunately portage defaults to pulling in gcc 3.3 instead (read the bug I mentioned for an explanation for this behaviour).
这是我在gentoo forum上看到的解释 |
|