>>>>> On Thu, 1 Jul 2010 08:06:49 +0200, Bart Van Assche <[email protected]> >>>>> said:
BVA> Since the last time I fixed the MSVC and MinGW builds, these builds have BVA> been broken again by the recent changes in the transport implementation. BVA> These changes should not be reverted but the MSVC and MinGW builds should be BVA> fixed instead. BVA> undefined reference to `netsnmp_unix_ctor' So did configure actually put the unix transport into the build list? IE, was it compiled? It certainly shouldn't have been and this check in configure should have prevented it from being included: if test "x$PARTIALTARGETOS" = "xmingw32" -o "x$PARTIALTARGETOS" = "xmingw32msvc"; then transport_default_list="UDP TCP Alias Callback" else transport_default_list="UDP TCP Alias Unix Callback" fi -- Wes Hardaker Please mail all replies to [email protected] ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
