>> What do I have to do to get libPng support in ImageMagick?
>
> Check config.log and look for -lpng.  Within 20 or 30 lines it will tell
> you
> why ImageMagick failed to validate the PNG library.  Fix the problem and
> rerun
> the configure script until the PNG library is validated.  You can now type
> 'make' to build the ImageMagick distribution.
>


What the heck!!!???

In configure...

# Build library dependency list for libMagick
#
if test "$with_modules" != 'no'
then
  MAGICK_DEP_LIBS="$LCMS_LIBS $TIFF_LIBS $FREETYPE_LIBS $JPEG_LIBS
$FONTCONFIG_LIBS $XEXT_LIBS $IPC_LIBS $X11_LIBS $XT_LIBS $BZLIB_LIBS
$ZLIB_LIBS $GDI32_LIBS $THREAD_LIBS $MATH_LIBS $CCMALLOC_LIBS
$EFENCE_LIBS $THREAD_LIBS $USER_LIBS"
else
  MAGICK_DEP_LIBS="$JBIG_LIBS $LCMS_LIBS $TIFF_LIBS $FREETYPE_LIBS
$JP2_LIBS $JPEG_LIBS $GS_LIBS $PNG_LIBS $FPX_LIBS $FONTCONFIG_LIBS
$WMF_LIBS $DPS_LIBS $XEXT_LIBS $XT_LIBS $IPC_LIBS $X11_LIBS $BZLIB_LIBS
$RSVG_LIBS $XML_LIBS $GVC_LIBS $ZLIB_LIBS $GDI32_LIBS $THREAD_LIBS
$MATH_LIBS $CCMALLOC_LIBS $EFENCE_LIBS $THREAD_LIBS $USER_LIBS"
fi


_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to