Hi,
I'm trying to get libpng working with SDL library on ARM9 cross ompiled on linux m/c. I'm getting an error from SDL_image library compiling
checking for png.h... yes
checking for png_create_read_struct in -lpng... no
configure: WARNING: *** Unable to find PNG library (
http://www.libpng.org/pub/png/libpng.html)
I have placed libpng12.so.* and png.h in the proper places. If I bypass error this by forcing one of the flags, I get a run time error
Failed loading libpng.so.3 Creating a symbolic link to libpng12.so.* also is not helping. I can't figure out where to get png3 package.
Any idea ?
Thanks
Sanu