This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB 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]

GDB vs FreeBSD 4.4?


Apparently GDB (still) doesn't build on FreeBSD 4.4.  See:

http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gdb&pr=455

can someone please check this out.  Perhaphs I should just disable the 
file trad-core.c.

Andrew

make  all-recursive
Making all in doc
Making all in po
/bin/sh ./libtool --mode=compile 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
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:100: structure has no member named `u_dsize'
trad-core.c:105: structure has no member named `u_ssize'
trad-core.c:122: structure has no member named `u_dsize'
trad-core.c:126: structure has no member named `u_ssize'
trad-core.c:133: structure has no member named `u_dsize'
trad-core.c:133: structure has no member named `u_ssize'
trad-core.c:178: structure has no member named `u_dsize'
trad-core.c:183: structure has no member named `u_ssize'
trad-core.c:191: structure has no member named `u_tsize'
trad-core.c:197: structure has no member named `u_ssize'
trad-core.c:214: structure has no member named `u_ar0'
trad-core.c:217: structure has no member named `u_dsize'
trad-core.c: In function `trad_unix_core_file_failing_signal':
trad-core.c:257: structure has no member named `u_sig'
trad-core.c:261: warning: control reaches end of non-void function
*** Error code 1

Stop in /global/hooke/home/phil/src/gdb/gdb+dejagnu-20020403/bfd.
*** Error code 1

Stop in /global/hooke/home/phil/src/gdb/gdb+dejagnu-20020403/bfd.
*** Error code 1

Stop in /global/hooke/home/phil/src/gdb/gdb+dejagnu-20020403/bfd.
*** Error code 1

Stop in /global/hooke/home/phil/src/gdb/gdb+dejagnu-20020403.
~


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