summaryrefslogtreecommitdiff
path: root/PROBLEMS
diff options
context:
space:
mode:
authorwl <wl>2010-12-30 21:44:09 +0000
committerwl <wl>2010-12-30 21:44:09 +0000
commit3b8132704b9098c62abacf15a4d7270a56b841bc (patch)
tree92c1e5f53e168f1c984e30ebd4ac943796c213ba /PROBLEMS
parent4d9d87c60f16336744105f3eb22a5d0cbee33679 (diff)
downloadgroff-3b8132704b9098c62abacf15a4d7270a56b841bc.tar.gz
Documentation updates.
* NEWS, PROBLEMS: Update.
Diffstat (limited to 'PROBLEMS')
-rw-r--r--PROBLEMS16
1 files changed, 0 insertions, 16 deletions
diff --git a/PROBLEMS b/PROBLEMS
index b09a27df..e6eaf2a6 100644
--- a/PROBLEMS
+++ b/PROBLEMS
@@ -957,19 +957,3 @@ then
make
as usual.
-
-----------------------------------------------------------------------
-
-* When compiling on MacOS X 10.4 with gcc 4.0.1, the build errors out
- with the following message:
-
- g++ -g -O2 -o troff dictionary.o div.o env.o input.o majorminor.o
- mtsm.o node.o number.o reg.o ...groff/src/libs/libgroff/libgroff.a -lm
- /usr/bin/ld: Undefined symbols:
- node::~node()
-
-Locate the line in src/roff/troff/node.cpp:
-
- inline node::~node()
-
-Remove the `inline' keyword, save, and make again.