From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: gdb-patches@sources.redhat.com Subject: Re: [rfc/5.1] Document HP/UX build/config problems Date: Wed, 17 Oct 2001 21:31:00 -0000 Message-id: <3BCE5B1E.1080304@cygnus.com> References: <3BCBA134.8070407@cygnus.com> X-SW-Source: 2001-10/msg00253.html I've checked this in (trunk and branch). Andrew > Hello, > > The attached updates the README file so that it mentions the HP/UX problems. > > Comments? > > Andrew > > > > 2001-10-15 Andrew Cagney > > * README: Mention problems with HP/UX. > > Index: README > =================================================================== > RCS file: /cvs/src/src/gdb/README,v > retrieving revision 1.8 > diff -p -r1.8 README > *** README 2001/07/28 17:13:42 1.8 > --- README 2001/10/16 02:49:49 > *************** GDB or its supporting libraries. > *** 429,437 **** > Host/target specific installation notes > ======================================= > > ! solaris??-64-??? > > ! Something goes here on how to set up a 64 bit build. > > > Remote debugging > --- 429,447 ---- > Host/target specific installation notes > ======================================= > > ! hppa2.0-hp-hpux10.20 > > ! Due to a problem with libiberty/regex.c, GDB does not build on HP/UX > ! 10.20 when using the HP supplied compiler. > ! > ! Due to bit rot problems, GDB does not work on HP/UX 10.20 when built > ! with GCC. > ! > ! > ! hppa2.0w-hp-hpux11.00 > ! > ! Due to a problem with ltconfig and long argument lines, GDB does not > ! configure on HP/UX 11.00. > > > Remote debugging >