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: Jed Brown
Subject: Re: Need help with GNU make: "No rule to make target"
Date: Tue, 08 Oct 2013 08:10:22 -0500
User-agent: Notmuch/0.16+81~g3b9393a (http://notmuchmail.org) Emacs/24.3.1 (x86_64-unknown-linux-gnu)

"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_"?

Attachment: pgpCrkX1omRDf.pgp
Description: PGP signature


reply via email to

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