[Zlib-devel] zlib-1.2.7 on AIX and mktemp
yaberger at ca.ibm.com
yaberger at ca.ibm.com
Mon May 14 07:34:20 EDT 2012
< However 1.2.6 used mktemp as well.
well for some reason, it was not being used in my environment and not
throwing any error :/
gzip -cd zlib-1.2.6.tar.gz |tar xf -
cd zlib-1.2.6
./configure --prefix=/usr/local/zlib-1.2.6
Checking for gcc...
Checking for shared library support...
No shared library support.
Building static library libz.a version 1.2.6 with cc.
Checking for off64_t... Yes.
Checking for fseeko... Yes.
Checking for unistd.h... Yes.
Checking for stdarg.h... Yes.
Checking whether to use vs[n]printf() or s[n]printf()... using
vs[n]printf().
Checking for vsnprintf() in stdio.h... Yes.
Checking for return value of vsnprintf()... Yes.
make test
cc -O -qmaxmem=8192 -D_LARGEFILE64_SOURCE=1 -I. -c -o example.o
test/example.c
cc -O -qmaxmem=8192 -D_LARGEFILE64_SOURCE=1 -c adler32.c
cc -O -qmaxmem=8192 -D_LARGEFILE64_SOURCE=1 -c crc32.c
cc -O -qmaxmem=8192 -D_LARGEFILE64_SOURCE=1 -c deflate.c
cc -O -qmaxmem=8192 -D_LARGEFILE64_SOURCE=1 -c infback.c
cc -O -qmaxmem=8192 -D_LARGEFILE64_SOURCE=1 -c inffast.c
cc -O -qmaxmem=8192 -D_LARGEFILE64_SOURCE=1 -c inflate.c
cc -O -qmaxmem=8192 -D_LARGEFILE64_SOURCE=1 -c inftrees.c
cc -O -qmaxmem=8192 -D_LARGEFILE64_SOURCE=1 -c trees.c
cc -O -qmaxmem=8192 -D_LARGEFILE64_SOURCE=1 -c zutil.c
cc -O -qmaxmem=8192 -D_LARGEFILE64_SOURCE=1 -c compress.c
cc -O -qmaxmem=8192 -D_LARGEFILE64_SOURCE=1 -c uncompr.c
cc -O -qmaxmem=8192 -D_LARGEFILE64_SOURCE=1 -c gzclose.c
cc -O -qmaxmem=8192 -D_LARGEFILE64_SOURCE=1 -c gzlib.c
cc -O -qmaxmem=8192 -D_LARGEFILE64_SOURCE=1 -c gzread.c
cc -O -qmaxmem=8192 -D_LARGEFILE64_SOURCE=1 -c gzwrite.c
ar rc libz.a adler32.o crc32.o deflate.o infback.o inffast.o
inflate.o inftrees.o trees.o zutil.o compress.o uncompr.o gzclose.o
gzlib.o gzread.o gzwrite.o
cc -O -qmaxmem=8192 -D_LARGEFILE64_SOURCE=1 -o example example.o
-L. libz.a
cc -O -qmaxmem=8192 -D_LARGEFILE64_SOURCE=1 -I. -c -o minigzip.o
test/minigzip.c
cc -O -qmaxmem=8192 -D_LARGEFILE64_SOURCE=1 -o minigzip minigzip.o
-L. libz.a
cc -O -qmaxmem=8192 -D_LARGEFILE64_SOURCE=1 -I.
-D_FILE_OFFSET_BITS=64 -c -o example64.o test/example.c
cc -O -qmaxmem=8192 -D_LARGEFILE64_SOURCE=1 -o example64
example64.o -L. libz.a
cc -O -qmaxmem=8192 -D_LARGEFILE64_SOURCE=1 -I.
-D_FILE_OFFSET_BITS=64 -c -o minigzip64.o test/minigzip.c
cc -O -qmaxmem=8192 -D_LARGEFILE64_SOURCE=1 -o minigzip64
minigzip64.o -L. libz.a
hello world
zlib version 1.2.6 = 0x1260, compile flags = 0x55
uncompress(): hello, hello!
gzread(): hello, hello!
gzgets() after gzseek: hello!
inflate(): hello, hello!
large_inflate(): OK
after inflateSync(): hello, hello!
inflate with dictionary: hello, hello!
*** zlib test OK ***
hello world
zlib version 1.2.6 = 0x1260, compile flags = 0x55
uncompress(): hello, hello!
gzread(): hello, hello!
gzgets() after gzseek: hello!
inflate(): hello, hello!
large_inflate(): OK
after inflateSync(): hello, hello!
inflate with dictionary: hello, hello!
*** zlib 64-bit test OK ***
Target "test" is up to date.
Yannick Bergeron
450 534-7711
yaberger at ca.ibm.com
Advisory IT Specialist
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://madler.net/pipermail/zlib-devel_madler.net/attachments/20120514/1e768901/attachment.html>
More information about the Zlib-devel
mailing list