"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'. 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.
_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to