This is a discussion on Can't get libtool to recognize -s within the SNMP Coders forums, part of the Networking and Network Related category; I'm trying to address the feature request at https://sourceforge.net/tracker/inde...94&atid=362694 but I ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I'm trying to address the feature request at
https://sourceforge.net/tracker/inde...94&atid=362694 but I can't get libtool to accept the -s option even though the code appears to expect it to turn on "stripme". # libtool install mode install) ... case $arg in -d) isdir=yes ;; -f) prev="-f" ;; -g) prev="-g" ;; -m) prev="-m" ;; -o) prev="-o" ;; -s) stripme=" -s" continue ;; Maybe the ... above includes something I'm should look at more closely. Any pointers from someone more knowledgeable about that part of Net-SNMP would be most welcome. With a little help, I could finish this feature this week. Thanks. Chris ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=...720&dat=121642 _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |