解决一个非常小的常见的问题-安装软件configure时 error: C compiler cannot create executables

1.sudo apt-get install gcc libc6-dev 如果gcc是最新版本就试试下一个

2.sudo apt-get build-dep fcitx 更新后:./configure 成功

你可能感兴趣的:(c,gcc,compiler)