Chau T Trinh wrote: > I've developed my enterprise MIB but I need to link snmpd with an external > library. > I've passed in --with-ldflags for -L and -l but it did not link snmpd with > my external library. > How do I link snmpd with an external library? (I'm using net-snmp-5.3.0.1)
Add it to the "OUR_AGENT_LIBS" line in agent/Makefile.in before running configure. +Thomas ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
