From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10109152328.AA03093@clio.rice.edu> Subject: Re: Build problems To: djgpp-workers AT delorie DOT com Date: Sat, 15 Sep 2001 18:28:20 -0500 (CDT) In-Reply-To: <10109152157.AA18656@clio.rice.edu> from "Charles Sandmann" at Sep 15, 2001 04:57:10 PM 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 Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > 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? This was caused by crt0.o being in upper case, make -d said that it was rejecting an impossible rule prerequisite '../../lib/crt0.o' When I renamed it to lower case things started working. I was surprised we were case sensitive here. > 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? I found if I rebuilt make linked to the patched 2.03 library I get this error, but if I link to the original 2.03 library I don't. So, something in the new W2K updates (both in 2.04 cvs and 2.03) seems to cause make to be unhappy in some cases. Sigh.