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]

Re: makeinfo version


On Wed, 31 Jan 2001, Roman Zippel wrote:

> I have a problem rebuilding cpp.info with an older makeinfo (from texinfo
> 3.12) because of "@option". Maybe the required makeinfo version should be
> increased, so that 'make (info|install)' doesn't fail?

What make command fails, with what message?

What is BUILD_INFO set to in your gcc/Makefile?

What does your gcc/config.log show under "checking for modern makeinfo"?

The required version in configure.in is 4.*.  make install will install
info present in the source tree - but should not rebuild it if makeinfo is
too old.  If you explicitly do "make info", then you do need recent enough
makeinfo.  (Note that releases will include pregenerated info files.)

-- 
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]