* PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
[deliverable/binutils-gdb.git] / gdb / PROBLEMS
1
2 Known problems in GDB 5.2
3
4 See also: http://www.gnu.org/software/gdb/bugs/
5
6
7 hppa2.0-hp-hpux10.20
8 --------------------
9
10 gdb/487: The top level make files used to build GDB are not compatible
11 with HP/UX make. As a workaround, use GNU make.
12
13 gdb/486: The HP/UX C compiler defaults to K&R mode but GDB only builds
14 with an ISO C compiler. The top level configuration incorrectly sets
15 CC to `cc' instead of `cc -Ae'. As a workaround, the correct compiler
16 can be specified as part of the configuration vis:
17
18 $ 'CC=cc -Ae' ./configure
19
20
This page took 0.03119 seconds and 5 git commands to generate.