My native source makes use of complex operations (defining ). These operations are implemented in the standard C99 math library but not in the bionic math library used by Android-NDK. For this reason I would like to make use of the Standard Math library in stead of the bionic math library to compile my source.
What are my possibilities?