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
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/
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