Some more detail on this issue: When I check config.log, CVS MAIN shows a check for strtok_r and later ac_cv_func_strtok_r=yes. Make doesn't raise any particular issue. 5.0.10.rc2 shows the same thing but make seems to generate a whole lot of extra noise on the issue eg.
mibII/interfaces.c: In function `parse_interface_config': mibII/interfaces.c:331: warning: implicit declaration of function `strtok_r' mibII/interfaces.c:331: warning: assignment makes pointer from integer without a cast mibII/interfaces.c:336: warning: assignment makes pointer from integer without a cast mibII/interfaces.c:341: warning: assignment makes pointer from integer without a cast mibII/vacm_vars.c: In function `vacm_parse_group': mibII/vacm_vars.c:194: warning: implicit declaration of function `strtok_r' mibII/vacm_vars.c:194: warning: assignment makes pointer from integer without a cast mibII/vacm_vars.c:195: warning: assignment makes pointer from integer without a cast mibII/vacm_vars.c:196: warning: assignment makes pointer from integer without a cast ucd-snmp/dlmod.c: In function `dlmod_load_module': ucd-snmp/dlmod.c:165: warning: implicit declaration of function `strtok_r' ucd-snmp/dlmod.c:165: warning: assignment makes pointer from integer without a cast ucd-snmp/dlmod.c:165: warning: assignment makes pointer from integer without a cast host/hr_storage.c: In function `parse_storage_config': host/hr_storage.c:306: warning: implicit declaration of function `strtok_r' host/hr_storage.c:306: warning: assignment makes pointer from integer without a cast host/hr_disk.c: In function `parse_disk_config': host/hr_disk.c:250: warning: implicit declaration of function `strtok_r' host/hr_disk.c:250: warning: assignment makes pointer from integer without a cast snmp_agent.c:912: warning: implicit declaration of function `strtok_r' snmp_agent.c:912: warning: assignment makes pointer from integer without a cast snmp_agent.c:961: warning: assignment makes pointer from integer without a cast agent_trap.c: In function `snmpd_parse_config_trapsink': agent_trap.c:770: warning: implicit declaration of function `strtok_r' agent_trap.c:770: warning: assignment makes pointer from integer without a cast agent_trap.c:771: warning: assignment makes pointer from integer without a cast agent_trap.c:773: warning: assignment makes pointer from integer without a cast mib_modules.c: In function `add_to_init_list': mib_modules.c:81: warning: implicit declaration of function `strtok_r' mib_modules.c:81: warning: assignment makes pointer from integer without a cast mib_modules.c:87: warning: assignment makes pointer from integer without a cast snmpd.c: In function `main': snmpvacm.c: In function `main': snmpvacm.c:341: warning: implicit declaration of function `strtok_r' snmpvacm.c:341: warning: assignment makes pointer from integer without a cast snmpvacm.c:341: warning: assignment makes pointer from integer without a cast This communication is intended for the use of the recipient to which it is addressed, and may contain confidential, personal and or privileged information. Please contact us immediately if you are not the intended recipient of this communication, and do not copy, distribute, or take action relying on it. Any communication received in error, or subsequent reply, should be deleted or destroyed. ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
