bash on Tru64

2021-06-29 Thread Jay K
Bash on Tru64 make[1]: Entering directory '/usr/users/jay/s/bash-5.1.8/lib/sh' cc -c   -I. -I../.. -I../.. -I../../lib -I../../include -I. -I../../lib/intl -I/usr/users/jay/s/bash-5.1.8/lib/intl -DHAVE_CONFIG_H -DSHELL  -g -Wno-parentheses -Wno-format-security   input_avail.c cc: Error: input_av

Re: bash on Tru64

2021-06-30 Thread Jay K
rmat-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 man2html ld: Invalid flag usage: Wno-parentheses, -Wx,-option must appear after -_SYSTYPE_SVR4 ld: Usage: ld [options] file [...] make: *** [Makefile:80: m

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

fallback vsnprintf prototype incorrect, mbstr.h also needed (OSF/TRU64)

2010-06-05 Thread Jay K
% uname OSF1 % uname -r V5.1 % sh ./support/config.guess alphaev67-dec-osf5.1 % cc -V Compaq C V6.3-025 on Compaq Tru64 UNIX V5.1 (Rev. 732) Compiler Driver V6.3-026 (sys) cc Driver cc -c  -DHAVE_CONFIG_H -DSHELL   -I. -I..  -I.. -I../include -I../lib -I. -I../lib/intl -I/home/jayk/src/bash-4.1

RE: fallback vsnprintf prototype incorrect, mbstr.h also needed (OSF/TRU64)

2010-06-08 Thread Jay K
> Date: Mon, 7 Jun 2010 08:23:04 -0400 > From: wool...@eeg.ccf.org > To: jay.kr...@cornell.edu > CC: bug-bash@gnu.org > Subject: Re: fallback vsnprintf prototype incorrect, mbstr.h also needed > (OSF/TRU64) > > On Sat, Jun 05, 2010 at 12:10:34PM +, Ja