On Mon, Feb 13, 2012 at 12:15:49PM +0100, David Kuehling wrote: > >>>>> "Dennis" == Dennis Ruffer <[email protected]> writes: > > > I've been having trouble compiling the TOT on cygwin for quite some > > time and haven't had time to even complain. > > > Presently, I get this error: > > > make[3]: *** No rule to make target `arch/lm32/asm.fs', needed by > > `gforth.fi'. > > That file lm32/asm.fs was added by me last week. To me it looks like > you have a new Makefile but an out-of-date 'arch' directory?
By default "cvs update" does not check out new directories (at least not from remote repositories). IIRC you have to "cvs update -d", and then it works. - anton
