Mail Archives: djgpp-workers/2001/09/15/19:34:24
> 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.
- Raw text -