From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: modfication time in the future ? Date: Fri, 13 Feb 1998 18:25:45 -0500 Organization: Two pounds of chaos and a pinch of salt. Lines: 24 Message-ID: <34E4D679.389E@cs.com> References: <6c1dje$vvi$1 AT pravda DOT tisip DOT no> NNTP-Posting-Host: ppp237.cs.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Trond Erik Bones wrote: > > Hi, > > I am using make to compile my program and I keep getting this error message : > > ../lib/libdec.a ; has modification time in the future This can occur if you edit a file and immediately rebuild it, due to the 2 second granularity of the MS-DOS datestamp. In essence, if you save a file at 12:30:13, it may be datestamped 12:30:14 in the filesystem. Trying to recompile it immediately after saving may trigger the warning, since the system still thinks it's 12:30:13. The warning can safely be ignored in such cases. It's also possible that your system clock is off. -- --------------------------------------------------------------------- | John M. Aldrich, aka Fighteer I | mailto:fighteer AT cs DOT com | | God's final message to His Creation: | http://www.cs.com/fighteer/| | "We apologize for the inconvenience."| ICQ UIN#: 7406319 | | - Douglas Adams | http://www.mirabilis.com/ | ---------------------------------------------------------------------