"Richard Logwood" <itoolerdev(a)yahoo.com> wrote:
I've discovered that the "png-1.0.3.exe" (PNG
libraries. A requirement for building XEmacs) does not
include a DLL.
These libraries aren't in the CygWin installation
posted at
www.cygwin.com either. It would make sense
to have one archive with all of the required libraries
for CygWin, with the appropriate names.
In my current cygwin installation (from
http://cygwin.com) I have
the following PNG DLLs. The png10 libraries are release 1.0.14;
png12 are 1.2.4; png2 are 1.0.12 (AFAICT). Are none of these the
version you were looking for?
scottc@BABEL ~
$ ls /usr/lib/*png*
/usr/lib/libpng.a /usr/lib/libpng10.a
/usr/lib/libpng12.a
/usr/lib/libpng.dll.a /usr/lib/libpng10.dll.a
/usr/lib/libpng12.dll.a
scottc@BABEL ~
$ ls /usr/bin/*png*.dll
/usr/bin/cygpng10.dll /usr/bin/cygpng12.dll /usr/bin/cygpng2.dll
// Conrad