|
From: Ethan M. <merritt@u.washington.edu> - 2006-03-09 23:20:47
|
Responding on the list because SourceForge is acting up.
> - in cvs, shouldn't they be in src/PostScript instead of
> term/PostScript? The usual place for terminal specific files
> is in src/
Usual place?
What examples are you thinking of?
So far as I know, driver files are in .../term
Things like gnuplot_x11 are in .../src because they are
separate programs, not drivers.
> - I did ./configure --prefix=/tmp, but plotting to ps file
> does not work:
> Can't find PostScript prologue file "a.gp", line 5:
> ${prefix}/share/gnuplot/4.1/PostScript/i8859-2.ps
Ouch. That seems to be a problem with the autoconf
commands. It is not specific to the new option.
If you look, you'll see that the help directory is
similarly set to
GIHDIR = ${prefix}/share/gnuplot/4.1
I'll need help to fix this one.
> They are in /tmp/share/gnuplot/4.1/PostScript ...
That's what you asked for
> amazingly, with chmod +x ?
That is the default for the INSTALL macro.
But I can override that, I think. Thanks for pointing it out.
> I propose to look also to directory
> inside loadpath (including GNUPLOT_LIB).
What loadpath are you talking about?
GNUPLOT_LIB is not defined by default, but I don't
mind looking there if other places fail.
Do you propose search order:
./
GNUPLOT_PS_DIR/
GNUPLOT_LIB/
--
Ethan A Merritt
Biomolecular Structure Center
University of Washington, Seattle WA
|