cd lib; make -f arch/unix/Makefile install make[1]: Entering directory `/usr/local/src/x11/freetype-1.3.1/lib' /usr/local/src/x11/freetype-1.3.1/lib/arch/unix/../../../mkinstalldirs /usr/local/lib /usr/local/include/freetype ../libtool --mode=install /usr/local/bin/ginstall -c libttf.la /usr/local/lib /usr/local/bin/ginstall -c .libs/libttf.so.2.2.0 /usr/local/lib/libttf.so.2.2.0 (cd /usr/local/lib && rm -f libttf.so.2 && ln -s libttf.so.2.2.0 libttf.so.2) (cd /usr/local/lib && rm -f libttf.so && ln -s libttf.so.2.2.0 libttf.so) chmod +x /usr/local/lib/libttf.so.2.2.0 /usr/local/bin/ginstall -c .libs/libttf.lai /usr/local/lib/libttf.la /usr/local/bin/ginstall -c .libs/libttf.a /usr/local/lib/libttf.a ranlib /usr/local/lib/libttf.a chmod 644 /usr/local/lib/libttf.a ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - use the `-RLIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- for P in /usr/local/src/x11/freetype-1.3.1/lib/arch/unix/../../freetype.h /usr/local/src/x11/freetype-1.3.1/lib/arch/unix/../../fterrid.h /usr/local/src/x11/freetype-1.3.1/lib/arch/unix/../../ftnameid.h /usr/local/src/x11/freetype-1.3.1/lib/arch/unix/../../extend/ftxkern.h /usr/local/src/x11/freetype-1.3.1/lib/arch/unix/../../extend/ftxgasp.h /usr/local/src/x11/freetype-1.3.1/lib/arch/unix/../../extend/ftxcmap.h /usr/local/src/x11/freetype-1.3.1/lib/arch/unix/../../extend/ftxsbit.h /usr/local/src/x11/freetype-1.3.1/lib/arch/unix/../../extend/ftxpost.h /usr/local/src/x11/freetype-1.3.1/lib/arch/unix/../../extend/ftxwidth.h /usr/local/src/x11/freetype-1.3.1/lib/arch/unix/../../extend/ftxerr18.h /usr/local/src/x11/freetype-1.3.1/lib/arch/unix/../../extend/ftxgsub.h /usr/local/src/x11/freetype-1.3.1/lib/arch/unix/../../extend/ftxgpos.h /usr/local/src/x11/freetype-1.3.1/lib/arch/unix/../../extend/ftxgdef.h /usr/local/src/x11/freetype-1.3.1/lib/arch/unix/../../extend/ftxopen.h ; do \ /usr/local/bin/ginstall -c -m 644 $P /usr/local/include/freetype ; \ done make[1]: Leaving directory `/usr/local/src/x11/freetype-1.3.1/lib' cd test; make -f arch/unix/Makefile install make[1]: Entering directory `/usr/local/src/x11/freetype-1.3.1/test' /usr/local/src/x11/freetype-1.3.1/test/arch/unix/../../../mkinstalldirs /usr/local/bin for P in ftview fttimer ftlint ftdump ftzoom ftsbit ftstring ftstrpnm fterror ftmetric ftstrtto ; do \ ../libtool --mode=install /usr/local/bin/ginstall -c $P /usr/local/bin/$P ; \ done /usr/local/bin/ginstall -c .libs/ftview /usr/local/bin/ftview /usr/local/bin/ginstall -c .libs/fttimer /usr/local/bin/fttimer /usr/local/bin/ginstall -c .libs/ftlint /usr/local/bin/ftlint /usr/local/bin/ginstall -c .libs/ftdump /usr/local/bin/ftdump /usr/local/bin/ginstall -c .libs/ftzoom /usr/local/bin/ftzoom /usr/local/bin/ginstall -c .libs/ftsbit /usr/local/bin/ftsbit /usr/local/bin/ginstall -c .libs/ftstring /usr/local/bin/ftstring /usr/local/bin/ginstall -c .libs/ftstrpnm /usr/local/bin/ftstrpnm /usr/local/bin/ginstall -c .libs/fterror /usr/local/bin/fterror /usr/local/bin/ginstall -c .libs/ftmetric /usr/local/bin/ftmetric /usr/local/bin/ginstall -c .libs/ftstrtto /usr/local/bin/ftstrtto make[1]: Leaving directory `/usr/local/src/x11/freetype-1.3.1/test' cd po; make install make[1]: Entering directory `/usr/local/src/x11/freetype-1.3.1/po' /usr/local/src/x11/freetype-1.3.1/mkinstalldirs /usr/local/share; \ catalogs='de.gmo fr.gmo cs.gmo nl.gmo es.gmo'; \ for cat in $catalogs; do \ case "$cat" in \ *.gmo) destdir=/usr/local/share/locale;; \ *) destdir=/usr/local/share/locale;; \ esac; \ lang=`echo $cat | sed 's/.gmo$//'`; \ dir=$destdir/$lang/LC_MESSAGES; \ /usr/local/src/x11/freetype-1.3.1/mkinstalldirs $dir; \ if test -r $cat; then \ /usr/local/bin/ginstall -c -m 644 $cat $dir/freetype.mo; \ echo "installing $cat as $dir/freetype.mo"; \ else \ /usr/local/bin/ginstall -c -m 644 /usr/local/src/x11/freetype-1.3.1/po/$cat $dir/freetype.mo; \ echo "installing /usr/local/src/x11/freetype-1.3.1/po/$cat as" \ "$dir/freetype.mo"; \ fi; \ if test -r $cat.m; then \ /usr/local/bin/ginstall -c -m 644 $cat.m $dir/freetype.mo.m; \ echo "installing $cat.m as $dir/freetype.mo.m"; \ else \ if test -r /usr/local/src/x11/freetype-1.3.1/po/$cat.m ; then \ /usr/local/bin/ginstall -c -m 644 /usr/local/src/x11/freetype-1.3.1/po/$cat.m \ $dir/freetype.mo.m; \ echo "installing /usr/local/src/x11/freetype-1.3.1/po/$cat as" \ "$dir/freetype.mo.m"; \ else \ true; \ fi; \ fi; \ done installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/freetype.mo installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/freetype.mo installing cs.gmo as /usr/local/share/locale/cs/LC_MESSAGES/freetype.mo installing nl.gmo as /usr/local/share/locale/nl/LC_MESSAGES/freetype.mo installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/freetype.mo make[1]: Leaving directory `/usr/local/src/x11/freetype-1.3.1/po'