public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: bootstrap/10420: [x86-solaris 2.9] Cannot compile GCC 3.3 snapshot
@ 2003-04-16 18:07 ebotcazou
  0 siblings, 0 replies; 8+ messages in thread
From: ebotcazou @ 2003-04-16 18:07 UTC (permalink / raw)
  To: chiiwenl, gcc-bugs, gcc-prs, nobody

Synopsis: [x86-solaris 2.9] Cannot compile GCC 3.3 snapshot

State-Changed-From-To: open->feedback
State-Changed-By: ebotcazou
State-Changed-When: Wed Apr 16 18:07:43 2003
State-Changed-Why:
    Do you use GNU m4? If so, which version?

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10420


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

* Re: bootstrap/10420: [x86-solaris 2.9] Cannot compile GCC 3.3 snapshot
@ 2003-04-19 22:38 steven
  0 siblings, 0 replies; 8+ messages in thread
From: steven @ 2003-04-19 22:38 UTC (permalink / raw)
  To: chiiwenl, gcc-bugs, gcc-prs, nobody

Synopsis: [x86-solaris 2.9] Cannot compile GCC 3.3 snapshot

State-Changed-From-To: feedback->closed
State-Changed-By: steven
State-Changed-When: Sat Apr 19 22:38:35 2003
State-Changed-Why:
    http://gcc.gnu.org/ml/gcc-bugs/2003-04/msg00869.html

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10420


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

* Re: bootstrap/10420: [x86-solaris 2.9] Cannot compile GCC 3.3 snapshot
@ 2003-04-19 20:56 Chiiwen Liou
  0 siblings, 0 replies; 8+ messages in thread
From: Chiiwen Liou @ 2003-04-19 20:56 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR bootstrap/10420; it has been noted by GNATS.

From: Chiiwen Liou <chiiwenl@yahoo.com>
To: "Kaveh R. Ghazi" <ghazi@caip.rutgers.edu>
Cc: ebotcazou@gcc.gnu.org, ebotcazou@libertysurf.fr, gcc-bugs@gcc.gnu.org,
  gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org
Subject: Re: bootstrap/10420: [x86-solaris 2.9] Cannot compile GCC 3.3 snapshot
Date: Sat, 19 Apr 2003 13:50:33 -0700 (PDT)

 Thanks for the tip, now both snapshot of GCC 3.3 and 3.4 compile on X86
 solaris.
 -Chiiwen
 --- "Kaveh R. Ghazi" <ghazi@caip.rutgers.edu> wrote:
 > If autoconf is being called during a bootstrap, your timestamps are
 > probably not right.  This can happen when checking out the sources
 > from CVS by hand rather than using the script as described here:
 > 
 > http://gcc.gnu.org/cvs.html
 > 
 > I suggest you run "./contrib/gcc_update --touch" on a freshly checked
 > out source tree.
 > 
 > --
 > Kaveh R. Ghazi			ghazi@caip.rutgers.edu
 


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

* Re: bootstrap/10420: [x86-solaris 2.9] Cannot compile GCC 3.3 snapshot
@ 2003-04-18  3:56 Kaveh R. Ghazi
  0 siblings, 0 replies; 8+ messages in thread
From: Kaveh R. Ghazi @ 2003-04-18  3:56 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR bootstrap/10420; it has been noted by GNATS.

From: "Kaveh R. Ghazi" <ghazi@caip.rutgers.edu>
To: chiiwenl@yahoo.com
Cc: ebotcazou@gcc.gnu.org, ebotcazou@libertysurf.fr, gcc-bugs@gcc.gnu.org,
        gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org
Subject: Re: bootstrap/10420: [x86-solaris 2.9] Cannot compile GCC 3.3 snapshot
Date: Thu, 17 Apr 2003 23:50:35 -0400 (EDT)

 If autoconf is being called during a bootstrap, your timestamps are
 probably not right.  This can happen when checking out the sources
 from CVS by hand rather than using the script as described here:
 
 http://gcc.gnu.org/cvs.html
 
 I suggest you run "./contrib/gcc_update --touch" on a freshly checked
 out source tree.
 
 --
 Kaveh R. Ghazi			ghazi@caip.rutgers.edu


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

* Re: bootstrap/10420: [x86-solaris 2.9] Cannot compile GCC 3.3 snapshot
@ 2003-04-17 15:06 Chiiwen Liou
  0 siblings, 0 replies; 8+ messages in thread
From: Chiiwen Liou @ 2003-04-17 15:06 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR bootstrap/10420; it has been noted by GNATS.

From: Chiiwen Liou <chiiwenl@yahoo.com>
To: Eric Botcazou <ebotcazou@libertysurf.fr>
Cc: ebotcazou@gcc.gnu.org, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org,
  gcc-gnats@gcc.gnu.org
