make: Entering directory `/src/zlib-1.1.3'
make libs
make[1]: Entering directory `/src/zlib-1.1.3'
mkdir shared
cc -c  -O2 -g1 -Wall -Wwrite-strings -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -DHAVE_UNISTD_H -fPIC -o shared/adler32.o adler32.c
cc -c  -O2 -g1 -Wall -Wwrite-strings -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -DHAVE_UNISTD_H adler32.c
cc -c  -O2 -g1 -Wall -Wwrite-strings -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -DHAVE_UNISTD_H -fPIC -o shared/compress.o compress.c
cc -c  -O2 -g1 -Wall -Wwrite-strings -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -DHAVE_UNISTD_H compress.c
cc -c  -O2 -g1 -Wall -Wwrite-strings -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -DHAVE_UNISTD_H -fPIC -o shared/crc32.o crc32.c
cc -c  -O2 -g1 -Wall -Wwrite-strings -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -DHAVE_UNISTD_H crc32.c
cc -c  -O2 -g1 -Wall -Wwrite-strings -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -DHAVE_UNISTD_H -fPIC -o shared/gzio.o gzio.c
cc -c  -O2 -g1 -Wall -Wwrite-strings -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -DHAVE_UNISTD_H gzio.c
cc -c  -O2 -g1 -Wall -Wwrite-strings -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -DHAVE_UNISTD_H -fPIC -o shared/uncompr.o uncompr.c
cc -c  -O2 -g1 -Wall -Wwrite-strings -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -DHAVE_UNISTD_H uncompr.c
cc -c  -O2 -g1 -Wall -Wwrite-strings -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -DHAVE_UNISTD_H -fPIC -o shared/deflate.o deflate.c
cc -c  -O2 -g1 -Wall -Wwrite-strings -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -DHAVE_UNISTD_H deflate.c
cc -c  -O2 -g1 -Wall -Wwrite-strings -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -DHAVE_UNISTD_H -fPIC -o shared/trees.o trees.c
cc -c  -O2 -g1 -Wall -Wwrite-strings -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -DHAVE_UNISTD_H trees.c
cc -c  -O2 -g1 -Wall -Wwrite-strings -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -DHAVE_UNISTD_H -fPIC -o shared/zutil.o zutil.c
cc -c  -O2 -g1 -Wall -Wwrite-strings -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -DHAVE_UNISTD_H zutil.c
cc -c  -O2 -g1 -Wall -Wwrite-strings -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -DHAVE_UNISTD_H -fPIC -o shared/inflate.o inflate.c
cc -c  -O2 -g1 -Wall -Wwrite-strings -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -DHAVE_UNISTD_H inflate.c
cc -c  -O2 -g1 -Wall -Wwrite-strings -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -DHAVE_UNISTD_H -fPIC -o shared/infblock.o infblock.c
cc -c  -O2 -g1 -Wall -Wwrite-strings -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -DHAVE_UNISTD_H infblock.c
cc -c  -O2 -g1 -Wall -Wwrite-strings -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -DHAVE_UNISTD_H -fPIC -o shared/inftrees.o inftrees.c
cc -c  -O2 -g1 -Wall -Wwrite-strings -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -DHAVE_UNISTD_H inftrees.c
cc -c  -O2 -g1 -Wall -Wwrite-strings -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -DHAVE_UNISTD_H -fPIC -o shared/infcodes.o infcodes.c
cc -c  -O2 -g1 -Wall -Wwrite-strings -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -DHAVE_UNISTD_H infcodes.c
cc -c  -O2 -g1 -Wall -Wwrite-strings -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -DHAVE_UNISTD_H -fPIC -o shared/infutil.o infutil.c
cc -c  -O2 -g1 -Wall -Wwrite-strings -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -DHAVE_UNISTD_H infutil.c
cc -c  -O2 -g1 -Wall -Wwrite-strings -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -DHAVE_UNISTD_H -fPIC -o shared/inffast.o inffast.c
cc -c  -O2 -g1 -Wall -Wwrite-strings -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -DHAVE_UNISTD_H inffast.c
ar rc libz.a adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o zutil.o inflate.o infblock.o inftrees.o infcodes.o infutil.o inffast.o 
cd shared && cc -shared -Wl,-soname,libz.so.1 -o ../libz.so.1.1.3 adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o zutil.o inflate.o infblock.o inftrees.o infcodes.o infutil.o inffast.o -lc
make[1]: Leaving directory `/src/zlib-1.1.3'
make: Leaving directory `/src/zlib-1.1.3'
make: Entering directory `/src/zlib-1.1.3'
install -m 644 zlib.h zconf.h /usr/include/
install -m 644 libz.{a,so.1.1.3} /usr/lib/
ranlib /usr/lib/libz.a
ln -sf libz.so.1 /usr/lib/libz.so
ldconfig
install -m 644 zlib.3 /usr/man/man3/
make: Leaving directory `/src/zlib-1.1.3'
Extracting package zlib, please wait...
------------------------------------------------
current binary package: aaa_base.jur
extract /etc/ld.so.cache
