This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: specific.html: Links within don't work
- To: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Subject: Re: specific.html: Links within don't work
- From: Tom Tromey <tromey at redhat dot com>
- Date: 04 Jul 2001 14:08:26 -0600
- Cc: <RDBrown at mira dot net>, <RBrown64 at csc dot com dot au>, <gcc-bugs at gcc dot gnu dot org>, <overseers at gcc dot gnu dot org>
- References: <Pine.BSF.4.33.0107021559270.77915-100000@taygeta.dbai.tuwien.ac.at>
- Reply-To: tromey at redhat dot com
>>>>> "Gerald" == Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> writes:
Gerald> This happened because makeinfo on gcc.gnu.org was way too
Gerald> old. As I had planned originally, I now fixed the problem by
Gerald> making /usr/bin/makeinfo a symlink to
Gerald> /usr/local/bin/makeinfo-4.0 and everything seems to be fine
Gerald> again.
I think we should try to keep using RPM as much as possible.
So instead of this symlink, how about modifying whatever script
generates the html to set PATH so it finds the new makeinfo first?
Or we could upgrade the texinfo RPM if a new one is available.
Tom