Subject: Re: bootstrap/10420: [x86-solaris 2.9] Cannot compile GCC 3.3 snapshot
Date: Thu, 17 Apr 2003 08:03:31 -0700 (PDT)

 Actually it was always used GNU m4. 
 ----part of Makefile-------
    151  # These values are substituted by configure.
    152  DEFAULT_YACC = bison -y
    153  DEFAULT_LEX = flex
    154  DEFAULT_M4 = gm4
    155
 ------------------------
 
 --- Eric Botcazou <ebotcazou@libertysurf.fr> wrote:
 > > No, I was used m4 prvoided by SUN.
 > > TO make sure, I download gnu m4 1.4, and recompiled gcc 3.3 with
 > gnu
 > > m4.
 > > I had the same errors.
 > 
 > Are you certain that autoconf uses GNU m4 and not Sun m4?
 > 
 > -- 
 > Eric Botcazou
 


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

* Re: bootstrap/10420: [x86-solaris 2.9] Cannot compile GCC 3.3 snapshot
@ 2003-04-17  6:46 Eric Botcazou
  0 siblings, 0 replies; 8+ messages in thread
From: Eric Botcazou @ 2003-04-17  6:46 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR bootstrap/10420; it has been noted by GNATS.

From: Eric Botcazou <ebotcazou@libertysurf.fr>
To: Chiiwen Liou <chiiwenl@yahoo.com>
Cc: ebotcazou@gcc.gnu.org,
 gcc-bugs@gcc.gnu.org,
 nobody@gcc.gnu.org,
 gcc-gnats@gcc.gnu.org
Subject: Re: bootstrap/10420: [x86-solaris 2.9] Cannot compile GCC 3.3 snapshot
Date: Thu, 17 Apr 2003 08:38:13 +0200

 > No, I was used m4 prvoided by SUN.
 > TO make sure, I download gnu m4 1.4, and recompiled gcc 3.3 with gnu
 > m4.
 > I had the same errors.
 
 Are you certain that autoconf uses GNU m4 and not Sun m4?
 
 -- 
 Eric Botcazou


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

* Re: bootstrap/10420: [x86-solaris 2.9] Cannot compile GCC 3.3 snapshot
@ 2003-04-17  3:26 Chiiwen Liou
  0 siblings, 0 replies; 8+ messages in thread
From: Chiiwen Liou @ 2003-04-17  3:26 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR bootstrap/10420; it has been noted by GNATS.

From: Chiiwen Liou <chiiwenl@yahoo.com>
To: ebotcazou@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org,
  nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org
Cc:  
Subject: Re: bootstrap/10420: [x86-solaris 2.9] Cannot compile GCC 3.3 snapshot
Date: Wed, 16 Apr 2003 20:23:19 -0700 (PDT)

 No, I was used m4 prvoided by SUN.
 TO make sure, I download gnu m4 1.4, and recompiled gcc 3.3 with gnu
 m4.
 I had the same errors.
 -Chiiwen
 --- ebotcazou@gcc.gnu.org wrote:
 > Synopsis: [x86-solaris 2.9] Cannot compile GCC 3.3 snapshot
 > 
 > State-Changed-From-To: open->feedback
 > State-Changed-By: ebotcazou
 > State-Changed-When: Wed Apr 16 18:07:43 2003
 > State-Changed-Why:
 >     Do you use GNU m4? If so, which version?
 > 
 >
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10420
 


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

* Re: bootstrap/10420: [x86-solaris 2.9] Cannot compile GCC 3.3 snapshot
@ 2003-04-16 17:12 ebotcazou
  0 siblings, 0 replies; 8+ messages in thread
From: ebotcazou @ 2003-04-16 17:12 UTC (permalink / raw)
  To: chiiwenl, gcc-bugs, gcc-prs, nobody

Synopsis: [x86-solaris 2.9] Cannot compile GCC 3.3 snapshot

State-Changed-From-To: feedback->open
State-Changed-By: ebotcazou
State-Changed-When: Wed Apr 16 17:12:17 2003
State-Changed-Why:
    Feedback received.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10420


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

end of thread, other threads:[~2003-04-19 22:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-16 18:07 bootstrap/10420: [x86-solaris 2.9] Cannot compile GCC 3.3 snapshot ebotcazou
  -- strict thread matches above, loose matches on Subject: below --
2003-04-19 22:38 steven
2003-04-19 20:56 Chiiwen Liou
2003-04-18  3:56 Kaveh R. Ghazi
2003-04-17 15:06 Chiiwen Liou
2003-04-17  6:46 Eric Botcazou
2003-04-17  3:26 Chiiwen Liou
2003-04-16 17:12 ebotcazou

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