On 2026-04-12 17:41, Dennis Clarke wrote:
alpha$ ./configure --prefix=/opt/bw --disable-silent-rules \
> --enable-dependency-tracking --enable-threads=posix \
> --enable-gcc-warnings=no \
> --with-libsigsegv --with-libsigsegv-prefix=/opt/bw \
> --with-libiconv-prefix=/opt/bw --with-gnu-ld \
> --with-packager='GENUNIX Mon Apr 13 00:30:15 UTC 2026' 2>&1 | tee
`pwd`.config.log
configure: error: no working 'grep' found
A working 'grep' command is needed to build GNU Grep.
This 'grep' should support -e and long lines.
On Solaris 10, install the package SUNWggrp or SUNWxcu4.
On Solaris 11, install the package text/gnu-grep or system/xopen/xcu4.
alpha$ ls -la config.log
-rw-r--r-- 1 dclarke devl 62358 Apr 13 00:30 config.log
alpha$
This is bizarre. Are we into some strange autotools hell rat-hole here ?
If that's all the output you saw, there is indeed something funny going
on on your platform.
There is a typo in your script. The output of tee was put into
`pwd`.config.log, which is probably not what you want. However, that
typo would not explain the output you show.
Try running it without piping the result into "tee". If that doesn't
seem to work, try running it with "sh -x ./configure", without any other
options.