Re: How to configure net-snmp for arm-linux

2008-04-01 Thread Dave Shield
On 01/04/2008, Colin Strachan <[EMAIL PROTECTED]> wrote: > find -name "*.o" -exec rm -f {} \; > find -name "*.lo" -exec rm -f {} \; > find -name "*.so" -exec rm -f {} \; > find -name "*.la" -exec rm -f {} \; > find -name "*.a" -exec rm -f {} \; That'd be incredibly inefficient! Try find

Re: How to configure net-snmp for arm-linux

2008-04-01 Thread Colin Strachan
Vishal This script builds the agent only, tweak to suit your requirements. cd net-snmp-5.4.1/ find -name "*.o" -exec rm -f {} \; find -name "*.lo" -exec rm -f {} \; find -name "*.so" -exec rm -f {} \; find -name "*.la" -exec rm -f {} \; find -name "*.a" -exec rm -f {} \; export PATH= $PATH:/opt/

How to configure net-snmp for arm-linux

2008-04-01 Thread Vishal Nandanwar
Hi, I want to build Net-SNMP-5.4.1 for arm linux. I am using snapgear for arm-linus. Is anybody knows how to configure and compile it for arm-linux? Vishal N - Check out the new SourceForge.net Marketplace. It's the best plac