From: Lau Koon Tin Anthony Newsgroups: comp.os.msdos.djgpp Subject: Clock Skew... Date: 28 Mar 1998 18:35:22 GMT Organization: Engineering Faculty CUHK Lines: 15 Sender: Lau Koon Tin Anthony Message-ID: <6fjfta$4mm@eng-ser1.erg.cuhk.edu.hk> NNTP-Posting-Host: sparc53.cse.cuhk.edu.hk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi all! I just got gcc-2.8.0 and use it together with Make 3.7.6.1, bnu 2.8.1 and djdev 2.01 to make a package. However, I got the following message when trying: Warning: File 'engine.o' has modification time in the future. The source file is engine.s which is an assembly file and its object file is linked with another two object files to produce the exe file. Could anyone help? Thanks! P.S. One more thing, before leaving the Makefile, the system generates the message: Warning: Clock skew detected. Your build may be incomplete. I noticed that I encountered this error when doing it on Windows NT 4.0 or Windows 95 (OSR2 - Version 4.00.1111) but not on Windows 95 Version 4.00.0000 (the older version). Isn't it strange? Anthony.