John Darrington wrote:
It would seem that you haven't installed the libplot-dev package (or
whatever it's called in Fedora).
J'
You are right, and that solved it. Thanks!
For the record, the command is: yum install plotutils-devel
-Alan
--
Alan D. Mead, Ph.D. Assistant Professor, Insti
It would seem that you haven't installed the libplot-dev package (or
whatever it's called in Fedora).
J'
On Thu, Jan 22, 2009 at 03:15:35PM -0600, Alan Mead wrote:
> I'm using Fedora 9 and I have installed Fedora's plotutils RPM which
> provides libplot...
>
> [am...@cow2 pspp-0.6.1]$ ls -l /us
I'm using Fedora 9 and I have installed Fedora's plotutils RPM which
provides libplot...
[am...@cow2 pspp-0.6.1]$ ls -l /usr/lib/libplot*
lrwxrwxrwx 1 root root 16 2008-12-30 19:40 /usr/lib/libplot.so.2 ->
libplot.so.2.2.2
-rwxr-xr-x 1 root root 1209424 2008-02-19 03:17 /usr/lib/libplot.s
Ben Pfaff wrote:
Alan Mead writes:
Your file is written using interactive syntax, but PSPP assumes
that batch syntax by default. One way to get PSPP to assume
interactive syntax would be to redirect from the syntax file,
e.g.
pspp < myfile
Isn't this bug #24534 ?
My syntax wo
Alan Mead writes:
> I thought PSPP was syntax compatible with SPSS, is that correct? I
> have some simple code that is not compatible:
>
> compute z = sum( x1,
> x2,
> x3).
> execute.
Your file is written using interactive syntax, but PSPP assumes
that batch syntax by default. One way to get P
I thought PSPP was syntax compatible with SPSS, is that correct? I have
some simple code that is not compatible:
compute z = sum( x1,
x2,
x3).
execute.
reports these syntax errors:
/home/amead/pspp.sps:28: syntax error: Syntax error in expression at end
of command.
/home/amead/pspp.sps:28:
David Lubell writes:
> I'm sure there must be a simple solution to this but I can't find it
> in the manual. I'm running PSPP on Windows XP without any problems
> and I've downloaded and installed setup-pspp-0.6.1_2.exe from
> http://www.cecaps.ufmg.br/pspp/ (after having first tried the update
I'm sure there must be a simple solution to this but I can't find it in
the manual. I'm running PSPP on Windows XP without any problems and
I've downloaded and installed setup-pspp-0.6.1_2.exe from
http://www.cecaps.ufmg.br/pspp/ (after having first tried the update
from Filesavr.com). I'd re