On 6/29/21 5:05 PM, L A Walsh wrote:
So...hmmm...how is it that jobs picks up the right answer in what
would seem to be a subshell? Special cased?
Yes.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech,
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
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
> Did the same thing happen when linking builtins/mkbuiltins?
Yes.
> make
rm -f mksyntax
cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"alphaev67"' -DCONF_OSTYPE='"osf5.1b"'
-DCONF_MACHTYPE='"alphaev67-dec-osf5.1b"' -DCONF_VENDOR='"dec"'
-DLOCALEDIR='"/usr/users/jay/share/locale"' -DPACKAGE='"bash"' -
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/
> Is this gcc?
No, sorry if that wasn't clear. This is "native" cc.
> which cc
/usr/bin/cc
> cc -V
Compaq C V6.5-303 (dtk) on HP Tru64 UNIX V5.1B (Rev. 2650)
Compiler Driver V6.5-302 (dtk) cc Driver
- Jay
From: Chet Ramey
Sent: Wednesday, June 30, 2021
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
Upgrading to bash5.1 solved the problem.
On 29.06.2021 14:26, Basin Ilya wrote:
> I'll try to build bash 5 for Cygwin and reply here
>
> On 29.06.2021 11:00, Andreas Schwab wrote:
>> On Jun 29 2021, Basin Ilya wrote:
>>
>>> However, shell-backward-kill-word erases the word immedeately
>>> precedi