由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - makefile of c++ in unix, help
相关主题
make fortran in UNIXusing ftp in Unix, how to avoid getting incomplete file ?
gmake helpRe: using ftp in Unix, how to avoid getting incomplete file ?
怎样写 makefilecxterm compile
where is gcc?Questions about Makefile
[转载] UNIX下的一个奇怪问题!help on cxterm
这样的问题还能继续吗?Re: 不是ROOT可以在UNIX下装CXTERM吗?what is wrong with makefile?
[转载] 请问关于STEVENS的书里面程序在LINUX下面跑的问题Re: SOS!!! (about FLTK)
cygwin是干什么的英雄,救命啊!!!
相关话题的讨论汇总
话题: makefile话题: unix话题: make话题: c++话题: warning
进入Unix版参与讨论
1 (共1页)
b**********r
发帖数: 2664
1
I set up a makefile, and after type make, i got following warning,
make: warning: Clock skew detected. Your build may be incomplete.
How can I do??
thanks la
T********r
发帖数: 6210
2
The make find some inconsistence between your files and the system
time. You can 'make clean', 'touch *' and then 'make' again. Don't
worry, in most case, it should be ok.

【在 b**********r 的大作中提到】
: I set up a makefile, and after type make, i got following warning,
: make: warning: Clock skew detected. Your build may be incomplete.
: How can I do??
: thanks la

1 (共1页)
进入Unix版参与讨论
相关主题
英雄,救命啊!!![转载] UNIX下的一个奇怪问题!
Help: failed to compile cxterm with cc这样的问题还能继续吗?Re: 不是ROOT可以在UNIX下装CXTERM吗?
[转载] makefile question. urgent!!!!!!!!!!!!!!!!!!!!!!!![转载] 请问关于STEVENS的书里面程序在LINUX下面跑的问题
Re: [转载] makefile question. urgent!!!!!!!!!!!!!!!!!!!!!!!!cygwin是干什么的
make fortran in UNIXusing ftp in Unix, how to avoid getting incomplete file ?
gmake helpRe: using ftp in Unix, how to avoid getting incomplete file ?
怎样写 makefilecxterm compile
where is gcc?Questions about Makefile
相关话题的讨论汇总
话题: makefile话题: unix话题: make话题: c++话题: warning