On 06/02/2008, Bell, Adam <[EMAIL PROTECTED]> wrote: > One of the flags for configure is > --enable-static=PKGS > Does anyone have information about what PKGS are?
I think (though I'm not sure) that this particular description text comes from the general "autoconf" framework, and is referring to software suites which are split up into separate "packages". That flag can (in principle) be used to selectively compile certain elements of the software suite statically, and others dynamically. The Net-SNMP suite doesn't make use of this sort of internal sub-structure, so references to packages are not relevant. Treat this particular flag as a simple boolean option: ./configure --enable-static will build the software using static linking ./configure --disable-static [the default] will build the software using dynamic linking I think. Suck it and See. Dave ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users