GMP 4.3.1 Error in configure file
Paul Dietrich
paulmd at efn.org
Thu Dec 17 07:15:42 CET 2009
A nice easy one. For a change. :)
lines 29030-29044
The problem is that there is no directory "/usr/5bin" on most systems.
Probably should be "/usr/sbin".
ac_dummy="$PATH:/usr/5bin"
for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
echo "trying $ac_dir/m4" >&5
gmp_tmp_val=`($ac_dir/m4 conftest.m4) 2>&5`
echo "$gmp_tmp_val" >&5
if test "$gmp_tmp_val" = good; then
gmp_cv_prog_m4="$ac_dir/m4"
break
fi
done
IFS="$ac_save_ifs"
if test -z "$gmp_cv_prog_m4"; then
{ { echo "$as_me:$LINENO: error: No usable m4 in \$PATH or
/usr/5bin (see config.log for reasons)." >&5
echo "$as_me: error: No usable m4 in \$PATH or /usr/5bin (see config.log
for reasons)." >&2;}
More information about the gmp-bugs
mailing list