FAQ:Compiling 03
From Net-SNMP Wiki
[edit]
I'm getting an error "autoheader: not found" - what's wrong?
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.
FAQ:Compiling
- How do I compile with 'cc' instead of 'gcc'?
- The compilation is complaining about missing libraries. Why?
- I'm getting an error "autoheader: not found" - what's wrong?
- How can I reduce the memory footprint?
- How can I reduce the installation footprint or speed up compilation?
- How can I compile the project to use static linking?
- Why is the project workspace empty under Visual C++?
- Why does 'make test' skip five tests?
- Why does 'make test' complain about a pid file?
