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: 'info' make target fails


On Thu, 19 Dec 2002, Joern Rennecke wrote:

> When I do 'make info' at the toplevel, I get errors for the curly
> braces inside @math directives in invoke.texi.  If I replaces
> these curly braces with parentheses, the make command succeeds,
> but I still can't find any generated *.info files.

You have too old a makeinfo version installed; using "make info" directly
bypasses the configure checks that stop this causing a problem in "make
bootstrap".  You need at least makeinfo 4.1, and within the next week I'll
be posting a proposal to increase the requirement (at least on mainline)
to 4.2 so the @copying feature can be used (see the Texinfo 4.2 release
notes); the latest release is 4.3.

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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