Palmentieri Nunzio wrote:
> /usr/lib/dld.sl: Unresolved symbol: htonl (code)  

That's likely related to your custom build hacks. htonl() is a macro
defined as

#define    htonl(x)        (x)

so shouldn't end up as an external symbol at all.


+Thomas

-- 
Thomas Anders (thomas.anders at blue-cable.de)

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to