public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* Re: bootstrap/2236: config.if (gcc 2.95.2, possibly others) pukes if it can't find gl*bc
@ 2003-05-21 10:06 ehrhardt
  0 siblings, 0 replies; 6+ messages in thread
From: ehrhardt @ 2003-05-21 10:06 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, orc

Synopsis: config.if (gcc 2.95.2, possibly others) pukes if it can't find gl*bc

State-Changed-From-To: analyzed->feedback
State-Changed-By: cae
State-Changed-When: Wed May 21 09:54:33 2003
State-Changed-Why:
    See Dara's question.

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


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

* Re: bootstrap/2236: config.if (gcc 2.95.2, possibly others) pukes if it can't find gl*bc
  2002-11-19 11:36 ` david parsons
@ 2002-11-19 14:46   ` Joseph S. Myers
  0 siblings, 0 replies; 6+ messages in thread
From: Joseph S. Myers @ 2002-11-19 14:46 UTC (permalink / raw)
  To: david parsons; +Cc: bangerth, gcc-bugs, gcc-gnats, orc

On Tue, 19 Nov 2002, david parsons wrote:

> bangerth@dealii.org wrote:
> > 
> > Synopsis: config.if (gcc 2.95.2, possibly others) pukes if it can't find gl*bc
> > 
> > State-Changed-From-To: open->feedback
> > State-Changed-By: bangerth
> > State-Changed-When: Tue Nov 19 07:58:44 2002
> > State-Changed-Why:
> >     This is a rather old bootstrap error. Can you say whether this
> >     still happens with newer versions of gcc?
> 
>     Yes.
> 
> orc@pell$ CC="cc -baout" ./configure
> Configuring for a i686-pc-linux-gnuaout host.
> Created "Makefile" in /home/orc/gcc-3.2 using "mt-frag"
> Cannot find the GNU C library minor version number.

Note that CVS mainline includes fixes needed for libc5 (and probably also
libc4) which aren't on the 3.2 branch, so is probably a more appropriate
base to work from on this.

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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

* Re: bootstrap/2236: config.if (gcc 2.95.2, possibly others) pukes if it can't find gl*bc
       [not found] <200211191854.KAA25009@pell.portland.or.us>
@ 2002-11-19 12:15 ` Wolfgang Bangerth
  0 siblings, 0 replies; 6+ messages in thread
From: Wolfgang Bangerth @ 2002-11-19 12:15 UTC (permalink / raw)
  To: david parsons; +Cc: gcc-bugs


[About building gcc on a libc4.8 system]

I don't know whether gcc is supposed to support these _very very_ old 
systems any more, so I am unsure about how to proceed with this report.

> > Synopsis: config.if (gcc 2.95.2, possibly others) pukes if it can't find gl*bc
> 
>    This patch gets around the test for gl*bc (in gcc 3.2) -- there
>    appear to be other places where portability is tossed out the
>    window, but at least configure gets more done before it hits the
>    next unportable section.

Why don't you submit this patch (or a suitably modified form) to 
gcc-patches?

W.

> *** config.if~  Tue Nov 19 10:48:10 2002
> --- config.if   Tue Nov 19 10:48:58 2002
> ***************
> *** 63,71 ****
>         rm -f $dummy.c $dummy
>         else
>         # It should never happen.
> !       echo "Cannot find the GNU C library minor version number." >&2
>         rm -f $dummy.c $dummy
> !       exit 1
>         fi
>       else
>         # Cross compiling. Assume glibc 2.1.
> --- 63,71 ----
>         rm -f $dummy.c $dummy
>         else
>         # It should never happen.
> !       echo "Congratulations! This system doesn't use the GNU C library" >&2
>         rm -f $dummy.c $dummy
> !       libc_interface=-
>         fi
>       else
>         # Cross compiling. Assume glibc 2.1.
> 
> 
>     -david parsons
> 
> > 
> > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=2236
> > 
> 

-------------------------------------------------------------------------
Wolfgang Bangerth              email:           bangerth@ticam.utexas.edu
                               www: http://www.ticam.utexas.edu/~bangerth



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

* Re: bootstrap/2236: config.if (gcc 2.95.2, possibly others) pukes if it can't find gl*bc
@ 2002-11-19 12:15 bangerth
  0 siblings, 0 replies; 6+ messages in thread
From: bangerth @ 2002-11-19 12:15 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, orc

Synopsis: config.if (gcc 2.95.2, possibly others) pukes if it can't find gl*bc

State-Changed-From-To: feedback->analyzed
State-Changed-By: bangerth
State-Changed-When: Tue Nov 19 11:58:57 2002
State-Changed-Why:
    Still happens.

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


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

* Re: bootstrap/2236: config.if (gcc 2.95.2, possibly others) pukes if it can't find gl*bc
  2002-11-19  7:59 bangerth
@ 2002-11-19 11:36 ` david parsons
  2002-11-19 14:46   ` Joseph S. Myers
  0 siblings, 1 reply; 6+ messages in thread
From: david parsons @ 2002-11-19 11:36 UTC (permalink / raw)
  To: bangerth; +Cc: gcc-bugs, gcc-prs, nobody, orc

bangerth@dealii.org wrote:
> 
> Synopsis: config.if (gcc 2.95.2, possibly others) pukes if it can't find gl*bc
> 
> State-Changed-From-To: open->feedback
> State-Changed-By: bangerth
> State-Changed-When: Tue Nov 19 07:58:44 2002
> State-Changed-Why:
>     This is a rather old bootstrap error. Can you say whether this
>     still happens with newer versions of gcc?

    Yes.

orc@pell$ CC="cc -baout" ./configure
Configuring for a i686-pc-linux-gnuaout host.
Created "Makefile" in /home/orc/gcc-3.2 using "mt-frag"
Cannot find the GNU C library minor version number.

    -david parsons  "I don't even use gl*bc on my systems"


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

* Re: bootstrap/2236: config.if (gcc 2.95.2, possibly others) pukes if it can't find gl*bc
@ 2002-11-19  7:59 bangerth
  2002-11-19 11:36 ` david parsons
  0 siblings, 1 reply; 6+ messages in thread
From: bangerth @ 2002-11-19  7:59 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, orc

Synopsis: config.if (gcc 2.95.2, possibly others) pukes if it can't find gl*bc

State-Changed-From-To: open->feedback
State-Changed-By: bangerth
State-Changed-When: Tue Nov 19 07:58:44 2002
State-Changed-Why:
    This is a rather old bootstrap error. Can you say whether this
    still happens with newer versions of gcc?
    
    Thanks, W.

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


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

end of thread, other threads:[~2003-05-21  9:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-21 10:06 bootstrap/2236: config.if (gcc 2.95.2, possibly others) pukes if it can't find gl*bc ehrhardt
  -- strict thread matches above, loose matches on Subject: below --
2002-11-19 12:15 bangerth
     [not found] <200211191854.KAA25009@pell.portland.or.us>
2002-11-19 12:15 ` Wolfgang Bangerth
2002-11-19  7:59 bangerth
2002-11-19 11:36 ` david parsons
2002-11-19 14:46   ` Joseph S. Myers

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