Alan Hourihane wrote: > > Did you try to run the complete gnulib unit tests? > > $ ./gnulib-tool --test --with-tests > > I have run individual tests, but I can run the whole suite.
In your situation, it is easier (less time consuming) to do ./gnulib-tool --create-testdir --with-tests --dir=/tmp/testdir on a Linux machine, transfer the resulting directory, and then use on the MiNT system only the commands ./configure CPPFLAGS=-Wall 2>&1 | tee log-configure make 2>&1 | tee log-make make check 2>&1 | tee log-check (The command "./gnulib-tool --test --with-tests" does it all in one swoop. But the first part is very time and memory consuming.) Bruno