Daniel Wisehart wrote:
On Monday 24 April 2006 19:16, Dan McMahill wrote:

We just built the latest snapshot of PCB and it is broken with our
configure options.  Patches coming tomorrow.

I'll be waiting.


When I ran configure with --disable-gif --disable-jpeg --disable-png, make failed because LIBS still contains -ljpeg -lpng -lz. What I did is use sed to remove these libraries from LIBS and GD_LIBS if the disable for a library is given as a command line argument to configure.

Regards,
Daniel


The configure script has been fixed in cvs. If all 3 of the graphic file formats are disabled then GD_LIBS is no longer used at all since the only reason for gdlib (and anything gdlib-config may pull in like libz) was for the graphic file format exporting.

-Dan

Reply via email to