On 09/02/07, Sami Kibria <[EMAIL PROTECTED]> wrote:
> Here is what I am using for ./configure...
>
> ./configure.... --with-cflags="-O2 -static"
>
> I can compile everything into the agent but libc, libdl, libm...any
> ideas why?

I would have thought that the "-static" option ought to
link in the archived versions of these libraries.

What is the command that's invoked to compile/link
the 'snmpd'  binary?


> I do the arm-linux-objdump -x snmpd | more and see
>
> Dynamic Section:
> NEEDED libdl.so.2
> NEEDED libm.so.6
> NEEDED libc.so.6

What is the output of
    ls -l  /usr/lib/libm*   /lib/libm*
    ls -l  /usr/lib/libc*   /lib/libc*

Dave

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to