--- pdflib/bind/cpp/image.cpp.org 2008-10-20 20:18:40.841740273 +0200 +++ pdflib/bind/cpp/image.cpp 2008-10-20 20:19:21.368403349 +0200 @@ -4,6 +4,7 @@ // #include +#include #include "pdflib.hpp" --- pdflib-4.0.3/pdflib/Makefile.in.org 2008-10-20 20:27:14.622106537 +0200 +++ pdflib-4.0.3/pdflib/Makefile.in 2008-10-20 20:27:34.788561702 +0200 @@ -119,9 +119,9 @@ @-if test "$(WITH_SHARED)" = "no"; then \ cp .libs/libpdf.la .libs/libpdf.lai;\ fi - $(LIBTOOL) $(INSTALL_DATA) $(LIBPDF).la $(DESTDIR)$(libdir); + $(LIBTOOL) --mode=install $(INSTALL_DATA) $(LIBPDF).la $(DESTDIR)$(libdir); @-if test "$(WITH_SHARED)" = "yes"; then \ - $(LIBTOOL) -n --finish $(DESTDIR)$(libdir);\ + $(LIBTOOL) --mode=install -n --finish $(DESTDIR)$(libdir);\ else\ rm -f .libs/libpdf.lai;\ fi