This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Info: gcc-3.1 configure with older makeinfo (i686-pc-linux-gnu)
- From: Kenneth Hopping <mrhiker at speakeasy dot org>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 20 May 2002 13:49:12 -0700
- Subject: Info: gcc-3.1 configure with older makeinfo (i686-pc-linux-gnu)
When configuring gcc 3.1, I encountered the following message:
*** Makeinfo is missing or too old.
*** Info documentation will not be built.
Updating to texinfo-4.2 did not immediately clear the problem because
the config.cache file in the gcc build directory retains old state
information.
You have to remove config.cache or run "make local-distclean" before the
update will be seen.
My thanks to Craig Rodrigues and Guillermo Ballester Valor who helped me
resolve this problem.
K. Hopping