This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Binutils 2.11 and BSDI 4.2 - **BUG**



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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]