On May 3, 9:15 pm, Paul Pluzhnikov <[EMAIL PROTECTED]> wrote:
> "D3|\\||\\|!$" <[EMAIL PROTECTED]> writes:
> > The code is compiling properly but when I hit make, the compiler is
> > throwing up the following error:
> > gmake[3]: *** No rule to make target `lib_file.a,', needed by
> > `project_name
[EMAIL PROTECTED] 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_