|
From: Ralf W. <Ral...@gm...> - 2007-10-13 09:32:04
|
Hello Steven, * Steven Woody wrote on Sat, Oct 13, 2007 at 05:52:40AM CEST: > > the problem will be definitely be fixed if i open the Makefile and > change the line 258 from > check-TESTS: $(TESTS) > to > check-TESTS: $(TESTS)$(EXEEXT) > so i think, mingw's `make' don't know AllTests is actually > AllTests.exe and try to generate AllTests from AllTest.cpp. Try using a newer Automake. Version 1.10 gets the EXEEXT stuff right here. (If you have XFAIL_TESTS, you may need to wait for 1.10.1). Cheers, Ralf |