public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: Christopher Faylor <cgf@redhat.com>
To: billingd@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org
Subject: Re: c++/4479
Date: Mon, 08 Oct 2001 16:16:00 -0000	[thread overview]
Message-ID: <20011008231601.19665.qmail@sourceware.cygnus.com> (raw)

The following reply was made to PR c++/4479; it has been noted by GNATS.

From: Christopher Faylor <cgf@redhat.com>
To: David Abrahams <david.abrahams@rcn.com>
Cc: billingd@gcc.gnu.org, gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org,
        gcc-bugs@gcc.gnu.org
Subject: Re: c++/4479
Date: Mon, 8 Oct 2001 19:15:33 -0400

 On Mon, Oct 08, 2001 at 06:41:48AM -0400, David Abrahams wrote:
 > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=4479&database=gcc
 >
 >Even with the latest cygwin snapshot, the same problems ensue when I "export
 >PATH=/usr/bin:$PATH" in order to bypass the installed gcc-3.0 and use the
 >gcc-2.95.3 that came with cygwin. The really odd thing about this is that I
 >know I've done it successfully in the past.
 
 This is a libiberty/windows bug.
 
 I applied this patch to the trunk but never applied it to the 3.0 branch:
 
 cgf
 
 Tue Aug 21 12:35:04 2001  Christopher Faylor <cgf@cygnus.com>
 
         * configure.in: Set HAVE_SYS_ERRLIST and HAVE_SYS_NERR whenever
         hosting on cygwin.
         * configure: Regenerate.
 
 Index: configure.in
 ===================================================================
 RCS file: /cvs/uberbaum/libiberty/configure.in,v
 retrieving revision 1.33
 retrieving revision 1.35
 diff -u -r1.33 -r1.35
 --- configure.in	2001/07/05 17:24:39	1.33
 +++ configure.in	2001/08/21 16:40:45	1.35
 @@ -190,6 +190,13 @@
  
  AC_SUBST(CHECK)
  
 +case "${host}" in
 +  *-*-cygwin*) 
 +    AC_DEFINE(HAVE_SYS_ERRLIST)
 +    AC_DEFINE(HAVE_SYS_NERR)
 +    ;;
 +esac
 +
  if test -z "${setobjs}"; then
    case "${host}" in
  


             reply	other threads:[~2001-10-08 16:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-08 16:16 Christopher Faylor [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-10-08  8:16 c++/4479 David Abrahams
2001-10-08  4:16 c++/4479 David Abrahams
2001-10-08  3:36 c++/4479 David Abrahams
2001-10-08  3:16 c++/4479 David Abrahams
2001-10-07 22:06 c++/4479 Billinghurst, David (CRTS)

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=20011008231601.19665.qmail@sourceware.cygnus.com \
    --to=cgf@redhat.com \
    --cc=billingd@gcc.gnu.org \
    --cc=gcc-prs@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).