This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: error while "make bootstrap-lean"


On 22-Nov-2002, Avinash K. Shrivastava <avi@cse.iitb.ac.in> wrote:
> 
> 	while integrating a language-front-end to Gcc,
> 	we are getting the following error while make bootstrap-lean
> 	,during stage1_build.
>  	
> 	make[2] *** no rule specified for target
> 	            <language-name>.generated-manpages, needed by
> 		    lang.generated-manpages.
> 
> Please tell us:
> 
> [1] why this error is...,??

What part of the error message is unclear?

> [2] what to do...??

Add a rule for the <language-name>.generated-manpages target
in your Make-lang.in.

Have a look at the ones in "java" and "treelang" for examples of
what such a target would do.

-- 
Fergus Henderson <fjh@cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]