public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: Reichelt <reichelt@igpm.rwth-aachen.de>
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: Re: bootstrap/5117: irix6.5 bootstrap failure when using SGI's compiler
Date: Tue, 08 Jan 2002 13:26:00 -0000	[thread overview]
Message-ID: <20020108212602.9181.qmail@sources.redhat.com> (raw)

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

From: Reichelt <reichelt@igpm.rwth-aachen.de>
To: rodrigc@gcc.gnu.org, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org,
        gcc-gnats@gcc.gnu.org
Cc:  
Subject: Re: bootstrap/5117: irix6.5 bootstrap failure when using SGI's compiler
Date: Tue, 8 Jan 2002 22:40:28 +0100

 Hello again,
 
 I had a closer look into the configure stuff, and I think that the
 problems in auto-host.h are caused by the fact that "ac_cv_type_ssize_t"
 and "ac_cv_type_pid_t" are not detected correctly. They should be
 set to "yes", but they are set to "no". This causes several other tests
 in the configure scripts to fail with the result of a screwed up
 "auto-host.h"-file.
 
 I'm now trying to bootstrap the compiler using the follwing two entries
 "config.cache" file:
 
 ac_cv_type_ssize_t=${ac_cv_type_ssize_t=yes}
 ac_cv_type_pid_t=${ac_cv_type_pid_t=yes}
 
 The first result is that the other four problems in auto-host.h
 disappeared. I have to see whether the rest of the bootstrap process
 runs fine, though.
 
 Meanwhile, I try to understand, why "ac_cv_type_ssize_t" and
 "ac_cv_type_pid_t" aren't set correctly.
 
 Greetings,
 Volker
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5117
 
 


             reply	other threads:[~2002-01-08 21:26 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-08 13:26 Reichelt [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-01-11  4:43 rodrigc
2002-01-10  2:36 Reichelt
2002-01-08 12:46 Reichelt
2002-01-02 22:39 rodrigc
2001-12-17  1:26 Reichelt
2001-12-14 10:56 rodrigc
2001-12-14 10:51 rodrigc
2001-12-14  8:16 reichelt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020108212602.9181.qmail@sources.redhat.com \
    --to=reichelt@igpm.rwth-aachen.de \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=nobody@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).