Mike Ayers wrote: > It appears that the system is building perl modules, which have their > own set of flags. I would suggest using the "--disable-embedded-perl" flag > to hopefully eliminate perl connections altogether. If you will have perl on > the target system, you can try the "--disable-perl-cc-checks" flag, which I > suspect will force the same compiler to be used. I must confess, however, > that I remain a bit baffled by the perl/net-snmp entanglement, and have not > yet been able to get a completely perl-free build...
"configure --without-perl-modules --disable-embedded-perl" should get you a perl-free build. If it doesn't, please report. FYI, "--disable-perl-cc-checks" just disables the *checks* whether $CC and "perl -V:cc" are considered incompatible. You shouldn't need this option unless our heuristic is broken. +Thomas ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ 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
