diff options
author | Michael Chastain <mec@google.com> | 2004-08-13 16:31:11 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2004-08-13 16:31:11 +0000 |
commit | 926c94e78551163d613df52981dd70096cfeb3c6 (patch) | |
tree | c56ddd10d13a462602288e68e5daad727fbf5cb9 /gdb/PROBLEMS | |
parent | deea8bb061efac8919500bd835964edf1e7882e9 (diff) | |
download | gdb-926c94e78551163d613df52981dd70096cfeb3c6.zip gdb-926c94e78551163d613df52981dd70096cfeb3c6.tar.gz gdb-926c94e78551163d613df52981dd70096cfeb3c6.tar.bz2 |
2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
* PROBLEMS: Mention build/1411.
Diffstat (limited to 'gdb/PROBLEMS')
-rw-r--r-- | gdb/PROBLEMS | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gdb/PROBLEMS b/gdb/PROBLEMS index 8cdfe32..d1cc2b7 100644 --- a/gdb/PROBLEMS +++ b/gdb/PROBLEMS @@ -6,6 +6,24 @@ *** Build problems +build/1411: build fails on hpux 10.20 and hpux 11.00 with CMA threads + +GDB does not build on HP/UX 10.20 or HP/UX 11.00 if the CMA +thread package is installed. The compile error is: + + ../../gdb/hpux-thread.c:222: variable-size type declared outside of any function + +This happens only if the CMA thread package is installed. + +As a workaround, you can disable support for CMA threads +by editing the file gdb/configure. Find the line: + + if test -f /usr/include/dce/cma_config.h ; then + +And replace it with: + + if false ; then + build/1458: compile failed on hpux11 GDB has build problems on HP/UX 11 with some versions of the HP |