------- Comment #9 from ebotcazou at gcc dot gnu dot org 2006-08-07 08:30
-------
> i see in my log only checking for awk.
> gcc/configure.in contains only AC_PROG_AWK.
Err... there is no gcc/configure.in in 4.1.2, only gcc/configure.ac. And the
configure fragment generated from AC_PROG_AWK will check nawk:
- Macro: AC_PROG_AWK
Check for `gawk', `mawk', `nawk', and `awk', in that order, and
set output variable `AWK' to the first one that is found. It
tries `gawk' first because that is reported to be the best
implementation.
Where did you get your sources from? Did you regenerate the configure script?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28511