Blame KNOWNBUG

Packit 0ba690
Packit 0ba690
Known bugs in libpng version 1.2.57
Packit 0ba690
Packit 0ba690
1. February 23, 2006: The custom makefiles don't build libpng with -lz.
Packit 0ba690
Packit 0ba690
   STATUS: This is a subject of debate. The change will probably be made
Packit 0ba690
   as a part of a major overhaul of the makefiles in libpng version 1.4.0.
Packit 0ba690
Packit 0ba690
2. February 24, 2006: The Makefile generated by the "configure" script
Packit 0ba690
   fails to install symbolic links
Packit 0ba690
   libpng12.so => libpng12.so.0.1.2.9betaN
Packit 0ba690
   that are generated by the custom makefiles.
Packit 0ba690
Packit 0ba690
3. September 4, 2007:  There is a report that pngtest crashes on MacOS 10.
Packit 0ba690
Packit 0ba690
   STATUS: workarounds are
Packit 0ba690
      1) Compile without optimization (crashes are observed with
Packit 0ba690
         -arch i386 and -O2 or -O3, using gcc-4.0.1).
Packit 0ba690
      2) Compile pngtest.c with PNG_DEBUG defined (the bug goes away if
Packit 0ba690
         you try to look at it).
Packit 0ba690
      3) Ignore the crash.  The library itself seems to be OK.
Packit 0ba690