error:newly created file is older than distributed files!

在某些特定的情况下,执行./configure的时候会报错:

error:newly created file is older than distributed files!

这是由于configure文件时间大于当前系统时间。

解决方法:

方法一:
$: cp configure configure_bak
$: rm -f configure
$: cp configure_bak configure

方法二:修改当前系统时间
$: hwclock --set --date="月/日/年 小时:分钟:秒钟"
$: hwclock --hctosys
posted @ 2017-08-25 09:37  在下不想说  阅读(805)  评论(0编辑  收藏  举报