
On Fri, 7 Nov 2003, T Ingham wrote:
Further with libpng, I have also downloaded the source from sf.net and compiled / installed. I still run into the same problem during configure.
I can't help but wonder perhaps if I've borked my system somewhere along the line. I can't seem to find libpng-devel anywhere ( for OSX )
-t
Try searching on 'libpng3-devel', maybe?
It would be extremely strange if OSX didn't have this library in some form or other.
Here are the specific files that my 'libpng3-devel' installs, for what it's worth:
{brimstone} ~ (9): rpm -q libpng3-devel --filesbypkg libpng3-devel /usr/include/libpng libpng3-devel /usr/include/libpng12 libpng3-devel /usr/include/libpng12/png.h libpng3-devel /usr/include/libpng12/pngconf.h libpng3-devel /usr/include/png.h libpng3-devel /usr/include/pngconf.h libpng3-devel /usr/lib/libpng.so libpng3-devel /usr/lib/libpng12.so libpng3-devel /usr/share/doc/libpng3-devel-1.2.4 libpng3-devel /usr/share/doc/libpng3-devel-1.2.4/CHANGES libpng3-devel /usr/share/doc/libpng3-devel-1.2.4/README libpng3-devel /usr/share/doc/libpng3-devel-1.2.4/TODO libpng3-devel /usr/share/doc/libpng3-devel-1.2.4/example.c libpng3-devel /usr/share/doc/libpng3-devel-1.2.4/libpng.txt libpng3-devel /usr/share/man/man3/libpng.3.bz2 libpng3-devel /usr/share/man/man3/libpngpf.3.bz2
The .h's and .so's are probably where the money is here.
Bryce