It worked for me. Using the current libpng version 1.2.8 and zlib 1.2.2 Inserted the line "USE_PSPSDK_LIBC = 1" into the makefiles of both libpng and zlib. First in the zlib folder: make clean make make install Then in the libpng: make clean make make install Then make own project and all ...