[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Groff] snapshot compile fails
From: |
Richard Ray |
Subject: |
[Groff] snapshot compile fails |
Date: |
Fri, 2 Apr 2010 08:45:49 -0500 (CDT) |
User-agent: |
Alpine 2.00 (LRH 1167 2008-08-23) |
I checked out the current snapshot
http://groff.ffii.org/groff/devel/groff-current.tar.gz
Configure completed with no problems, I attached the config.log
Make failed
g++ -g -O2 -o troff dictionary.o div.o env.o input.o majorminor.o mtsm.o
node.o number.o reg.o /tmp1/groff-20100402/src/libs/libgroff/libgroff.a
-lm div.o: In function `~extra_size_node':
/tmp1/groff-20100402/src/roff/troff/node.h:277: undefined reference to
`node::~node()'
/tmp1/groff-20100402/src/roff/troff/node.h:277: undefined reference to
`node::~node()'
div.o: In function `~vertical_size_node':
/tmp1/groff-20100402/src/roff/troff/node.h:290: undefined reference to
`node::~node()'
/tmp1/groff-20100402/src/roff/troff/node.h:290: undefined reference to
`node::~node()'
input.o: In function `token_node':
/tmp1/groff-20100402/src/roff/troff/input.cpp:1649: undefined reference to
`node::~node()'
input.o:/tmp1/groff-20100402/src/roff/troff/input.cpp:5318: more undefined
references to `node::~node()' follow
collect2: ld returned 1 exit status
make[2]: *** [troff] Error 1
make[2]: Leaving directory `/tmp1/groff-20100402/src/roff/troff'
make[1]: *** [src/roff/troff] Error 2
make[1]: Leaving directory `/tmp1/groff-20100402'
make: *** [all] Error 2
Should I not be trying to use the daily snapshot
OS -> CentOS 5.3
Richard
config.log
Description: Text document
- [Groff] snapshot compile fails,
Richard Ray <=