Date: Mon, 9 Sep 1996 09:46:54 +0200 (MET DST) From: J Wunsch <j@uriah.heep.sax.de> To: freebsd-hackers@freebsd.org (FreeBSD hackers) Cc: jychen@cie.nsysu.edu.tw (Jian-ying Chen) Subject: Re: GDB Compile Problem! Message-ID: <199609090746.JAA07751@uriah.heep.sax.de> In-Reply-To: <9609090447.AA13645@cie.nsysu.edu.tw> from Jian-ying Chen at "Sep 9, 96 12:47:12 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
As Jian-ying Chen wrote: > I try to rebuild my gdb( GNU debuger ) but it told me that > > trad-core.c: In function `trad_unix_core_file_p': > trad-core.c:108: `NBPG' undeclared (first use this function) > > What is NBPG and what it should be? It's the now obsolete name for ``number of bytes per page''. Use PAGE_SIZE instead. (Both used to be the same.) Don't forget to get this back to the GNU folks. I recently noticed that binutils are also broken now. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609090746.JAA07751>