checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /bin/nm -B
checking whether ln -s works... yes
.
.
.
make[2]: Leaving directory `/sources/cairo-1.0.0/doc'
make[1]: Leaving directory `/sources/cairo-1.0.0/doc'
Making install in test
make[1]: Entering directory `/sources/cairo-1.0.0/test'
make[2]: Entering directory `/sources/cairo-1.0.0/test'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/sources/cairo-1.0.0/test'
make[1]: Leaving directory `/sources/cairo-1.0.0/test'
make[1]: Entering directory `/sources/cairo-1.0.0'
make[2]: Entering directory `/sources/cairo-1.0.0'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/pkgconfig" || mkdir -p -- "/usr/lib/pkgconfig"
/bin/install -c -m 644 'cairo.pc' '/usr/lib/pkgconfig/cairo.pc'
make[2]: Leaving directory `/sources/cairo-1.0.0'
make[1]: Leaving directory `/sources/cairo-1.0.0'
|