On Tue, Sep 08, 2015 at 12:29:06AM +0800, Aron Xu wrote: > mpc fails to build with current Sid, with following message: > > /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libcheck.a(check_log.o): > In function `subunit_lfun': > (.text+0x584): undefined reference to `subunit_test_start'
thanks for the report! Turns out version 0.10.0-1 of check requires an additional -lsubunit, which check.m4 doesn't currently produce. They seem to suggest that switching to PKG_CHECK_MODULES is the way to go, but my primitive autotools knowledge didn't lead to a working solution. I'm going to monkey-patch check.m4 for now, hoping that upstream will know what to do. Florian