PATCH for Re: updated link to AIX gcc binary site

Gerald Pfeifer pfeifer@dbai.tuwien.ac.at
Fri Aug 31 07:52:00 GMT 2001


First a bit of background regarding this issue: The official site as far
as most developers and probably users are concerned is http://gcc.gnu.org ,
while the official page as far as the FSF is concerned is
http://www.gnu.org/software/gcc/ .

What I have to do now is have both sites work fine, and only refer from
www.gnu.org to gcc.gnu.org for pages that can only reside at the latter,
for whatever reason.

On Fri, 31 Aug 2001, Nathan Stratton Treadway wrote:
> I took a look this morning and it seems like your changes yesterday
> maybe didn't go quite far enough.

You're right.  Fun, fun, fun -- I'd just like on cent per minute this
dual setup has cost me already. :-(

> Hope that makes sense.  (Let me know if doesn't :) )

A lot of sense. Thanks for pointing this out.

I am committing the following patch which should fix (hopefully) all of
the broken links and inconsistencies you have observed; gcc.gnu.org will
be updated instantly, while www.gnu.org will be updated in some 20 hours.

Should you find any problems left after this update, please do not
hesitate to contact us again!

Thanks,
Gerald


Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.270
diff -u -3 -p -r1.270 index.html
--- index.html	2001/08/31 14:33:30	1.270
+++ index.html	2001/08/31 14:44:55
@@ -34,9 +34,9 @@
 </TD></TR>
 <TR BGCOLOR="#FFFFBB"><TD>
 <P>
-<A HREF=" http://gcc.gnu.org/faq.html" ;>FAQ</A><BR>
-<A HREF="install/index.html">Installation</A><BR>
-<A HREF="install/specific.html">Platforms</A><BR>
+<A HREF="faq.html">FAQ</A><BR>
+<A HREF=" http://gcc.gnu.org/install/" ;>Installation</A><BR>
+<A HREF=" http://gcc.gnu.org/install/specific.html" ;>Platforms</A><BR>
 <A HREF="onlinedocs/">Manual</A><BR>
 <A HREF="readings.html">Readings</A>
 </P>
@@ -53,7 +53,7 @@
 <A HREF="releases.html">Releases</A><BR>
 <A HREF="snapshots.html">Snapshots</A><BR>
 <A HREF="mirrors.html">Mirror sites</A><BR>
-<A HREF="install/binaries.html">Binaries</A>
+<A HREF=" http://gcc.gnu.org/install/binaries.html" ;>Binaries</A>
 </P>
 </TD></TR>
 </TABLE></TD></TR>
Index: releases.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/releases.html,v
retrieving revision 1.21
diff -u -3 -p -r1.21 releases.html
--- releases.html	2001/08/31 14:33:30	1.21
+++ releases.html	2001/08/31 14:44:56
@@ -21,7 +21,8 @@ machine.</em>  If you don't already have
 binaries.

 <p>To find pre-compiled binaries for various platforms, please
-refer to our <a href="install/binaries.html">binaries page</a>.</p>
+refer to our <a href=" http://gcc.gnu.org/install/binaries.html" ;>binaries
+page</a>.</p>

 <h2><a name="timeline">Timeline</a></h2>

Index: faq.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/faq.html,v
retrieving revision 1.167
diff -u -3 -p -r1.167 faq.html
--- faq.html	2001/07/30 11:25:05	1.167
+++ faq.html	2001/08/31 14:44:57
@@ -355,7 +355,8 @@ may have to take one of the following ac
 the GNU versions of those programs.</p>

 <p>To ensure that GCC finds the GNU assembler (the GNU loader), which
-are required by <a href="install/specific.html">some configurations</A>,
+are required by <a href=" http://gcc.gnu.org/install/specific.html" ;>some
+configurations</A>,
 you should configure these with the same --prefix option as you used
 for GCC.  Then build & install GNU as (GNU ld) and proceed with
 building GCC.</p>
Index: bugs.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/bugs.html,v
retrieving revision 1.34
diff -u -3 -p -r1.34 bugs.html
--- bugs.html	2001/08/09 08:54:07	1.34
+++ bugs.html	2001/08/31 14:44:58
@@ -244,7 +244,8 @@ contributors.</p>
 <ul>

 <li>GCC 2.95.2 does not build on GNU/Linux systems using glibc 2.2,
-such as Red Hat 7.0.  A <a href="install/glibc-2.2.patch">patch</a> is
+such as Red Hat 7.0.
+A <a href=" http://gcc.gnu.org/install/glibc-2.2.patch" ;>patch</a> is
 available.  This is fixed in GCC 2.95.3 and GCC 3.0.</li>

 <li>GCC 2.95.2 crashes when compiling <code>mbx.c</code> from the PINE
Index: onlinedocs/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/index.html,v
retrieving revision 1.24
diff -u -3 -p -r1.24 index.html
--- index.html	2001/08/29 09:23:54	1.24
+++ index.html	2001/08/31 14:44:58
@@ -110,7 +110,7 @@ development</EM>.  Some information may
 existing release.</p>

 <ul>
-  <li><a href="../install/index.html">GCC Installation Instructions</a></li>
+  <li><a href=" http://gcc.gnu.org/install/" ;>GCC Installation Instructions</a></li>
   <li><a href=" http://gcc.gnu.org/onlinedocs/gcc.html" ;>GCC Manual</a> (<a
          href=" http://gcc.gnu.org/onlinedocs/gcc.ps" ;>also in
          PostScript</a>)</li>
Index: projects/beginner.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/beginner.html,v
retrieving revision 1.7
diff -u -3 -p -r1.7 beginner.html
--- beginner.html	2001/07/11 11:47:19	1.7
+++ beginner.html	2001/08/31 14:45:02
@@ -22,11 +22,9 @@ you have <em>no</em> programming skills,
 with documentation or the bug database.  See below.</p>

 <p>We assume that you already know how to <a href="../cvs.html">get the
-latest sources</a>, <a href="../install/configure.html">configure</a> and
-<a href="../install/build.html">build</a> the compiler, and <a
-href="../install/test.html">run the test suite</a>.  You should also
-familiarize yourself with the <a href="../contribute.html">requirements
-for contributions</a> to GCC.</p>
+latest sources</a>, configure and build the compiler, and run the test
+suite.  You should also familiarize yourself with the
+<a href="../contribute.html">requirements for contributions</a> to GCC.</p>

 <p>Many of these projects will require at least a reading knowledge of
 GCC's intermediate language, <a href=" http://gcc.gnu.org/onlinedocs/gcc_19.html" ;>RTL</a>.



More information about the Gcc-patches mailing list