> Mac OS X 10.9.4 + Android ndk r6 (on a Snapdragon 800) + Valgrind 3.10.

Thank you for reporting those version identifiers!

>
> When I try to ./configure, I get: checking for the kernel version... 
> unsupported (13.3.0) configure: error: Valgrind works on kernels 2.4, 2.6

./configure is a shell script, so run it as:
        sh -x ./configure
to get a trace of the commands that are being executed.
Inspecting the trace might give a clue about what is happening.

Is "13.3.0" related to any version string in the ndk or the Snapdragon itself?
(Check the Settings for the hardware device.)

------------------------------------------------------------------------------
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to