This is a discussion on Re: Can't get libtool to recognize -s within the SNMP Coders forums, part of the Networking and Network Related category; >>>>> On Thu, 02 Mar 2006 12:36:25 -0500, cnelson@nycap.rr.com said: cnelson&...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
>>>>> On Thu, 02 Mar 2006 12:36:25 -0500, cnelson@nycap.rr.com said:
cnelson> My change to configure.in had put this in configure: cnelson> if test "${enable_stripped+set}" = set; then cnelson> enableval="$enable_stripped" cnelson> INSTALL="$INSTALL -s" cnelson> LDFLAGS="$LDFLAGS -s" cnelson> fi; I don't think that's the right thing to do. INSTALL is generic and it makes more sense to use specific flags that are later passed into the Makefile for use when installing things that actually need to be stripped (programs, libraries, etc). Setting the INSTALL variable will result in it attempting to strip the manual pages as well which is obviously bad. -- Wes Hardaker Sparta, Inc. ------------------------------------------------------- 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 |