Difference between revisions of "Template:FAQ:Compiling 06"
From Net-SNMP Wiki
m (5.4 release synchronisation) |
|||
Line 1: | Line 1: | ||
+ | <!-- NB: | ||
+ | There is a mismatch between the template numbering | ||
+ | for this entry, and the FAQ entries that refer to it. | ||
+ | This follows a review of the entries in the | ||
+ | Compiling section. | ||
+ | --> | ||
This usually appears when compiling the current development source | This usually appears when compiling the current development source | ||
version, obtained via CVS. Unfortunately, the timestamps on some of | version, obtained via CVS. Unfortunately, the timestamps on some of |
Latest revision as of 14:40, 29 December 2006
This usually appears when compiling the current development source
version, obtained via CVS. Unfortunately, the timestamps on some of
the configure files are such that make assumes (mistakenly) that the
configure script needs to be re-generated.
A similar problem may arise relating to 'autoconf'
.
In both cases, this can be corrected by running the command
"make -k touchit"
before attempting to make the main package.