由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - make fortran in UNIX
相关主题
makefile of c++ in unix, helpHow to open *.bin files?
[转载] Include unix libraries in windows fortranhow to get rid of the ^M in files?
Sun Unix下怎么用Fortran读PC下生成的binary filesimple unix question
windows编的Fortran程序在UNIX不work?how to execute *.exe files?
unix下编译fortran 的错误太多,看不到怎么办?问题,急
帮帮忙,用C作一个SHELLHow to call a executable file on Unix?
[转载] Help, about clock().Unix 编成小问题
how to transfer C program run under VC to Unix?急,帮个忙
相关话题的讨论汇总
话题: make话题: file话题: unix话题: skew话题: clock
进入Unix版参与讨论
1 (共1页)
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?

1 (共1页)
进入Unix版参与讨论
相关主题
急,帮个忙unix下编译fortran 的错误太多,看不到怎么办?
Help: convert // to /* */ in C code?帮帮忙,用C作一个SHELL
.cshrc?.login?.profile?[转载] Help, about clock().
奇怪问题一个how to transfer C program run under VC to Unix?
makefile of c++ in unix, helpHow to open *.bin files?
[转载] Include unix libraries in windows fortranhow to get rid of the ^M in files?
Sun Unix下怎么用Fortran读PC下生成的binary filesimple unix question
windows编的Fortran程序在UNIX不work?how to execute *.exe files?
相关话题的讨论汇总
话题: make话题: file话题: unix话题: skew话题: clock