public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug web/32927]  New: Online installation instructions only for mainline
@ 2007-07-28 12:53 ammonton at cc dot helsinki dot fi
  2007-07-28 17:12 ` [Bug web/32927] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ammonton at cc dot helsinki dot fi @ 2007-07-28 12:53 UTC (permalink / raw)
  To: gcc-bugs

The GCC installation instructions at <http://gcc.gnu.org/install/> only cover
the mainline version. If the instructions were kept per-version as the GCC
manual it would make configuring and installing release versions easier. See
the thread starting at <http://gcc.gnu.org/ml/gcc-help/2007-07/msg00279.html>.


-- 
           Summary: Online installation instructions only for mainline
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: web
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ammonton at cc dot helsinki dot fi


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32927


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

* [Bug web/32927] Online installation instructions only for mainline
  2007-07-28 12:53 [Bug web/32927] New: Online installation instructions only for mainline ammonton at cc dot helsinki dot fi
@ 2007-07-28 17:12 ` pinskia at gcc dot gnu dot org
  2007-07-29 17:54 ` ammonton at cc dot helsinki dot fi
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-07-28 17:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-07-28 17:11 -------
This one purpose, you should have looked into the install directory which has
an index.html already in the tar file you downloaded.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32927


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

* [Bug web/32927] Online installation instructions only for mainline
  2007-07-28 12:53 [Bug web/32927] New: Online installation instructions only for mainline ammonton at cc dot helsinki dot fi
  2007-07-28 17:12 ` [Bug web/32927] " pinskia at gcc dot gnu dot org
@ 2007-07-29 17:54 ` ammonton at cc dot helsinki dot fi
  2007-07-31 16:25 ` ammonton at cc dot helsinki dot fi
  2007-09-17 17:57 ` manu at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: ammonton at cc dot helsinki dot fi @ 2007-07-29 17:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from ammonton at cc dot helsinki dot fi  2007-07-29 17:53 -------
The INSTALL directory only has a README saying the instructions are generated
from gcc/doc/install.texi and the install.texi2html script in that directory
complains about a missing file gcc-vers.texi which I gather is generated when
building the compiler.

If you need instructions on how to install the installation instructions
something is wrong, IMO.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32927


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

* [Bug web/32927] Online installation instructions only for mainline
  2007-07-28 12:53 [Bug web/32927] New: Online installation instructions only for mainline ammonton at cc dot helsinki dot fi
  2007-07-28 17:12 ` [Bug web/32927] " pinskia at gcc dot gnu dot org
  2007-07-29 17:54 ` ammonton at cc dot helsinki dot fi
@ 2007-07-31 16:25 ` ammonton at cc dot helsinki dot fi
  2007-09-17 17:57 ` manu at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: ammonton at cc dot helsinki dot fi @ 2007-07-31 16:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from ammonton at cc dot helsinki dot fi  2007-07-31 16:25 -------
I checked the last few release tarballs, and neither the 4.2.0 or 4.2.1
packages come with pregenerated installation instructions. The older releases I
checked (back to 4.0.1) had the instructions in the INSTALL directory.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32927


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

* [Bug web/32927] Online installation instructions only for mainline
  2007-07-28 12:53 [Bug web/32927] New: Online installation instructions only for mainline ammonton at cc dot helsinki dot fi
                   ` (2 preceding siblings ...)
  2007-07-31 16:25 ` ammonton at cc dot helsinki dot fi
@ 2007-09-17 17:57 ` manu at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: manu at gcc dot gnu dot org @ 2007-09-17 17:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from manu at gcc dot gnu dot org  2007-09-17 17:56 -------
I think this is confirmed as a feature that would be nice to have. So the
install instructions should behave like the OpenMP manual here
http://gcc.gnu.org/onlinedocs/ and we will end up with:

http://gcc.gnu.org/install/ for the current development version and
http://gcc.gnu.org/install/gcc-4.2.0/ for GCC 4.2.0 as released.

I guess this will require to adjust a few shell scripts and perhaps adjust a
few webpages. Contributors are welcome.


-- 

manu at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |manu at gcc dot gnu dot org
           Severity|normal                      |enhancement
             Status|WAITING                     |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-09-17 17:56:57
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32927


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

end of thread, other threads:[~2007-09-17 17:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-28 12:53 [Bug web/32927] New: Online installation instructions only for mainline ammonton at cc dot helsinki dot fi
2007-07-28 17:12 ` [Bug web/32927] " pinskia at gcc dot gnu dot org
2007-07-29 17:54 ` ammonton at cc dot helsinki dot fi
2007-07-31 16:25 ` ammonton at cc dot helsinki dot fi
2007-09-17 17:57 ` manu at gcc dot gnu dot org

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).