pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gperf: new prerequisite


From: John Darrington
Subject: Re: gperf: new prerequisite
Date: Wed, 4 Apr 2007 08:51:30 +0800
User-agent: Mutt/1.5.9i

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 > address@hidden
        mv address@hidden $@
iconv_open-hpux.h: iconv_open-hpux.gperf
        $(GPERF) -m 10 $(srcdir)/iconv_open-hpux.gperf > address@hidden
        mv address@hidden $@
iconv_open-irix.h: iconv_open-irix.gperf
        $(GPERF) -m 10 $(srcdir)/iconv_open-irix.gperf > address@hidden
        mv address@hidden $@
iconv_open-osf.h: iconv_open-osf.gperf
        $(GPERF) -m 10 $(srcdir)/iconv_open-osf.gperf > address@hidden
        mv address@hidden $@

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.


Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]