Need Help wrote: > /bin/sh ../libtool --mode=compile mipsel-uclibc-g++ -I../include > -I/export/home/rosent1/vegasCC/1.97/buildsys/A506/netsnmp/include -I. > -I../agent -I/export/home/rosent1/vegasCC/1.97/buildsys/A506/netsnmp/agent > -I../agent/mibgroup > -I/export/home/rosent1/vegasCC/1.97/buildsys/A506/netsnmp/agent/mibgroup > -I../snmplib > -I/export/home/rosent1/vegasCC/1.97/buildsys/A506/netsnmp/snmplib -x c > -Ulocalhost -Dlocalhost=localhost -c -o mibgroup/mibII/at.lo > mibgroup/mibII/at.c > mipsel-uclibc-g++ -I../include > -I/export/home/rosent1/vegasCC/1.97/buildsys/A506/netsnmp/include -I. > -I../agent -I/export/home/rosent1/vegasCC/1.97/buildsys/A506/netsnmp/agent > -I../agent/mibgroup > -I/export/home/rosent1/vegasCC/1.97/buildsys/A506/netsnmp/agent/mibgroup > -I../snmplib > -I/export/home/rosent1/vegasCC/1.97/buildsys/A506/netsnmp/snmplib -x c > -Ulocalhost -Dlocalhost=localhost -c mibgroup/mibII/at.c -o > mibgroup/mibII/at.o > mibgroup/mibII/at.c: In function `ARP_Scan_Next': > mibgroup/mibII/at.c:727: error: `ifIndex' undeclared (first use in this > function)
The "-Ulocalhost -Dlocalhost=localhost" suspiciously looks like your (cross-)compilation setup didn't specify a correct target. See http://www.freesnmp.com/net-snmp/faqs/#cross for some more information. Again, this is in no way specific to Net-SNMP. +Thomas ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
