summaryrefslogtreecommitdiff
path: root/PROBLEMS
diff options
context:
space:
mode:
authorwlemb <wlemb>2000-12-06 22:31:32 +0000
committerwlemb <wlemb>2000-12-06 22:31:32 +0000
commit7a445da43c54fc38cb20f2a9f39a3611ade29b6d (patch)
tree22553becbdc7b756f4677b92c93cc0a4c9d8b99a /PROBLEMS
parentf94336de481295df454af380c9227a3f09d36040 (diff)
downloadgroff-7a445da43c54fc38cb20f2a9f39a3611ade29b6d.tar.gz
* PROBLEMS: Added info about adding -lPW on HP-UX to satisfy the
`alloca' symbol . * MORE.STUFF: Added info about deroff for djgpp. * tmac/an-old.tmac, tmac/groff_man.man, doc/groff.texinfo, NEWS: Fix documentation of -rcR switch if -rcR=1 (which is now the default in nroff mode), a single, very
Diffstat (limited to 'PROBLEMS')
-rw-r--r--PROBLEMS10
1 files changed, 10 insertions, 0 deletions
diff --git a/PROBLEMS b/PROBLEMS
index b49d73ee..e31ef015 100644
--- a/PROBLEMS
+++ b/PROBLEMS
@@ -444,6 +444,16 @@ through tmac/fixmacros.sed.
----------------------------------------------------------------------
+* On HP-UX, the compiler complains about missing symbol `alloca'.
+
+Say
+
+ export LDFLAGS=-lPW
+
+before starting the configure script.
+
+----------------------------------------------------------------------
+
* I'm having problems formatting man pages produced by the perl
wrapman script.