On 7/17/20 11:58 AM, Humanities Clinic wrote: > Dear Mr/Ms Chet Ramey > > Thank you for your response. > > Just to confirm if I got your reply right, are you saying that y.tab.c is > part of bison, and not the bash source code?
No. y.tab.c is the output of bison run on a parser description file. As Greg explained, I distribute that file with bash to reduce the number of external dependencies, and you should be able to run bison against parse.y to recreate it. But that's not the problem. The error message is from bison, and the file it cannot find is part of the bison distribution: > > bison: /usr/local/Cellar/bison/3.3.2/share/bison/m4sugar/m4sugar.m4: > cannot > > open: No such file or directory So Greg's advice is appropriate: find out why bison is looking for that file, since that appears to be the reason bison is returning a non-zero exit status. -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocrates Chet Ramey, UTech, CWRU c...@case.edu http://tiswww.cwru.edu/~chet/