public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: Christian Krackowizer <ckrackowiz@std.schuler-ag.com>
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: Re: other/2411: 2.95.2 runs, change in .h leads to compile error of 2.95.3
Date: Wed, 02 Jan 2002 01:36:00 -0000	[thread overview]
Message-ID: <20020102093602.1619.qmail@sources.redhat.com> (raw)

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

From: Christian Krackowizer <ckrackowiz@std.schuler-ag.com>
To: rodrigc@gcc.gnu.org, ckrackowiz@std.schuler-ag.com, gcc-bugs@gcc.gnu.org,
       gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org
Cc:  
Subject: Re: other/2411: 2.95.2 runs, change in .h leads to compile
  error of 2.95.3
Date: Wed, 02 Jan 2002 10:31:46 +0100

 At 05:02 02.01.2002 +0000, you wrote:
 >Synopsis: 2.95.2 runs, change in .h leads to compile error of 2.95.3
 >
 >State-Changed-From-To: open->feedback
 >State-Changed-By: rodrigc
 >State-Changed-When: Tue Jan  1 21:02:15 2002
 >State-Changed-Why:
 >     Does the following patch help?  It looks very similar
 >     to what you have reported:
 >     http://gcc.gnu.org/ml/gcc-patches/2000-09/msg01139.html
 >
 >http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=2411 
 >
 
 I got this simple patch which helps:
 
  >>>
 
 I ran into exactly the same problem on Ultrix 4.4. Here's the amazingly
 simple fix ...
 Look for the file _G_config.h (in <build_directory>/libio).
 And apply these diff's
 ----------
 32c32
 < typedef long _G_fpos_t;
 ---
  > typedef int _G_fpos_t;
 ----------
 What happens is that in libioP.h, they once define _IO_default_seekpos (and
 others) as needing _G_fpos_t and once as _G_off_t. One of them is
 typedeffed as int, the other as long. Don't ask my why as on Ultrix int
 == long.
 
  >>>
 
 looks like the same as the mentioned above.
 
 with best regards
 
 Christian Krackowizer
 schuler technodat GmbH
 Jakob-Haringer-Strasse 6
 A-5020 Salzburg
 Phone: +43(0)662/2282-0
 FAX: +43(0)662/2282-9
 e-Mail: ckrackowiz@std.schuler-ag.com
 


             reply	other threads:[~2002-01-02  9:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-02  1:36 Christian Krackowizer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-01-27 15:53 rodrigc
2002-01-01 21:02 rodrigc
2001-03-28  2:56 ckrackowiz

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=20020102093602.1619.qmail@sources.redhat.com \
    --to=ckrackowiz@std.schuler-ag.com \
    --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).