2 Known problems in GDB 5.2
4 See also: http://www.gnu.org/software/gdb/bugs/
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.
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:
18 $ 'CC=cc -Ae' ./configure
24 gdb/513: GDB does not build on s390 GNU/Linux. The problem should be
25 fixed in more recent sources.
31 gdb/455: GDB doesn't build on a FreeBSD 4.4-STABLE system. The
32 problem is still being investigated.