LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   Automake: make check error (https://www.linuxquestions.org/questions/linux-from-scratch-13/automake-make-check-error-350791/)

_InTeNsDoWn_ 08-07-2005 05:30 AM

Automake: make check error
 
When I do: make check in Automake, it give this fails:
FAIL: dejagnu6.test
FAIL: dejagnu7.test
(...)
=====================================
2 of 509 tests failed
(58 tests were not run)
Please report to bug-automake@gnu.org
=====================================
make[2]: Leaving directory `/sources/automake-1.9.6/tests'
make[1]: Leaving directory `/sources/automake-1.9.6/tests'
(...)

How I fix this?
:confused:

shotokan 08-08-2005 12:56 AM

Instead of automake do:
Code:

./configure
make
make install

(The make checks usually aren't important.)


All times are GMT -5. The time now is 02:28 AM.