|
|
emerge lftp时有个错误
checking if c++ compiler works... no
configure: error: C++ test compile failed; check your C++ compiler
但是直接把lftp的源代码解开,用./configure却能通过编译
上面的就变成yes
checking if c++ compiler works... yes
现在系统就一个gcc version 4.3.1 (Gentoo 4.3.1 p1.0)
gcc-config -l结果只有一行
[1] x86_64-pc-linux-gnu-4.3.1 *
现在很多软件包都不能emerge,都是这个错误,很奇怪啊 |
|