Tuesday, April 15, 2008

-fPIC error when building vlc on gutsy

libx264.a(common.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC

i should recompile libx264 with --enable-PIC
$./configure --prefix=/usr --enable-pic

No comments: