Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I cannot build with NDK r5 on Ubuntu 9.10 (or 9.04). Gives me the following error (GLIBC 2.11 not found).

$ /home/android-ndk-r5/ndk-build  V=1

/home/android-ndk-r5/toolchains/arm-linux-androideabi-4.4.3/prebuilt/
linux-x86/bin/arm-linux-androideabi-gcc: /lib/tls/i686/cmov/libc.so.6:
version `GLIBC_2.11' not found (required by /home/android-ndk-r5/
toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-
linux-androideabi-gcc)

What do I need to install - can someone point me to the relevant apt- get install command ?

share|improve this question

1 Answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.