Displaying 1 result from an estimated 1 matches for "_crc32".
Did you mean:
crc32
2001 Nov 18
1
Configuration: libpng needs zlib, but ...
...rses -lm -lcExt
g:\lib/png.a(pngwrite.o): Undefined symbol _deflateEnd referenced from
text segment
g:\lib/png.a(pngwrite.o): Undefined symbol _deflate referenced from text
segment
g:\lib/png.a(png.o): Undefined symbol _inflateReset referenced from text
segment
g:\lib/png.a(png.o): Undefined symbol _crc32 referenced from text
segment
g:\lib/png.a(png.o): Undefined symbol _crc32 referenced from text
segment
......
This is because zlib is not included in the command line (-lz). And this
has to do
with the order of calls in configure in: libz is looked for AFTER the
bitmap libs, so it
is not in $(LIB...