* : Darwin linker is stricter and requires all symbols to be resolved --- utils/Makefile.am +++ utils/Makefile.am @@ -16,6 +16,12 @@ pdftoabw.cc \ $(common) +pdftoabw_LDADD = \ + $(top_builddir)/poppler/libpoppler.la \ + $(UTILS_LIBS) \ + $(FONTCONFIG_LIBS) \ + $(ABIWORD_LIBS) + pdftoabw_binary = pdftoabw endif