public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Broken links, please help
@ 2003-02-11  9:20 Gerald Pfeifer
  2003-02-16 14:40 ` Kai Henningsen
  0 siblings, 1 reply; 3+ messages in thread
From: Gerald Pfeifer @ 2003-02-11  9:20 UTC (permalink / raw)
  To: gcc; +Cc: java, Robert Lipe

We've got several broken links on our web page.  I'll try to deal with
most of them by myself, but would appreciate help with the folowing ones.

Affected: gcc/doc/install.texi and our java pages.

   http://gcc.gnu.org/install/binaries.html

          + ftp://ftp.siemens.de/sni/mr/pd/gnu/gcc
            Can't chdir to mr

   http://gcc.gnu.org/install/specific.html

          + ftp://archive.cis.ohio-state.edu/pub/att7300/
            File 'att7300' not found
          + ftp://ftp.sco.com/SLS/
            File 'SLS' not found
          + ftp://ftp.sco.com/Supplements/rs505a/
            Can't chdir to Supplements
          + ftp://ftp.sco.com/TLS/
            File 'TLS' not found

  http://gcc.gnu.org/java/done.html

          + http://www.mmsi.com/modular/trucks/index.html
            Object Not Found

          + http://www.pima.net/standards/it10/PIMA15740/
            Can't connect to www.pima.net:80 (Bad hostname 'www.pima.net')

All patches to address these are pre-approved/obviously correct:

Gerald
-- 
Gerald "Jerry"   pfeifer@dbai.tuwien.ac.at   http://www.pfeifer.com/gerald/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Broken links, please help
  2003-02-11  9:20 Broken links, please help Gerald Pfeifer
@ 2003-02-16 14:40 ` Kai Henningsen
  2003-02-16 22:08   ` PATCH for " Gerald Pfeifer
  0 siblings, 1 reply; 3+ messages in thread
From: Kai Henningsen @ 2003-02-16 14:40 UTC (permalink / raw)
  To: gcc

pfeifer@dbai.tuwien.ac.at (Gerald Pfeifer)  wrote on 11.02.03 in <Pine.BSF.4.51.0302111015010.59260@acrux.dbai.tuwien.ac.at>:

> We've got several broken links on our web page.  I'll try to deal with
> most of them by myself, but would appreciate help with the folowing ones.
>
> Affected: gcc/doc/install.texi and our java pages.
>
>    http://gcc.gnu.org/install/binaries.html
>
>           + ftp://ftp.siemens.de/sni/mr/pd/gnu/gcc
>             Can't chdir to mr

ftp://ftp.fujitsu-siemens.com/pub/pd/gnu/gcc/

>    http://gcc.gnu.org/install/specific.html
>
>           + ftp://archive.cis.ohio-state.edu/pub/att7300/
>             File 'att7300' not found

The copy at ftp://ftp.uu.net/systems/att7300 seems to still exist

>           + ftp://ftp.sco.com/SLS/
>             File 'SLS' not found
>           + ftp://ftp.sco.com/Supplements/rs505a/
>             Can't chdir to Supplements
>           + ftp://ftp.sco.com/TLS/
>             File 'TLS' not found

I don't see those on specific.html.

>   http://gcc.gnu.org/java/done.html
>
>           + http://www.mmsi.com/modular/trucks/index.html
>             Object Not Found

This may be http://www.mmsi.com/autonomous.shtml

>           + http://www.pima.net/standards/it10/PIMA15740/
>             Can't connect to www.pima.net:80 (Bad hostname 'www.pima.net')

You might want to link to http://ptp.sourceforge.net/ instead.

MfG Kai

^ permalink raw reply	[flat|nested] 3+ messages in thread

* PATCH for Re: Broken links, please help
  2003-02-16 14:40 ` Kai Henningsen
@ 2003-02-16 22:08   ` Gerald Pfeifer
  0 siblings, 0 replies; 3+ messages in thread
From: Gerald Pfeifer @ 2003-02-16 22:08 UTC (permalink / raw)
  To: Kai Henningsen; +Cc: gcc, gcc-patches

On Sun, 16 Feb 2003, Kai Henningsen wrote:
> I don't see those on specific.html.

That's because I already fixed them. ;-)

Thanks for your feedback; I committed the following to mainline and
the 3.3 branch.

2003-02-16  Kai Henningsen  <kaih@khms.westfalen.de>
            Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>

	* doc/install.texi (Specific): Fix link for m68k-att-sysv.
	(Binaries): Ditto for Sinix/Reliant Unix.

Index: doc/install.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v
retrieving revision 1.172
diff -u -3 -p -r1.172 install.texi
--- doc/install.texi	13 Feb 2003 17:23:56 -0000	1.172
+++ doc/install.texi	16 Feb 2003 21:04:39 -0000
@@ -1544,7 +1544,7 @@ HP-UX:
 OpenServer/Unixware}.

 @item
-Sinix/Reliant Unix---@uref{ftp://ftp.siemens.de/sni/mr/pd/gnu/gcc,,Siemens}.
+Sinix/Reliant Unix---@uref{ftp://ftp.fujitsu-siemens.com/pub/pd/gnu/gcc/,,Siemens}.

 @item
 Solaris 2 (SPARC, Intel)---@uref{http://www.sunfreeware.com/,,Sunfreeware}.
@@ -2619,7 +2619,7 @@ AT&T 3b1, a.k.a.@: 7300 PC@.  This versi
 be compiled with the system C compiler, which is too buggy.
 You will need to get a previous version of GCC and use it to
 bootstrap.  Binaries are available from the OSU-CIS archive, at
-@uref{ftp://archive.cis.ohio-state.edu/pub/att7300/}.
+@uref{ftp://ftp.uu.net/systems/att7300/}.

 @html
 <hr />

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-02-16 21:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-11  9:20 Broken links, please help Gerald Pfeifer
2003-02-16 14:40 ` Kai Henningsen
2003-02-16 22:08   ` PATCH for " Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).