https://bugzilla.novell.com/show_bug.cgi?id=661106
https://bugzilla.novell.com/show_bug.cgi?id=661106#c1
Jonathan Pryor changed:
What|Removed |Added
CC||jpr...@novell.com
Severity|Normal |Enhancement
--- Comment #1 from Jonathan Pryor 2011-01-14 20:53:05 UTC
---
So, as the above error message states, the getifaddrs(3) function can't be
found, and it's required to implement NetworkInterface.
So grepping the Android dll's, the closest match is
/system/lib/libnativehelper.so which has a _Z10getifaddrsPP7ifaddrs export,
which is the C++ name mangled version of "getifaddrs(ifaddrs**)".
Given that "libnativehelper.so" isn't in the public NDK, and given that it's a
name-mangled C++ export, I'm guessing that Google doesn't want us using this
function...
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist - mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs