[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gmake error: No rule to make target lib_file.a
From: |
Paul Pluzhnikov |
Subject: |
Re: gmake error: No rule to make target lib_file.a |
Date: |
Mon, 05 May 2008 09:20:06 -0700 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Jumbo Shrimp, linux) |
main13@gmail.com writes:
These lines are likely bogus:
> name_of_project_DEPENDENCIES = ./src/libsrc.a lib_file2.a lib_file3.a
> name_of_project_LDADD = ./src/libsrc.a -llib_file1.a lib_file2.a lib_file3.a
They probably should be:
name_of_project_DEPENDENCIES = ./src/libsrc.a ./lib_folder/lib_file1.a
./lib_folder/lib_file2.a ./lib_folder/lib_file3.a
name_of_project_LDADD = ./src/libsrc.a ./lib_folder/lib_file1.a
./lib_folder/lib_file2.a ./lib_folder/lib_file3.a
(BTW, please don't call directories "folders", unless you want to
come across as a complete newby).
Cheers,
--
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
- gmake error: No rule to make target lib_file.a, D3|\||\|!$, 2008/05/03
- Re: gmake error: No rule to make target lib_file.a, Paul Pluzhnikov, 2008/05/03
- Re: gmake error: No rule to make target lib_file.a, main13, 2008/05/05
- Re: gmake error: No rule to make target lib_file.a,
Paul Pluzhnikov <=
- Re: gmake error: No rule to make target lib_file.a, D3|\||\|!$, 2008/05/06
- Re: gmake error: No rule to make target lib_file.a, Dave Seaman, 2008/05/06
- Re: gmake error: No rule to make target lib_file.a, D3|\||\|!$, 2008/05/07
- Re: gmake error: No rule to make target lib_file.a, Dave Seaman, 2008/05/07
- Re: gmake error: No rule to make target lib_file.a, D3|\||\|!$, 2008/05/10
- Re: gmake error: No rule to make target lib_file.a, Paul Pluzhnikov, 2008/05/08
- Re: gmake error: No rule to make target lib_file.a, Dave Seaman, 2008/05/10
- Re: gmake error: No rule to make target lib_file.a, main13, 2008/05/10
- Re: gmake error: No rule to make target lib_file.a, Dave Seaman, 2008/05/10