help-make
[Top][All Lists]
Advanced

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

RE: Need help with GNU make: "No rule to make target"


From: Burri, Jeremy
Subject: RE: Need help with GNU make: "No rule to make target"
Date: Tue, 8 Oct 2013 16:02:50 +0000

Sorry for the typo Jed.  It should read like this:

        all: tst_rvfft2d

        tst_%: tst_%.c $(INC) $(LIBVLIB)
                          $(CC) $(CFLAGS) $< $(LDOPTS) -o $@

 When I run "make all" I get the following under RHEL5 with make v3.81:

        Make: *** No rule to make target 'tst_rvfft2d', needed by 'all'. Stop.

-Jeremy

-----Original Message-----
From: Jed Brown [mailto:address@hidden On Behalf Of Jed Brown
Sent: Tuesday, October 08, 2013 6:10 AM
To: Burri, Jeremy; address@hidden
Subject: Re: Need help with GNU make: "No rule to make target"

"Burri, Jeremy" <address@hidden> writes:
>Here is the relevant excerpt from the make file:
>
> all: test_rvfft2d
>
> test_%: test_%.c $(INC) $(LIBVLIB)
>                                        $(CC) $(CFLAGS) $< $(LDOPTS) -o 
> $@
>
> When I run "make all" I get the following under RHEL5 with make v3.81:
>
> Make: *** No rule to make target 'tst_rvfft2d', needed by 'all'. Stop.

Is this a verbatim copy of the error message or did you drop the "e" in "test_"?



reply via email to

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