I had netsnmp 5.1.1, everything was installed fine in my
Red Hat linux 9.0 using gcc. Then I try to do cross compilation using timesys
linux tools. I typed follwoing command:
-> ./configure
--with-cc=ppc4xx-linux-gcc --host=powerpc --withiednianness = big
-> make
The configure passed. The make gave me following
errors:
........
mibII/at.c: In function 'ARP_Scan_Next':
mibII/at.c:705: 'ifIndex' undeclared (first use in this
function)
Does anybody know what is I missed?
Thanks.
VL
|
- Re: cross-compile of net-snmp 5.1.1 vicky liang