博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
configure: error: newly created file is older than distributed files!
阅读量:5938 次
发布时间:2019-06-19

本文共 296 字,大约阅读时间需要 1 分钟。

configure: error: newly created file is older than distributed files! 
出现此编译错误,请检查你的系统时间是否设置有误。。。
修改系统时间命令:
# date -s 12-03-30         (2012年3月30号)
# date -s 10:30:30          (10点30分30秒)
# hwclock -w                 (将当前时间和日期写入BIOS,避免重启后失效)
本文转自linux博客51CTO博客,原文链接http://blog.51cto.com/yangzhiming/840983如需转载请自行联系原作者
yangzhimingg
你可能感兴趣的文章