Pavel Vazharov <pvazharov at ...> writes: > check_cmd $ld $LDFLAGS $flags $(ld_o $TMPE) $TMPO $libs $extralibs > > should become > > check_cmd $ld $LDFLAGS $flags -o $TMPE $TMPO $libs $extralibs. You are correct, the same problem (but another commit). Carl Eugen