> I recommend --disable-icmp until its had at the very least some > unit-tests created.
Amos, could you guard the main.cc ICMP code ?
#if USE_ICMP
icmpEngine.Open();
#endif
(and the rest...)
I'm trying to make some tests on SNMP Agent, but even disabling ICMP I
cannot link the final executable...
Thanks.
