alpha$ pwd
/opt/bw/build/grep-3.4_sunos5.10_sparcv9.002
alpha$
alpha$ ./configure --prefix=/opt/bw --disable-silent-rules \
> --enable-dependency-tracking --enable-threads=posix \
> --without-gnu-ld --with-libsigsegv-prefix=/opt/bw \
> --with-libiconv-prefix=/opt/bw \
> --with-libintl-prefix=/opt
Builds work for me on Solaris 10 sparc, but then I don't have a
locally-installed /usr/local/bin/grep to get in the way and cause trouble. I
suggest removing /usr/local/bin from your PATH, or setting the GREP environment
variable to be the 'grep' you prefer.
I used PATH='/usr/bin:/usr/ccs/bin:
On 7/18/20 8:06 PM, Paul Eggert wrote:
> Builds work for me on Solaris 10 sparc, but then I don't have a
> locally-installed /usr/local/bin/grep to get in the way and cause
> trouble. I suggest removing /usr/local/bin from your PATH, or setting
> the GREP environment variable to be the 'grep' you p
On Sat, Jul 18, 2020 at 4:08 PM Paul Eggert wrote:
>
> Builds work for me on Solaris 10 sparc, but then I don't have a
> locally-installed /usr/local/bin/grep to get in the way and cause trouble. I
> suggest removing /usr/local/bin from your PATH, or setting the GREP
> environment
> variable to b