Hi Greeting: When I run make from net-snmp top directory. I got the following warnings. Not sure why it appeared. It didn't appear before. I still can make a snmpd. However this warning message may indicate some where is not clean. Any sharing of your experience is highly appreciated.
Thanks, Jim ************************************************** rm -f .libs/snmp_version.lo gcc -I../include -I../include -I. -I.. -I. -I./.. -g -O2 -Dlinux -c snmp_version.c -fPIC -DPIC -o .libs/snmp_version.lo gcc -I../include -I../include -I. -I.. -I. -I./.. -g -O2 -Dlinux -c snmp_version.c -o snmp_version.o >/dev/null 2>&1 mv -f .libs/snmp_version.lo snmp_version.lo /bin/sh ../libtool --mode=compile gcc -I../include -I../include -I. -I.. -I. -I./.. -g -O2 -Dlinux -c -o check_varbind.lo check_v arbind.c rm -f .libs/check_varbind.lo gcc -I../include -I../include -I. -I.. -I. -I./.. -g -O2 -Dlinux -c check_varbind.c -fPIC -DPIC -o .libs/check_varbind.lo gcc -I../include -I../include -I. -I.. -I. -I./.. -g -O2 -Dlinux -c check_varbind.c -o check_varbind.o >/dev/null 2>&1 mv -f .libs/check_varbind.lo check_varbind.lo /bin/sh ../libtool --mode=compile gcc -I../include -I../include -I. -I.. -I. -I./.. -g -O2 -Dlinux -c -o container.lo container.c rm -f .libs/container.lo gcc -I../include -I../include -I. -I.. -I. -I./.. -g -O2 -Dlinux -c container.c -fPIC -DPIC -o .libs/container.lo container.c: In function `_factory_free': container.c:31: warning: passing arg 1 of `free' discards qualifiers from pointer target type container.c: In function `netsnmp_container_free_list': container.c:79: warning: passing arg 2 of pointer to function from incompatible pointer type *************************************************************************************