Magnus Fromreide wrote: > /bin/sh ../libtool --mode=link \ > cc -g -Dsolaris2=solaris2 -o snmpd snmpd.lo \ > -L../snmplib/.libs -L../snmplib -L./.libs -L./helpers/.libs \ > -L./helpers \ > libnetsnmpagent.la helpers/libnetsnmphelpers.la \ > libnetsnmpmibs.la ../snmplib/libnetsnmp.la \ > -lelf -lnsl -lsocket > > So when it comes to the libtool call it seems to be a step forward.
Yes, looks fine to me. For every library (*.la), libtool is just adding the dependencies to the link line as well, so it may contain duplicates. BTW, I'm not sure "-lelf" is necessary here at all, but that'd need to be fixed in configure.in (if the case). +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
