[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: new expression code checked in
From: |
Ben Pfaff |
Subject: |
Re: new expression code checked in |
Date: |
Fri, 04 Mar 2005 00:37:03 -0800 |
User-agent: |
Gnus/5.1007 (Gnus v5.10.7) Emacs/21.3 (gnu/linux) |
John Darrington <address@hidden> writes:
> I'm no Perl expert, but this is what I found: The 'do' command seemed
> to work only if its argument was found in the current dir. Therefore,
> it was failing when pspp was being built from outside the source tree.
My investigation showed that this was only because I expressed it
as
do './generate.pl';
Changing it to
do 'generate.pl';
fixed the problem. Because I like it my way better, I checked in
a change back, after making sure that `make distcheck' and a
build from a separate dir succeeded.
--
"Writing is easy.
All you do is sit in front of a typewriter and open a vein."
--Walter Smith
New expression code doesn't build on Red Hat, John Darrington, 2005/03/03