This is a discussion on Re: more compile help questions... within the SNMP Coders forums, part of the Networking and Network Related category; On 09/02/07, Sami Kibria <skibria@iders.ca> wrote: > Here is what I am using for ./...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 09/02/07, Sami Kibria <skibria@iders.ca> 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=...057&dat=121642 _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |