Android NDK linking problems
问题 I compiled Sox et al with NDK. So, I have all Android-friendly shared libs. I made a simple test file which calls a sox function. NDK build tells me: undefined reference to `sox_open_read' sox_open_read is defined in sox.h. I know it's finding sox.h because it gives me a warning about that file: In file included from (...)/sox/sox.h:19 So maybe it wants to find sox_open_read in the actual libsox.so. Well, I've tried about a 100 different ways to tell it where the sox shared lib is e.g. LOCAL