On Thu, Jan 25, 2007 at 04:21:28PM -0800, George R Goffe wrote:
> Howdy,
> 
> I've been seeing this error for the past couple of days. Am I doing something 
> wrong
> here?

The following message is worrying:

> make[8]: Warning: File `../../../native/jni/classpath/jcl.lo' has 
> modification time
> 3.6e+02 s in the future

You get messages like that is if your NFS client and server disagree about
the time.  Since make uses file times to figure out what to build, it is
likely that builds will malfunction.  Fix your clock, or run a time daemon
(e.g. ntpd) to keep things in sync.


Reply via email to