Paul wrote: > I wrote: > > Arend wrote: > > > when trying to install a recent CVS version, I get the following error > > > during 'make install': > > > make[4]: Entering directory `/home/arend/Go/quarry/help/C' > > > /bin/sh ../../aux/mkinstalldirs /usr/local/share/omf/quarry > > > for file in quarry-C.omf; do \ > > > /usr/bin/install -c -m 644 $file.out > > > /usr/local/share/omf/quarry/$file; \ done > > > /usr/bin/install: cannot stat `quarry-C.omf.out': No such file or > > > directory > > > > Seems to be a problem with the `aux/omf.make' file which I picked up > > somewhere. I'll commit a fix soon. > > Actually I will not. Doesn't look solvable by easy means and I don't > want to heavily change this file. A simple `make clean; make' should > work (even in `help/C' directory.)
Unfortunately not. I just did 'make distclean; ./configure; make' in an up to date CVS directory and make install gives the same error. Arend
