From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10109152157.AA18656@clio.rice.edu> Subject: Build problems To: djgpp-workers AT delorie DOT com (DJGPP developers) Date: Sat, 15 Sep 2001 16:57:10 -0500 (CDT) X-Mailer: ELM [version 2.5 PL2] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Took a completely clean cvs tree (so nothing much in the bin directory). When doing the make -C utils, I get the error message: *** No rule to make target '../../bin/bin2h.exe', needed by '_alle' It looks like to me this rule is in makefile.inc (?) but it doesn't see it. Can anyone else see this if bin2h is moved? Another problem - if I use the "make" excutable from the w2k site that Andrew built - I get "Bad command or file name" errors, and other similar problems. If I use the make.exe from Andris' site I got a few weeks ago, it works. The distribution version works (but leaks selectors). I then tried a copy I built from source and I see the same errors as Andrew's W2K version. Build configuration problem on W2k?