[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_"?
pgpCrkX1omRDf.pgp
Description: PGP signature
- Need help with GNU make: "No rule to make target", Burri, Jeremy, 2013/10/08
- Re: Need help with GNU make: "No rule to make target",
Jed Brown <=
- RE: Need help with GNU make: "No rule to make target", Burri, Jeremy, 2013/10/08
- RE: Need help with GNU make: "No rule to make target", Jed Brown, 2013/10/08
- RE: Need help with GNU make: "No rule to make target", Burri, Jeremy, 2013/10/09
- RE: Need help with GNU make: "No rule to make target", Burri, Jeremy, 2013/10/10
- RE: Need help with GNU make: "No rule to make target", Burri, Jeremy, 2013/10/10
- RE: Need help with GNU make: "No rule to make target", Jay Lawrence, 2013/10/10
- Re: Need help with GNU make: "No rule to make target", Philip Guenther, 2013/10/10
- Re: Need help with GNU make: "No rule to make target", Paul Smith, 2013/10/10
- RE: Need help with GNU make: "No rule to make target", Jay Lawrence, 2013/10/10
- RE: Need help with GNU make: "No rule to make target", Burri, Jeremy, 2013/10/10