ImageMagick 7 png missing
Posted: 2016-11-02T09:17:26-07:00
I'm trying to update from IM 6.5.9-0 to 7.0.3 building from sources.
Configure, make and install run fine.
At end convert -version says:
Version: ImageMagick 7.0.3-4 Q16 powerpc 2016-10-28
But when I try to convert from png I get the error that png delegates are missing.
I've installed again the libpng and ran IM config with these parameters:
export PKG_CONFIG_PATH=/QOpenSys/usr/local/lib/pkgconfig
GNUMAKE=gmake ./configure --build=powerpc-ibm-aix5.1.0.0
CC='/QOpenSys/gcc40/usr/local/bin/gcc'
CXX='/QOpenSys/gcc40/usr/local/bin/g++'
--prefix=/QOpenSys/usr/local --without-perl --enable-static --disable-shared
--without-threads --disable-dependency-tracking --without-x --enable-delegate-build
CPPFLAGS='-I/QOpenSys/usr/local/include' LDFLAGS='-L/QOpenSys/usr/local/lib'
But at end of configure I always see :
PNG --with-png=yes no
DELEGATES = mpeg jpeg ps tiff
Configure.log
-------------------------------------------------------------
configure:33402: checking for PNG
configure:33461: result: no
configure:33471: result:
configure:33719: result:
-------------------------------------------------------------
Thanks for help.
Configure, make and install run fine.
At end convert -version says:
Version: ImageMagick 7.0.3-4 Q16 powerpc 2016-10-28
But when I try to convert from png I get the error that png delegates are missing.
I've installed again the libpng and ran IM config with these parameters:
export PKG_CONFIG_PATH=/QOpenSys/usr/local/lib/pkgconfig
GNUMAKE=gmake ./configure --build=powerpc-ibm-aix5.1.0.0
CC='/QOpenSys/gcc40/usr/local/bin/gcc'
CXX='/QOpenSys/gcc40/usr/local/bin/g++'
--prefix=/QOpenSys/usr/local --without-perl --enable-static --disable-shared
--without-threads --disable-dependency-tracking --without-x --enable-delegate-build
CPPFLAGS='-I/QOpenSys/usr/local/include' LDFLAGS='-L/QOpenSys/usr/local/lib'
But at end of configure I always see :
PNG --with-png=yes no
DELEGATES = mpeg jpeg ps tiff
Configure.log
-------------------------------------------------------------
configure:33402: checking for PNG
configure:33461: result: no
configure:33471: result:
configure:33719: result:
-------------------------------------------------------------
Thanks for help.