Hi! Okay, this is actually caused by passing "-DBUILD_EXAMPLES=1" to cmake.
I have not been able to find out what the problem is - it's an upstream bug - but in Debian it can easily be fixed by removing the following paragraph from debian/rules which turns out not to be necessary: ifneq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),) CONFIGURE_FLAGS += -DBUILD_TESTS=0 -DBUILD_EXAMPLES=1 endif With the paragraph removed, "nocheck" still works as expected and building with "nocheck" no longer results in a broken soxr.pc. Thanks, Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913