I cloned git repo and tried to build vlc with these steps
Code: Select all
bootstrap
./configure --enable-static --disable-lua --disable-xcb --disable-qt --disable-a52
make
Code: Select all
/usr/bin/ld: /usr/local/lib/libsrt.a(srt_c_api.cpp.o): relocation R_X86_64_PC32 against symbol `_ZTVSt9basic_iosIcSt11char_traitsIcEE@@GLIBCXX_3.4' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status
Makefile:13024: recipe for target 'libaccess_srt_plugin.la' failed
make[4]: *** [libaccess_srt_plugin.la] Error 1
Let me know what more details I need to provide.
Thanks