[EMAIL PROTECTED], "WARNING:'makeinfo' is missing on your system" will break the complier.
file fix need : configure.ac, configure
line 2405-240610 of file configure.ac cause the error :
if ${MAKEINFO} --version \
| egrep 'textinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null
2>&1; then
:
else
MAKEINFO="$MISSING makeinfo"
fi
;;
_______________________________________________ bug-binutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-binutils
