From: Thomas Demmer Newsgroups: comp.os.msdos.djgpp Subject: Re: modfication time in the future ? Date: Fri, 13 Feb 1998 16:00:11 +0100 Organization: Lehrstuhl fuer Stroemungsmechanik Lines: 36 Message-ID: <34E45FFB.9EF387F@LSTM.Ruhr-UNI-Bochum.De> References: <6c1dje$vvi$1 AT pravda DOT tisip DOT no> NNTP-Posting-Host: bvb.lstm.ruhr-uni-bochum.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit CC: tebones AT st DOT telia DOT no 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 > > What does that mean ? This means that a target has a time stamp that lies in the future, hence it should not exist (yet ;-) This can happen if you screw up time zones or such. Try a touch ../lib/libdec.a to reset the time stamp to now, or, if that doesn't help, move libdec.a to another place and try rebuild it. This once happened to me when I complied a Linux kernel, found out in the meantime that the system clock was some hours ahead, reset the time and recompiled the kernel again. -- Ciao Tom ************************************************************* * Thomas Demmer * * Lehrstuhl fuer Stroemungsmechanik * * Ruhr-Uni-Bochum * * Universitaetsstr. 150 * * D-44780 Bochum * * Tel: +49 234 700 6434 * * Fax: +49 234 709 4162 * * http://www.lstm.ruhr-uni-bochum.de/~demmer * *************************************************************