Hi, At Mon, 31 Dec 2001 10:03:23 +0900, Martin Stannard <martin / optushome.com.au> wrote: > byacc ./../parse.y > 'byacc' is not recognized as an internal or external command, > operable program or batch file. > NMAKE : fatal error U1077: 'byacc' : return code '0x1' > Stop. > > This seems strange because I can build 1.6.5 on the same machine with > no problems and I couldn't see any great differences in the makefiles > for the 2 versions. Since stable snapshot is an archive of CVS snapshot, it doesn't contain parse.c which is generated from parse.y by bison or byacc (Compiler Compiler). I found the page <http://gnuwin32.sourceforge.net/packages/byacc.htm>. -- Nobu Nakada