Re: proper bash configure behavior when /dev/stdin is present, /dev/{,self/}fd are not?

2018-04-10 Thread Brian Carnes
QNX). Here's a revised submission with the patches applied to configure.ac and aclocal.m4 as well. On Tue, Apr 10, 2018 at 7:49 AM, Chet Ramey wrote: > On 4/9/18 7:20 PM, Brian Carnes wrote: > > Chet, > > > > Please find attached patches for bash 4.3.x and 4.4 for

Re: proper bash configure behavior when /dev/stdin is present, /dev/{,self/}fd are not?

2018-04-09 Thread Brian Carnes
Chet, Please find attached patches for bash 4.3.x and 4.4 for full functionality under QNX 6.x and 7.0 Out of the box, bash will not build for QNX7 (native or cross), and builds under QNX6 with some incorrect blind cross compile guesses that are important to get right. QNX is no longer offic

proper bash configure behavior when /dev/stdin is present, /dev/{,self/}fd are not?

2018-03-28 Thread Brian Carnes
When configuring bash on a self-hosted QNX 6.6 or QNX7 system: This is an OS that has /dev/stdin and friends, but does not have /dev/fd. When blind cross-compiling bash for QNX, one would get a guess answer of: bash_cv_dev_fd=standard bash_cv_dev_stdin=present When doing the safer self-hoste

proper bash configure behavior when /dev/stdin is present, /dev/{,self/}fd are not?

2018-03-28 Thread Brian Carnes
When configuring bash on a self-hosted QNX 6.6 or QNX7 system: This is an OS that has /dev/stdin and friends, but does not have /dev/fd. When blind cross-compiling bash for QNX, one would get a guess answer of: bash_cv_dev_fd=standard bash_cv_dev_stdin=present When doing the safer self-hoste