On Tue, Apr 03, 2007 at 05:45:34PM -0700, Ben Pfaff wrote:
> Well try it for yourself. If I mv /usr/bin/gperf /usr/bin/_gperf, then
> I get:
>
> $ make
> make all-recursive
> make[1]: Entering directory `/Scratch/jmd/pspp-confidence-bug'
> Making all in gl
> make[2]: Entering directory `/Scratch/jmd/pspp-confidence-bug/gl'
> gperf -m 10 ./iconv_open-aix.gperf > iconv_open-aix.h-t
> /bin/sh: gperf: command not found
I'm not seeing that behavior. The following never tries to run
gperf here:
make dist
tar xzf pspp-0.4.3.tar.gz
cd pspp-0.4.3
mkdir _build
cd _build
../configure
make
I definitatly see it here. And in gl/Makefile, I see:
iconv_open-aix.h: iconv_open-aix.gperf
$(GPERF) -m 10 $(srcdir)/iconv_open-aix.gperf > [EMAIL PROTECTED]
mv [EMAIL PROTECTED] $@
iconv_open-hpux.h: iconv_open-hpux.gperf
$(GPERF) -m 10 $(srcdir)/iconv_open-hpux.gperf > [EMAIL PROTECTED]
mv [EMAIL PROTECTED] $@
iconv_open-irix.h: iconv_open-irix.gperf
$(GPERF) -m 10 $(srcdir)/iconv_open-irix.gperf > [EMAIL PROTECTED]
mv [EMAIL PROTECTED] $@
iconv_open-osf.h: iconv_open-osf.gperf
$(GPERF) -m 10 $(srcdir)/iconv_open-osf.gperf > [EMAIL PROTECTED]
mv [EMAIL PROTECTED] $@
At the risk of asking the obvious, have you recently done :
1. cvs update in gnulib
2. make -f Smake clean ; make -f Smake in theepspp dir
3. made sure there's not a gperf somewhere on the search path
J'
--
PGP Public key ID: 1024D/2DE827B3
fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3
See http://pgp.mit.edu or any PGP keyserver for public key.
signature.asc
Description: Digital signature
_______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
