|
From: Ethan M. <merritt@u.washington.edu> - 2005-10-03 21:43:42
|
On Monday 03 October 2005 01:24 pm, Matt Fischer wrote: > Just grabbed the latest from CVS (10/3) and I cannot build with png support. > Configure shows that it should be working: > > checking for png_create_write_struct in -lpng... yes > checking png.h usability... yes > checking png.h presence... yes > checking for png.h... yes > ... > ** Configuration summary for gnuplot 4.1.0: > ... > Enable generation of PNG files > However, when I build, I dont get png support 4.1 does not have a separate PNG driver, it has a unified PNG/JPEG/GIF driver built on top of the GD library (libgd). The output you show above means that gnuplot's build process found various pieces of a PNG installation on your machine, but they do not say anything about whether it found the rest of libgd. Please check that you have libgd installed, and then try again. You can get the latest version of libgd from http://www.boutell.com/gd/ -- Ethan A Merritt merritt@u.washington.edu Biomolecular Structure Center Mailstop 357742 University of Washington, Seattle, WA 98195 |