z****c 发帖数: 6 | 1 Hi, guys,
After i modify the source file and build the executable file with make,
the message reads as:
make: Warning: File `a.out' has modification time 34 s in the future
f90 -o a.out vortex.f90 comdata.o dsckernel.o
make: warning: Clock skew detected. Your build may be incomplete.
What's the problem here? and what's the clock skew? | D**e 发帖数: 10169 | 2 just some time mismatch. remove all the obj files. touch all the source files
and do make again. probably you changed your machine time sometime.
【在 z****c 的大作中提到】 : Hi, guys, : After i modify the source file and build the executable file with make, : the message reads as: : make: Warning: File `a.out' has modification time 34 s in the future : f90 -o a.out vortex.f90 comdata.o dsckernel.o : make: warning: Clock skew detected. Your build may be incomplete. : What's the problem here? and what's the clock skew?
|
|