Le 15/03/2017 à 12:12, Kornel Benko a écrit :
Probably some automake failure. Using old ./src/support/tests/dummy_functions.o
in the build dir.
Removing that file, it will be rebuild with
make check-recursive
and './src/check_layout' is linked.
Don't understand, why in this case dummy_functions.o does not depend on
dummy_functions.cpp
I cannot reproduce, either with new style automake nor with old-style.
Christian, does the check start from a fresh tree? If you do 'make
clean' and the rules have changed, it might be that some .o files remain
at the wrong place.
JMarc