|
From: Daniel J S. <dan...@ie...> - 2004-10-26 08:53:11
|
Daniel J Sebald wrote: > I'm running into some quirks with the pdf terminal that I can't recall > in the past. I returned to some octave code and got some crashes > where there were none before. The PostScript and X11 terminals still > work fine with the script in question. ./configure log shows nothing aberant with pdflib. Perhaps it is a bug in pdflib. The version of pdflib.h I have is: /* $Id: pdflib.h,v 1.39.2.11 2002/01/23 15:40:42 rjs Exp $ #define PDFLIB_MAJORVERSION 4 /* PDFlib major version number */ #define PDFLIB_MINORVERSION 0 /* PDFlib minor version number */ #define PDFLIB_REVISION 2 /* PDFlib revision number */ #define PDFLIB_VERSIONSTRING "4.0.2" /* The whole bunch */ |