> I've had this problem since version 0.5.3 (a similar message was sent
> last month by someone else). When making everything works great until
> the very end when trying to link. I've attached the make file errors as
> a tar.gz file.
For me, the reason was that it tried to link with an older version of
its
libs.
Do a "make clean" and be sure that there are no older version of the
libs
(libAbi* and libMSWordView*) on your system (perhaps in /usr/local/lib
or
so?!?)...
Christian