I'm trying to address the feature request at

https://sourceforge.net/tracker/index.php?func=detail&aid=965788&group_id=12694&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=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to