help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Locating an error in makefile


From: Zhu, Shenli
Subject: Re: Locating an error in makefile
Date: Mon, 19 Apr 2010 21:48:24 +0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3

On 04/19/2010 09:11 PM, Mahmood Naderan wrote:
Hi,
I am trying to <make> a project, but the problem is, in the middle of the process I get an error:
make[13]: *** No rule to make target `librecognize.a'.  Stop.
make[12]: *** [recognize] Error 2
make[11]: *** [facet_1] Error 2
make[10]: *** [facet_1] Error 2
make[9]: *** [core] Error 2
make[8]: *** [logic2] Error 2
make[7]: *** [CM] Error 2
make[6]: *** [CM] Error 2
make[5]: *** [CM] Error 2
make[4]: *** [all] Error 2
make[3]: *** [all] Error 2
make[2]: *** [all] Error 2
make[1]: *** [all] Error 2
make: *** [all] Error 2


1- what does "make [N]" mean? are they showing the stack trace?
2- That library file is actually existed. My question is how can I trace to see what is the problem exactly. For example since the file exists, the problem maybe with paths.
 
// Naderan *Mahmood;


_______________________________________________ Help-make mailing list address@hidden http://lists.gnu.org/mailman/listinfo/help-make
Hi, Gnu make debug information is verbose and hard to trace. I use remake to debug Makefile.
http://bashdb.sourceforge.net/remake/
 


reply via email to

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