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]

Re: [5.1] HP/UX 11.0 or 10.20. Ha!


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  <chastain@redhat.com>
* 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


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