tar zxf pkg-config-0.25.tar.gz cd pkg-config-0.25 sed -i -e 's/XT])dnl/XT])[]dnl/' -e 's/\.])dnl/\.])[]dnl/' pkg.m4 ./configure --prefix=/usr make make check ... yields:
FAIL: check-conflicts ./common: line 25: sed: command not found ./common: line 25: sed: command not found ./common: line 25: sed: command not found ../pkg-config --libs missing-requires-private : '' != '-L/missing-requires-private/lib -lmissing-requires-private' FAIL: check-missing ./common: line 25: sed: command not found ../pkg-config --cflags idirafter : '' != '-idirafter -I/after -I/foo -I/bar' FAIL: check-idirafter ./common: line 25: sed: command not found ../pkg-config --cflags whitespace : '' != '-Dlala=misc -I/usr/white\ space/include -Iinclude\ dir -Iother\ include\ dir' FAIL: check-whitespace ==================== 9 of 10 tests failed ==================== make[2]: *** [check-TESTS] Error 1 make[2]: Leaving directory `/sources/pkg-config-0.25/check' make[1]: *** [check-am] Error 2 make[1]: Leaving directory `/sources/pkg-config-0.25/check' make: *** [check-recursive] Error 1 -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page