Code: Select all
...
CCLD libinflate_plugin.la
CCLD libprefetch_plugin.la
CCLD libhds_plugin.la
CCLD librecord_plugin.la
ld: library not found for -lzstd
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[4]: *** [libarchive_plugin.la] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
$
The source for *appears* to live here however:
~temp ▸ VLC ▸ vlc-3.0.14 ▸ extras ▸ tools ▸ cmake ▸ Utilities ▸ cmzstd ▸ lib
How can I fix? Thank you.