>>>>> On Mon, 03 May 2010 15:41:42 +0900 (KST), "»ý°¢Çϱâ" >>>>> <[email protected]> said:
b> 6. But when I make net-snmp, no error arised even though no library b> linked You'd have to look at the output to be sure that your code was getting compiled... Does it work after you intsall and run it? Something seems strange, but it's impossible to diagnosis without playing with the actual code. b> nextest/module.c:239: undefined reference to `sem_wait' It's likely that applications need to be linked with -lpthread because that's where the function is defined. -- Wes Hardaker Please mail all replies to [email protected] ------------------------------------------------------------------------------ _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
