On Sep 9, 11:53 pm, max <[email protected]> wrote: > When I compile one library, it reports > undefined reference to `semop`
System V IPC operations are not supported by the bionic libc, because most of the System V IPC operations are badly designed. If you really need to use them, you can define the system calls yourself. See e.g. bionic/libc/SYSCALLS.TXT. --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
