This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
offtopic: gdb mailing list?
- To: gcc-bugs at gcc dot gnu dot org
- Subject: offtopic: gdb mailing list?
- From: Toshi Morita <tm2 at best dot com>
- Date: Sat, 27 May 2000 16:40:55 -0700 (PDT)
Sorry for the offtopic, but Is there a mailing list for gdb?
It looks like GDB-5.0 is trivially broken on FreeBSD-3.3:
gcc -c -g -O2 -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../intl -I./../intl -I./tui -DUSE_INCLUDED_REGEX solib.c
solib.c: In function `solib_map_sections':
solib.c:369: structure has no member named `som_addr'
solib.c:369: structure has no member named `som_addr'
solib.c:370: structure has no member named `som_addr'
solib.c:370: structure has no member named `som_addr'
...
...and I need to find some place to post the build failure.
Toshi