On Sat, 2006-03-11 at 23:32 +0530, Puru Govind wrote: > gcc -o snmpdemoapp snmpdemoapp.o `net-snmp-config --libs` > snmpdemoapp.o(.text+0x87): In function `main': > /root/snmpdemoapp.c:41: undefined reference to `init_agent'
If you've only just installed the libraries, you may need to run 'ldconfig' in order for them to be recognised by the linker. Dave ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ 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
