如何构建用于iOS开发的Net-SNMP库?

时间:2013-08-28 09:55:22

标签: ios build makefile snmp armv7

我需要在我的一个iOS应用程序中使用Net-SNMP。 我想将它用作Xcode中的库。 我该如何建立图书馆?

我尝试了以下内容,但它对我不起作用:

http://latenitesoft.blogspot.jp/2008/10/iphone-programming-tips-building-unix.html

我收到以下错误:

configure: error: C compiler cannot create executables

顺便说一句,我的目标是iOS 5和6。 任何帮助/潜在客户将不胜感激!

我看过一些其他链接: https://gist.github.com/j0sh/895945

1 个答案:

答案 0 :(得分:3)

这是我发现的基于SNMP ++的github项目:

https://github.com/Zchander/mobile-snmp-plusplus