Michael Felt wrote:
...
> Making check in tests
>       make  check-TESTS
> help-version: failed test: --version-$VERSION mismatch
> FAIL: misc/help-version

Thanks.  While my suggested change was bogus,
at least the above does hint at the problem.
It's saying that when it runs say cat --version,
the version it prints does not match the expected "8.14".
That is likely to happen if your "make" program fails
to set PATH as the testing framework requires.

You may want to install GNU make.
It won't help us diagnose the underlying problem, but it may well
solve all of your "make check" failures.



Reply via email to