Re: bash on Tru64

2021-06-30 Thread Chet Ramey
On 6/30/21 4:05 PM, Jay K wrote:  > Is this gcc? No, sorry if that wasn't clear. This is "native" cc. OK, that gives me a pretty good idea about the root cause. Thanks. -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocrates C

Re: bash on Tru64

2021-06-30 Thread Jay K
Wednesday, June 30, 2021 7:42 PM To: Jay K ; bug-bash@gnu.org Cc: chet.ra...@case.edu ; Larkin Nickle Subject: Re: bash on Tru64 On 6/30/21 3:34 PM, Jay K wrote: >> Did the same thing happen when linking builtins/mkbuiltins? Is this gcc? -- ``The lyf so short, the craft

Re: bash on Tru64

2021-06-30 Thread Chet Ramey
On 6/30/21 3:34 PM, Jay K wrote: Did the same thing happen when linking builtins/mkbuiltins? Is this gcc? -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocrates Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/

Re: bash on Tru64

2021-06-30 Thread Jay K
an2html] Error 1 Thank you,  - Jay From: Chet Ramey Sent: Wednesday, June 30, 2021 5:33 PM To: Jay K ; bug-bash@gnu.org Cc: chet.ra...@case.edu ; Larkin Nickle Subject: Re: bash on Tru64   On 6/29/21 4:38 PM, Jay K wrote: > rm -f man2html.o > cc -c  -DHAVE_CONFIG_H -DSHELL  -I/usr

Re: bash on Tru64

2021-06-30 Thread Chet Ramey
On 6/29/21 4:38 PM, Jay K wrote: rm -f man2html.o cc -c  -DHAVE_CONFIG_H -DSHELL  -I/usr/users/jay/s/bash-5.1.8 -I..   -g -Wno-parentheses -Wno-format-security man2html.c cc  -DHAVE_CONFIG_H -DSHELL  -I/usr/users/jay/s/bash-5.1.8 -I..   -g -Wno-parentheses -Wno-format-security man2html.o -o ma

Re: bash on Tru64

2021-06-30 Thread Chet Ramey
On 6/29/21 4:38 PM, Jay K wrote: rm -f man2html.o cc -c  -DHAVE_CONFIG_H -DSHELL  -I/usr/users/jay/s/bash-5.1.8 -I..   -g -Wno-parentheses -Wno-format-security man2html.c cc  -DHAVE_CONFIG_H -DSHELL  -I/usr/users/jay/s/bash-5.1.8 -I..   -g -Wno-parentheses -Wno-format-security man2html.o -o ma

Re: bash on Tru64

2021-06-29 Thread Lawrence Velázquez
On Tue, Jun 29, 2021, at 4:38 PM, Jay K wrote: > diff -u input_avail.c.orig input_avail.c > --- input_avail.c.orig  2019-12-26 13:59:17.0 -0800 > +++ input_avail.c       2021-06-29 12:48:19.407119600 -0700 > @@ -110,7 +110,7 @@ >  #if defined(HAVE_SELECT) >    fd_set readfds, exceptfds; >