public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Nick Clifton <nickc@cambridge.redhat.com>
To: Aaron Schlesinger <mortehl@yahoo.com>
Cc: binutils@sources.redhat.com
Subject: Re: Binutils 2.11 and BSDI 4.2
Date: Tue, 14 Aug 2001 07:16:00 -0000	[thread overview]
Message-ID: <m3itfq687b.fsf@north-pole.nickc.cambridge.redhat.com> (raw)
In-Reply-To: <20010814135313.7394.qmail@web12501.mail.yahoo.com>

Hi Aaron,

> Hmm.. I tried resolving this myself, by adding this to
> the configure:
> 
> i[3456]86-*-bsdi* | i[3456]86-*-netbsd* |
> i[3456]86-*-openbsd*)
> COREFILE=netbsd-core.lo
> ;;
> 
> It selects netbsd-core as the one to use, but then it
> dies on netbsd-core.c since I don't have a sys/core.h
> file header on my system.. Any further thoughts?

How about just not supporting core files on your system ?  

Ie just change your patch to:

  i[3456]86-*-netbsd* | i[3456]86-*-openbsd*)
    COREFILE=netbsd-core.lo
    ;;
  i[3456]86-*-bsdi*)
    COREFILE=
    ;;

(Yours is a "bsdi" system isn't it ?).

Cheers
        Nick


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

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-11 19:58 Aaron Schlesinger
2001-08-12  2:06 ` Nick Clifton
2001-08-14  6:53   ` Aaron Schlesinger
2001-08-14  7:16     ` Nick Clifton [this message]
2001-08-14 19:10       ` Binutils 2.11 and BSDI 4.2 - **BUG** Aaron Schlesinger
2001-08-14 19:19         ` Greg Lehey
2001-08-14 19:33           ` Aaron Schlesinger
2001-08-14 19:45             ` Greg Lehey
2001-08-15  1:16           ` Nick Clifton
2001-08-23  7:34       ` Binutils 2.11 and BSDI 4.2 Nick Clifton

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=m3itfq687b.fsf@north-pole.nickc.cambridge.redhat.com \
    --to=nickc@cambridge.redhat.com \
    --cc=binutils@sources.redhat.com \
    --cc=mortehl@yahoo.com \
    /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).