|
|

楼主 |
发表于 2008-12-28 20:57:07
|
显示全部楼层
1 ./autogen.sh
configuration:
backends: Cairo Xft FreeType X
Now type `make' to compile pango
2 make
make[2]: Entering directory `/root/pango/tests'
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -o dump-boundaries dump-boundaries.o ../pango/libpango-1.0.la
gcc -g -O2 -Wall -o .libs/dump-boundaries dump-boundaries.o ../pango/.libs/libpango-1.0.so -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lm -Wl,--rpath -Wl,/usr/local/lib
creating dump-boundaries
make[2]: Leaving directory `/root/pango/tests'
make[2]: Entering directory `/root/pango'
make[2]: Leaving directory `/root/pango'
make[1]: Leaving directory `/root/pango'
3 make install
-- Nothing to install
test -z "/usr/local/share/man/man1" || /bin/mkdir -p "/usr/local/share/man/man1"
/usr/bin/install -c -m 644 './pango-querymodules.1' '/usr/local/share/man/man1/pango-querymodules.1'
make[2]: Leaving directory `/root/pango/docs'
make[1]: Leaving directory `/root/pango/docs'
Making install in tools
make[1]: Entering directory `/root/pango/tools'
make[2]: Entering directory `/root/pango/tools'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/root/pango/tools'
make[1]: Leaving directory `/root/pango/tools'
Making install in tests
make[1]: Entering directory `/root/pango/tests'
make[2]: Entering directory `/root/pango/tests'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/root/pango/tests'
make[1]: Leaving directory `/root/pango/tests'
make[1]: Entering directory `/root/pango'
make[2]: Entering directory `/root/pango'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/lib/pkgconfig" || /bin/mkdir -p "/usr/local/lib/pkgconfig"
/usr/bin/install -c -m 644 'pango.pc' '/usr/local/lib/pkgconfig/pango.pc'
/usr/bin/install -c -m 644 'pangocairo.pc' '/usr/local/lib/pkgconfig/pangocairo.pc'
/usr/bin/install -c -m 644 'pangox.pc' '/usr/local/lib/pkgconfig/pangox.pc'
/usr/bin/install -c -m 644 'pangoxft.pc' '/usr/local/lib/pkgconfig/pangoxft.pc'
/usr/bin/install -c -m 644 'pangoft2.pc' '/usr/local/lib/pkgconfig/pangoft2.pc'
make[2]: Leaving directory `/root/pango'
make[1]: Leaving directory `/root/pango' |
|