From: Gavin Sinclair Date: 2002-10-03T14:31:08+09:00 Subject: Re: Compiling stuff under Windows: list of problems ----- Original Message ----- From: > > b. Borland: difficult to compile Ruby, as > > - you can't run 'configure' > > - there's no pregenerated Makefile > > Experimental support in 1.7. > > -- > Nobu Nakada OK, I've tried it with snapshot.tar.gz and Borland 5.5. There are millions of compiler warnings! And then it trips over because it can't find 'byacc'. The Borland README includes the following: Note: building ruby requires following commands. * make * bcc * tlib * ilink Perhaps it should read Note: building ruby requires following commands. * make * bcc32 * tlib * ilink32 * byacc Guess I'll use Cygwin's byacc. Gavin