On 19 February 2010 10:15, Queenie de Melo <queenie...@gmail.com> wrote:
> I configure using the below configure options, which gives me no errors
> ./configure --host=xscale --with-cc=xscale_be-gcc --with-linkcc=xscale_be-ld
> --with-ar=xscale_be-ar --with-endianness=big
>
> After configuring, when i do a make, I get the below errors:

> mibII/at.c: In function `ARP_Scan_Next':
> mibII/at.c:736: error: `ifIndex' undeclared (first use in this function)
> mibII/at.c:736: error: (Each undeclared identifier is reported only once
> mibII/at.c:736: error: for each function it appears in.)


Try omitting the 'mibII/at' module from the agent.
I.e. run
    configure --with-out-mib-modules=mibII/at .....

(plus the configure options you are currently using)

Dave

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to