public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Successful Build of GCC 3.0.1
@ 2001-09-18 19:05 Shannon Koh
  2001-09-19  9:50 ` Janis Johnson
  0 siblings, 1 reply; 5+ messages in thread
From: Shannon Koh @ 2001-09-18 19:05 UTC (permalink / raw)
  To: gcc

Hi,

I'm running WinLinux 2001 (currently identified as i386-redhat-linux-gnu),
which I've obtained from http://www.winlinux.net , and have successfully
built GCC 3.0.1 today.


Shannon

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

* Re: Successful Build of GCC 3.0.1
  2001-09-18 19:05 Successful Build of GCC 3.0.1 Shannon Koh
@ 2001-09-19  9:50 ` Janis Johnson
  2001-09-19 11:18   ` Joe Buck
  0 siblings, 1 reply; 5+ messages in thread
From: Janis Johnson @ 2001-09-19  9:50 UTC (permalink / raw)
  To: Shannon Koh; +Cc: gcc

On Wed, Sep 19, 2001 at 12:05:05PM +1000, Shannon Koh wrote:
> Hi,
> 
> I'm running WinLinux 2001 (currently identified as i386-redhat-linux-gnu),
> which I've obtained from http://www.winlinux.net , and have successfully
> built GCC 3.0.1 today.

Thanks!  I've added "i386-redhat-linux-gnu" to the GCC 3.0 build status
page at http://gcc.gnu.org/gcc-3.0/buildstat.html .

Janis

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

* Re: Successful Build of GCC 3.0.1
  2001-09-19  9:50 ` Janis Johnson
@ 2001-09-19 11:18   ` Joe Buck
  2001-09-19 11:50     ` Joe Buck
  2001-09-21 16:03     ` Janis Johnson
  0 siblings, 2 replies; 5+ messages in thread
From: Joe Buck @ 2001-09-19 11:18 UTC (permalink / raw)
  To: Janis Johnson; +Cc: Shannon Koh, gcc

> On Wed, Sep 19, 2001 at 12:05:05PM +1000, Shannon Koh wrote:
> > Hi,
> > 
> > I'm running WinLinux 2001 (currently identified as i386-redhat-linux-gnu),
> > which I've obtained from http://www.winlinux.net , and have successfully
> > built GCC 3.0.1 today.
> 
> Thanks!  I've added "i386-redhat-linux-gnu" to the GCC 3.0 build status
> page at http://gcc.gnu.org/gcc-3.0/buildstat.html .

You'll need to add more than that, Janet, since this system does not
correctly identify itself (it is not Red Hat, it is "WinLinux").


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

* Re: Successful Build of GCC 3.0.1
  2001-09-19 11:18   ` Joe Buck
@ 2001-09-19 11:50     ` Joe Buck
  2001-09-21 16:03     ` Janis Johnson
  1 sibling, 0 replies; 5+ messages in thread
From: Joe Buck @ 2001-09-19 11:50 UTC (permalink / raw)
  To: Janis Johnson; +Cc: gcc

I wrote 
> You'll need to add more than that, Janet,

Sigh.  s/Janet/Janis/.  I apologize.

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

* Re: Successful Build of GCC 3.0.1
  2001-09-19 11:18   ` Joe Buck
  2001-09-19 11:50     ` Joe Buck
@ 2001-09-21 16:03     ` Janis Johnson
  1 sibling, 0 replies; 5+ messages in thread
From: Janis Johnson @ 2001-09-21 16:03 UTC (permalink / raw)
  To: Joe Buck; +Cc: Janis Johnson, Shannon Koh, gcc

On Wed, Sep 19, 2001 at 11:14:18AM -0700, Joe Buck wrote:
> 
> > On Wed, Sep 19, 2001 at 12:05:05PM +1000, Shannon Koh wrote:
> > > Hi,
> > > 
> > > I'm running WinLinux 2001 (currently identified as i386-redhat-linux-gnu),
> > > which I've obtained from http://www.winlinux.net , and have successfully
> > > built GCC 3.0.1 today.
> > 
> > Thanks!  I've added "i386-redhat-linux-gnu" to the GCC 3.0 build status
> > page at http://gcc.gnu.org/gcc-3.0/buildstat.html .
> 
> You'll need to add more than that, [Janis], since this system does not
> correctly identify itself (it is not Red Hat, it is "WinLinux").
> 
In further mail with Joe he recommended that entries for Linux specify
the distribution name and version and also the version of glibc that
was used.  I've added the information that I could find in the mail
archives.  If the lists for some targets get too long I'll split them
into separate entries.

I'll submit a patch to install.texi to ask users reporting successful
builds on Linux to include the additional information.

Janis

Index: buildstat.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.0/buildstat.html,v
retrieving revision 1.29
diff -u -r1.29 buildstat.html
--- buildstat.html	2001/09/19 16:48:29	1.29
+++ buildstat.html	2001/09/21 22:39:52
@@ -37,7 +37,7 @@
 
 <tr>
 <td>alphaev56-unknown-linux-gnu</td>
-<td>Successful</td>
+<td>Successful (Red Hat 6.2)</td>
 </tr>
 
 <tr>
@@ -87,7 +87,7 @@
 
 <tr>
 <td>i386-redhat-linux-gnu</td>
-<td>Successful</td>
+<td>Successful (WinLinux 2001)</td>
 </tr>
 
 <tr>
@@ -112,7 +112,7 @@
 
 <tr>
 <td>i686-pc-linux-gnu</td>
-<td>Successful</td>
+<td>Successful (Red Hat 6.2; Red Hat 7.1)</td>
 </tr>
 
 <tr>
@@ -142,7 +142,7 @@
 
 <tr>
 <td>sparc-linux-gnu</td>
-<td>Successful</td>
+<td>Successful (Debian)</td>
 </tr>
 
 <tr>

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

end of thread, other threads:[~2001-09-21 16:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-18 19:05 Successful Build of GCC 3.0.1 Shannon Koh
2001-09-19  9:50 ` Janis Johnson
2001-09-19 11:18   ` Joe Buck
2001-09-19 11:50     ` Joe Buck
2001-09-21 16:03     ` Janis Johnson

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