bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

binutils no longer compiles on freebsd 4.10


From: Jesse Caldwell
Subject: binutils no longer compiles on freebsd 4.10
Date: Mon, 14 Jun 2004 11:49:35 -0600

Hello,

I noticed that binutils 2.15 does not compile on FreeBSD 4.10 (it
does compile and function fine on 4.9). This is how it is configured:

set path = ( /usr/local/gnu/bin $path ) && ./configure --disable-nls 
--prefix=/usr/local/gnu && make clean && make

And this is where it bails out:

gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DTRAD_CORE -I. -I. 
-I./../include -I./../intl -I../intl -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -g -O2 -c trad-core.c -o trad-core.o
trad-core.c: In function `trad_unix_core_file_p':
trad-core.c:99: error: structure has no member named `u_dsize'
trad-core.c:104: error: structure has no member named `u_ssize'
trad-core.c:121: error: structure has no member named `u_dsize'
trad-core.c:125: error: structure has no member named `u_ssize'
trad-core.c:132: error: structure has no member named `u_dsize'
trad-core.c:132: error: structure has no member named `u_ssize'
trad-core.c:177: error: structure has no member named `u_dsize'
trad-core.c:182: error: structure has no member named `u_ssize'
trad-core.c:190: error: structure has no member named `u_tsize'
trad-core.c:196: error: structure has no member named `u_ssize'
trad-core.c:213: error: structure has no member named `u_ar0'
trad-core.c:216: error: structure has no member named `u_dsize'
trad-core.c: In function `trad_unix_core_file_failing_signal':
trad-core.c:255: error: structure has no member named `u_sig'
make[3]: *** [trad-core.lo] Error 1
make[3]: Leaving directory `/tmp/binutils-2.15/bfd'

I know this isn't a bug in binutils, since it builds and works
flawlessly on older releases of FreeBSD. I just don't know if this
is a FreeBSD problem or a matter of binutils not recognizing something
it needs to recognize to build on 4.10.

Cheers,

Jesse




reply via email to

[Prev in Thread] Current Thread [Next in Thread]