[gmx-users] compile problem
Florian Haberl
Florian.Haberl at chemie.uni-erlangen.de
Thu Apr 6 09:42:22 CEST 2006
hi
On Thursday 06 April 2006 09:24, Rongliang Wu wrote:
> make: warning: Clock skew detected. Your build may be incomplete
make is using the latest modified time stamps on each file to see if it
needs recompiling.
If you have changed your date latly or it was wrong than it is in the future
and make will complain.
Possible solution:
Use 'touch' which will set the timestamp on the time when it was or is
executed, something like this
$find -name "[Mm]akeFile" -exec touch \{\} \;
check `man find` for further details.
After this do a make clean, and the warning should disapear.
--
Florian
-------------------------------------------------------------------------------
Florian Haberl
Computer-Chemie-Centrum
Universitaet Erlangen/ Nuernberg
Naegelsbachstr 25
D-91052 Erlangen
Mailto: florian.haberl AT chemie.uni-erlangen.de
-------------------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://maillist.sys.kth.se/pipermail/gromacs.org_gmx-users/attachments/20060406/708455a1/attachment.sig>
More information about the gromacs.org_gmx-users
mailing list