Page 1 of 1

Linker problem when compile vlc-android on ubuntu 11.04

Posted: 15 May 2011 22:31
by yinglcs
Hi,

i have been following the steps here http://wiki.videolan.org/AndroidCompile but at the end of the 'make' step,
I get the following linker error:

Code: Select all

SharedLibrary : libvlcjni.so /home/yinglcs/Programs/android-ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/../lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androideabi/bin/ld: cannot find -logg collect2: ld returned 1 exit status\
Does anyone know how to fix it?

Thank you.