【问题标题】:Will autotools recompile the entire project if I change the prefix with configure?如果我用 configure 更改前缀,autotools 会重新编译整个项目吗? 【发布时间】:2012-08-17 20:30:58 【问题描述】: 我刚刚配置、构建和安装了 gcc,并指定了错误的前缀。在使用不同的--prefix 进行配置后,我会重建所有二进制文件吗? 【问题讨论】: 标签: build autotools configure 【解决方案1】: 不幸的是,它从头开始编译所有内容。 【讨论】: