On Thu, Apr 22, 2004 at 07:22:23AM -0700, Mahi.G wrote:
> test.pl done
> make: warning:  Clock skew detected.  Your build may
> be incomplete.
> 
>   *******************************************
> 
>     At end i am geting the error "Clock Skew detected
> "   i tried to my level best. Required ur help.

You are probably performaing the build on a disk that is NFS mounted
from another machine.  The other machine's time is set ahead of the
machine you are performing the build on.  This leads to target files
having timestamps in the future (as far as the machine you are on is
concerned).  This confuses make.

For a short term solution, you can run rdate on your machine, using the
NFS server as a reference.  Long term, run ntp on both machines to
resolve the problem.  You need root permission to change the time on
UNIX-like systems.

dd
-- 
David Dooling

Reply via email to