aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorPaul Eggert2017-03-17 00:58:31 -0700
committerPaul Eggert2017-03-17 00:59:30 -0700
commita09473261c8b11243e68d84c5dc2448d65a67e77 (patch)
tree310df18a118b6e0589ae429416e9628308b23f09 /etc/PROBLEMS
parent1925dd9a0378fc103b0133a777f30ecb94efb81d (diff)
downloademacs-a09473261c8b11243e68d84c5dc2448d65a67e77.tar.gz
emacs-a09473261c8b11243e68d84c5dc2448d65a67e77.zip
* etc/PROBLEMS: Say that HP-UX cc doesn't work.
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index dbb313b06ff..029f7560da0 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -1955,6 +1955,13 @@ EOF
1955 1955
1956This is a bug in HPUX; HPUX patch PHKL_16260 is said to fix it. 1956This is a bug in HPUX; HPUX patch PHKL_16260 is said to fix it.
1957 1957
1958*** HP-UX 11.31 cc: Emacs does not build.
1959
1960HP-UX 11.31 cc has bugs in its implementation of flexible array
1961members, a C99 feature that Emacs relies on. To work around the
1962problem, install GCC and use it to build Emacs. For details, see:
1963http://lists.gnu.org/archive/html/bug-gnulib/2017-03/msg00066.html
1964
1958** AIX 1965** AIX
1959 1966
1960*** AIX: Trouble using ptys. 1967*** AIX: Trouble using ptys.