bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: More make woes


From: Eli Zaretskii
Subject: Re: More make woes
Date: Wed, 18 Apr 2001 13:17:54 +0300

On Tue, 17 Apr 2001, John Ulvr wrote:

> vpath %.c C:/usr/Xxx/Xxy/Xxz/SOURCE/APPS
> 
> %.o: %.c
>  $(CC) $(CFLAGS) $(CPPFLAGS) $< -via mqx.cmd
> 
> 
> If I run this I get the error "make[1]: *** No rule to make target
> `binfile.o', needed by `rtcs.lib'.  Stop.", where binfile.c exists in
> C:/usr/Xxx/Xxy/Xxz/SOURCE/APPS.

Sounds like a bug or a misfeature in the Cygwin port: the above works
for me in the DJGPP port of Make 3.79.1.

You might try "/cygdrive/c/usr" instead of "C:/usr/", perhaps this
would work.

> I have Gnu  Cygwin 3.79.1,  and am running with MAKE_MODE=unix

Why do you need MAKE_MODE=unix?  Did you try without it?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]