-
libvpx ld link error잡동사니 2021. 7. 21. 11:39
/usr/bin/ld.gold: error: /usr/local/lib/libvpx.a(XXXXXXXXXXX.c.o): requires dynamic R_X86_64_PC32 reloc against 'XXXXXXXX' which may overflow at runtime; recompile with -fPIC
we can utilize '--enable-pic' option for supporting PIC(position independen code). :)
libvpx's configure support this option such as below.
./configure --enable-pic
make
sudo make install