I'm trying to build on i686-pc-linux-gnu RH5.1. It seems I need
libpng-1.0.2.
OK, I built libpng-1.0.2 modifying the makefile to build share lib via
libtool.
What to call the soname? I'm assuming that libpng-1.0.2 is not binary
compatible with 1.0.1. On RH5.1 libpng-1.0.2 is called libpng-2.1.0
(I think that was actually my doing when I put it into libgr, IIRC).
So I'm calling libpng-1.0.2 libpng-3.0.0. What do you think?