Hi!
Am 14.03.24 um 20:31 schrieb Leonid Dragilev:
First of all, this doesn't appear to be a problem in the audiowmark code
itself, as many other users can build from source just fine.
From the error message you provided, it seems that you build against a
static library of libsndfile (it has a .a suffix, not .so), but for some
reason your dependency libraries are incomplete.
Maybe you can fix it using
export PKG_CONFIG="pkg-config --static"
(and if you haven't done this, also set PKG_CONFIG_PATH accordingly),
because the libsndfile dependent flags are taken from pkg-config during
configure / autogen.sh.
Cu... Stefan