help-gplusplus
[Top][All Lists]
Advanced

[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: Sat, 03 May 2008 09:15:36 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Jumbo Shrimp, linux)

"D3|\\||\\|!$" <e.kabarie@gmail.com> 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'. Stop.

This error does not come from the compiler at all.
It comes from 'make'.

> Seems something is wrong with the make options but I haven't changed
> any of the defaults..

Make utility is driven by a Makefile, which your IDE wrote for you.
Unfortunately, that Makefile is incorrect, and you'll likely have
to fix it by hand (or find how to make KDevelop do the right thing).

> Please Help!!!

Tell us what your Makefile looks like, or ask for help in one of
the many KDevelop forums.

Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.


reply via email to

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