--- Comment #12 from pluto at agmk dot net 2006-08-07 09:04 ---
(In reply to comment #11)
> i should note that autoconf-2.59 works fine.
>
> $ info autoconf
> (...)
> -- Macro: AC_PROG_AWK
> Check for `awk', `mawk', `gawk', and `nawk', in that order, and
> set output variable
--- Comment #11 from pluto at agmk dot net 2006-08-07 08:58 ---
i should note that autoconf-2.59 works fine.
$ info autoconf
(...)
-- Macro: AC_PROG_AWK
Check for `awk', `mawk', `gawk', and `nawk', in that order, and
set output variable `AWK' to the first one that is found.
--- Comment #10 from pluto at agmk dot net 2006-08-07 08:51 ---
(In reply to comment #9)
> > 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.
sorry, typo.
> And the configure
--- 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 w
--- Comment #8 from pluto at agmk dot net 2006-08-07 07:56 ---
(In reply to comment #7)
> Firstly, using /bin/sh to build the compiler is unsupported on Solaris.
> Please
> read http://gcc.gnu.org/install/specific.html#x-x-solaris2
with /bin/bash and /bin/ksh it fails in the same way.
--- Comment #7 from ebotcazou at gcc dot gnu dot org 2006-08-06 06:58
---
Firstly, using /bin/sh to build the compiler is unsupported on Solaris. Please
read http://gcc.gnu.org/install/specific.html#x-x-solaris2
Secondly, this works for everyone else so there's maybe something strange