From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Jacobowitz To: gdb@sources.redhat.com Cc: aoliva@redhat.com Subject: Re: [5.1] HP/UX 11.0 or 10.20. Ha! Date: Sun, 14 Oct 2001 22:09:00 -0000 Message-id: <20011015010812.A11434@nevyn.them.org> References: <3BCA19B7.2070807@cygnus.com> X-SW-Source: 2001-10/msg00147.html On Sun, Oct 14, 2001 at 07:03:19PM -0400, Andrew Cagney wrote: > Put simply I've had no luck. > > 10.20, configured with 'CC=cc -Ae' ..../configure dies in libiberty: > > cc -Ae -c -DHAVE_CONFIG_H -g -I. > -I/es/scratch/cagney/51/gdb/src/libiberty/../include > /es/scratch/cagney/51/gdb/src/libiberty/regex.c > cc: "/es/scratch/cagney/51/gdb/src/libiberty/regex.c", line 305: error > 1713: Illegal redeclaration for identifier "uintptr_t". > > 11.00, configured with ....../configure dies: > > finding the maximum length of command line arguments... > /es/scratch/cagney/51/gdb/src/opcodes/../ltconfig[790]: There is not > enough memory available now. > configure: error: libtool configure failed > Configure in > /es/scratch/cagney/51/gdb/behemoth-hppa64-hp-hpux11.00/opcodes failed, > exiting. I'm fairly certain that both of these were fixed recently; at the least, both look quite familiar to me from the GCC lists :) I don't immediately see the solutions in the changelog for regex.c, so maybe it was never fixed, only reported. The libtool problem is fixed by: 2001-07-21 Michael Chastain * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local. * ltmain.sh: Mark as gcc-local. I'm almost entirely sure that upstream libtool has a different fix for this now, as I don't think Alexandre Oliva would have let it get checked in otherwise :). Alexandre, am I right? -- Daniel Jacobowitz Carnegie Mellon University MontaVista Software Debian GNU/Linux Developer