I intalled all the libreries, then i follow this instructions
> cd pspp
> make -f Smake
> ./configure
Until here everything is ok,
but when i do
> make
the terminal send this message:
make all-recursive
make[1]: se ingresa al directorio `/home/batusai/Descargas/pspp'
Making all in gl
make[2]: se ingresa al directorio `/home/batusai/Descargas/pspp/gl'
rm -f configmake.h-t configmake.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
echo '#define PREFIX "/usr/local"'; \
echo '#define EXEC_PREFIX "/usr/local"'; \
echo '#define BINDIR "/usr/local/bin"'; \
echo '#define SBINDIR "/usr/local/sbin"'; \
echo '#define LIBEXECDIR "/usr/local/libexec"'; \
echo '#define DATAROOTDIR "/usr/local/share"'; \
echo '#define DATADIR "/usr/local/share"'; \
echo '#define SYSCONFDIR "/usr/local/etc"'; \
echo '#define SHAREDSTATEDIR "/usr/local/com"'; \
echo '#define LOCALSTATEDIR "/usr/local/var"'; \
echo '#define INCLUDEDIR "/usr/local/include"'; \
echo '#define OLDINCLUDEDIR "/usr/include"'; \
echo '#define DOCDIR "/usr/local/share/doc/pspp"'; \
echo '#define INFODIR "/usr/local/share/info"'; \
echo '#define HTMLDIR "/usr/local/share/doc/pspp"'; \
echo '#define DVIDIR "/usr/local/share/doc/pspp"'; \
echo '#define PDFDIR "/usr/local/share/doc/pspp"'; \
echo '#define PSDIR "/usr/local/share/doc/pspp"'; \
echo '#define LIBDIR "/usr/local/lib"'; \
echo '#define LISPDIR ""'; \
echo '#define LOCALEDIR "/usr/local/share/locale"'; \
echo '#define MANDIR "/usr/local/share/man"'; \
echo '#define MANEXT ""'; \
echo '#define PKGDATADIR "/usr/local/share/pspp"'; \
echo '#define PKGINCLUDEDIR "/usr/local/include/pspp"'; \
echo '#define PKGLIBDIR "/usr/local/lib/pspp"'; \
echo '#define PKGLIBEXECDIR ""'; \
} | sed '/""/d' > configmake.h-t
mv configmake.h-t configmake.h
gperf -m 10 ./iconv_open-aix.gperf > iconv_open-aix.h-t
/bin/sh: gperf: command not found
make[2]: *** [iconv_open-aix.h] Error 127
make[2]: se sale del directorio `/home/batusai/Descargas/pspp/gl'
make[1]: *** [all-recursive] Error 1
make[1]: se sale del directorio `/home/batusai/Descargas/pspp'
make: *** [all] Error 2
> make check
make check-recursive
make[1]: se ingresa al directorio `/home/batusai/Descargas/pspp'
Making check in gl
make[2]: se ingresa al directorio `/home/batusai/Descargas/pspp/gl'
gperf -m 10 ./iconv_open-aix.gperf > iconv_open-aix.h-t
/bin/sh: gperf: command not found
make[2]: *** [iconv_open-aix.h] Error 127
make[2]: se sale del directorio `/home/batusai/Descargas/pspp/gl'
make[1]: *** [check-recursive] Error 1
make[1]: se sale del directorio `/home/batusai/Descargas/pspp'
make: *** [check] Error 2
> make install
make install-recursive
make[1]: se ingresa al directorio `/home/batusai/Descargas/pspp'
Making install in gl
make[2]: se ingresa al directorio `/home/batusai/Descargas/pspp/gl'
gperf -m 10 ./iconv_open-aix.gperf > iconv_open-aix.h-t
/bin/sh: gperf: command not found
make[2]: *** [iconv_open-aix.h] Error 127
make[2]: se sale del directorio `/home/batusai/Descargas/pspp/gl'
make[1]: *** [install-recursive] Error 1
make[1]: se sale del directorio `/home/batusai/Descargas/pspp'
make: *** [install] Error 2
--
"A human being should be versatile. Specialization is for insects". Robert
Heinlein
---
GNU/Linux user # 451297
Distro. Debian GNU/linux Etch 4.0
Linux Kernel 2.6.21.2
---
"http://batuosfera.blogspot.com/"
_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev