------- 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. > checking for gawk... no > checking for mawk... no > checking for nawk... nawk i see in my log only checking for awk. gcc/configure.in contains only AC_PROG_AWK. config.log:configure:7110: checking for awk config.log:configure:7126: found /usr/bin/awk config.log:configure:7136: result: awk > Could you please post the contents of your $PATH variable? /usr/bin: /usr/local/bin: /opt/sfw/bin: /opt/gcc41/bin: /usr/ccs/bin: /usr/ucb: /usr/dt/bin: /usr/openwin/bin: /usr/local/X11R6/bin: $ which awk /usr/bin/awk $ which gawk /opt/sfw/bin/gawk $ which mawk no mawk in (...) $ which nawk /usr/bin/nawk -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28511