FAQ:Compiling 08
From Net-SNMP Wiki
[edit]
Why does 'make test' skip five tests?
You mean T053agentv1trap, T054agentv2ctrap, T055agentv1mintrap,
T056agentv2cmintrap and T113agentxtrap?
These tests rely upon functionality in the NET-SNMP-EXAMPLES-MIB
which is not implemented in the default agent configuration. To
include these tests, invoke the `configure` script to include
'--with-mib-modules="examples/example".
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?
