PROBLEMS.
[external/binutils.git] / gdb / PROBLEMS
1 hppa2.0-hp-hpux10.20
2
3 Due to a problem (conflicting types) with libiberty/regex.c, GDB 5.1
4 does not build on HP/UX 10.20 when using the HP supplied compiler.
5
6 Due to bit rot, GDB 5.1 does not work on HP/UX 10.20 when built with
7 GCC.
8
9
10 hppa2.0w-hp-hpux11.00
11
12 Due to a problem with ltconfig and long argument lines, GDB 5.1 does
13 not configure on HP/UX 11.00.
14
15
16 alpha-dec-osf5.1
17
18 GDB 5.1 has a number of problems on this platform (Ref PR gdb/237).  A
19 GDB 5.1 built with ``CC="cc -DUSE_LDR_ROUTINES"'' is reported to work
20 much better.
21
22
23 alpha-dec-osf4.0e
24
25 GDB 5.1 is known to have problems on this platform (encounters an
26 internal error in the symbol table reader).
27
28
29 sparcv9-sun-solaris2.8
30
31 There are known problems with building GDB 5.1 using GCC 3.0.x for the
32 64 bit SPARC target (bad code gen).  You could try a development
33 version of GCC.
34
35
36 i586-sco-sysv5uw7.1.1
37
38 There are known problems with GDB 5.1's thread support on this
39 platform.  Non-threaded programs should work.
40
41
42 *-*-*
43
44 GDB 5.1 assumes that the host C compiler implemends alloca().  GCC is
45 one such compiler.  This problem should be fixed on the trunk.