This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Newlib branch with latest autotools support


On 4/8/06, Jeff Johnston <jjohnstn@redhat.com> wrote:
> > I attempted to build newlib-autotools-branch at home, and the build
> > failed in the same way as I've been seeing at work. My system at work
> > and my system at home both run Debian Sarge. If *no one* else is
> > seeing this bug, I must assume it's somehow Debian related. Although,
> > I'd be quite mystified as to the mechanism. There's a number of Fedora
> > boxes at work as well. Come Monday, I'll give the build a shot on
> > Fedora.
>
> FWIW, I am currently building on FC4.

newlib-autotools-branch builds fine on a FC5 box with arm-elf-gcc 4.1.
I wonder what differs between the Debian box and the Fedora box.

Cheers,
Shaun

+++ Debian +++
$ dpkg -l bash make | tail -2
ii  bash           3.1-2          The GNU Bourne Again SHell
ii  make           3.80-9         The GNU version of the "make" utility.
$ bash --version | head -1
GNU bash, version 3.1.5(1)-release (i486-pc-linux-gnu)
$ make --version | head -1
GNU Make 3.80

+++ Fedora +++
$ cat /etc/redhat-release
Fedora Core release 5 (Bordeaux)
$ bash --version | head -1
GNU bash, version 3.1.7(1)-release (i386-redhat-linux-gnu)
$ make --version | head -1
GNU Make 3.80

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