Mail Archives: djgpp/2000/03/22/07:30:17
On Tue, 21 Mar 2000, Ultan Henry wrote:
> C:/DJGPP/BIN/sh.exe ./../ylwrap "bison -y" ./itbl-parse.y y.tab.c
> itbl-parse.c y.tab.h itbl-parse.h -- -d
> c:/djgpp/bin/bison.exe: itbl-parse.y: No such file or directory (ENOENT)
What happens if you invoke this exact command line manually, from the
same directory `c:/temp/gnu/binutl-2.951/gas'?
Also, what version of Bison do you use?
> Any ideas what is wrong?
Note that Bison is invoked here via a wrapper script ylwrap. One idea
is to look inside that script and see how does it invoke Bison. For
example, perhaps it chdirs to some directory before running Bison, and
fails to convert itbl-parse.y to an absolute file name (especially if
the other directory is on another drive).
- Raw text -