Wes> you can override the cflags by setting the CFLAGS environment variable Wes> before running configure, or via the --with-cflags="" flag.
Chris> But that won't run strip, will it? No, but it'll turn off debugging, which was one of the things you were asking about. There isn't any mention of "strip" in the configure script, so you probably can't turn this on cleanly. But the "libtool" script seems to include the possibility of stripping binaries and libraries using the '-s' flag. So you could try tweaking "Makefiles.top" thusly: < INSTALL = $(LIBTOOL) --mode=install @INSTALL@ -- > INSTALL = $(LIBTOOL) -s --mode=install @INSTALL@ and re-running configure. [Not actually tested, I hasten to add] Dave ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ Net-snmp-users mailing list [EMAIL PROTECTED] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users