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

Final Resolution of Binutils and 2.11 bug:

There is a configure bug in the bfd directory. BSDI
can't support core files (Thanks to Nick Clifton on
helping me figure this out).

To fix, remove the i[3456]86-*-bsdi* from configures
core selection section and add

i[3456]86-*-bsdi*)
COREFILE=''
;;

This will make it select no core support.

Thanks for the help!

Aaron


--- Nick Clifton <nickc@cambridge.redhat.com> wrote:
> 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
> 
> 


__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

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

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-11 19:58 Binutils 2.11 and BSDI 4.2 Aaron Schlesinger
2001-08-12  2:06 ` Nick Clifton
2001-08-14  6:53   ` Aaron Schlesinger
2001-08-14  7:16     ` Nick Clifton
2001-08-14 19:10       ` Aaron Schlesinger [this message]
2001-08-14 19:19         ` Binutils 2.11 and BSDI 4.2 - **BUG** 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=20010815021008.30883.qmail@web12501.mail.yahoo.com \
    --to=mortehl@yahoo.com \
    --cc=binutils@sources.redhat.com \
    --cc=nickc@cambridge.redhat.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).