On Wed, 9 Mar 2005, Dimitri Papadopoulos-Orfanos wrote: > On this page: > http://gcc.gnu.org/install/specific.html > there's a link to: > #*-*-solaris2* > but it doesn't work. Instead from what I can undersatnd it should be: > #g_t*-*-solaris2*
Hmm, that's interesting, so I'm Cc:ing the texinfo folks on this one: In the GCC sources (gcc/doc/install.texi), we have the following line @heading @anchor{sparc-sun-solaris2*}sparc-sun-solaris2* which expands to <h3 class="heading"><a name="TOC47"></a><a name="g_t*-*-solaris2*"> </a>*-*-solaris2*</h3> Now I now (and understand) that you changed the mangling of filenames, but where does the "g_t" come from, and why? http://www.gnu.org/software/texinfo/manual/texinfo/texinfo.html#anchor did not provide any explanation. Bug or feature? Gerald