This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Possible build problems with the "current" gcc


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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]