make install-recursive make[1]: se ingresa al directorio `/home/yorik/Público/pspp-0.6.2' Making install in gl make[2]: se ingresa al directorio `/home/yorik/Público/pspp-0.6.2/gl'
rm -f configmake.h-t { 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 if test -f configmake.h && cmp configmake.h-t configmake.h > /dev/null; then \ rm -f configmake.h-t; \
else \ rm -f configmake.h; mv configmake.h-t configmake.h; \ fi make install-recursive make[3]: se ingresa al directorio `/home/yorik/Público/pspp-0.6.2/gl' make[4]: se ingresa al directorio `/home/yorik/Público/pspp-0.6.2/gl'
rm -f configmake.h-t { 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 if test -f configmake.h && cmp configmake.h-t configmake.h > /dev/null; then \ rm -f configmake.h-t; \
else \ rm -f configmake.h; mv configmake.h-t configmake.h; \ fi make[5]: se ingresa al directorio `/home/yorik/Público/pspp-0.6.2/gl' if test yes = no; then \ case 'linux-gnu' in \
darwin[56]*) \ need_charset_alias=true ;; \ darwin* | cygwin* | mingw* | pw32* | cegcc*) \ need_charset_alias=false ;; \ *) \ need_charset_alias=true ;; \
esac ; \ else \ need_charset_alias=false ; \ fi ; \ if $need_charset_alias; then \ /bin/bash /home/yorik/Público/pspp-0.6.2/install-sh -d /usr/local/lib ; \ fi ; \ if test -f /usr/local/lib/charset.alias; then \
sed -f ref-add.sed /usr/local/lib/charset.alias > /usr/local/lib/charset.tmp ; \ /usr/bin/install -c -m 644 /usr/local/lib/charset.tmp /usr/local/lib/charset.alias ; \ rm -f /usr/local/lib/charset.tmp ; \
else \ if $need_charset_alias; then \ sed -f ref-add.sed charset.alias > /usr/local/lib/charset.tmp ; \ /usr/bin/install -c -m 644 /usr/local/lib/charset.tmp /usr/local/lib/charset.alias ; \
rm -f /usr/local/lib/charset.tmp ; \ fi ; \ fi make[5]: No se hace nada para `install-data-am'. make[5]: se sale del directorio `/home/yorik/Público/pspp-0.6.2/gl' make[4]: se sale del directorio `/home/yorik/Público/pspp-0.6.2/gl'
make[3]: se sale del directorio `/home/yorik/Público/pspp-0.6.2/gl' make[2]: se sale del directorio `/home/yorik/Público/pspp-0.6.2/gl' Making install in po make[2]: se ingresa al directorio `/home/yorik/Público/pspp-0.6.2/po'
/bin/mkdir -p /usr/local/share installing en_GB.gmo as /usr/local/share/locale/en_GB/LC_MESSAGES/pspp.mo installing nl.gmo as /usr/local/share/locale/nl/LC_MESSAGES/pspp.mo installing pt_BR.gmo as /usr/local/share/locale/pt_BR/LC_MESSAGES/pspp.mo
if test "pspp" = "gettext-tools"; then \ /bin/mkdir -p /usr/local/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed address@hidden address@hidden insert-header.sin Rules-quot Makevars.template; do \
/usr/bin/install -c -m 644 ./$file \ /usr/local/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /usr/local/share/gettext/po/$file; \ done; \
else \ : ; \ fi make[2]: se sale del directorio `/home/yorik/Público/pspp-0.6.2/po' make[2]: se ingresa al directorio `/home/yorik/Público/pspp-0.6.2' make[3]: se ingresa al directorio `/home/yorik/Público/pspp-0.6.2'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin" /bin/bash ./libtool --mode=install /usr/bin/install -c 'src/ui/terminal/pspp' '/usr/local/bin/pspp' libtool: install: /usr/bin/install -c src/ui/terminal/pspp /usr/local/bin/pspp
/bin/bash ./libtool --mode=install /usr/bin/install -c 'src/ui/gui/psppire' '/usr/local/bin/psppire' libtool: install: /usr/bin/install -c src/ui/gui/.libs/psppire /usr/local/bin/psppire test -z "/usr/local/lib/pspp" || /bin/mkdir -p "/usr/local/lib/pspp"
/bin/bash ./libtool --mode=install /usr/bin/install -c 'src/ui/gui/libpsppwidgets.la' '/usr/local/lib/pspp/libpsppwidgets.la'
libtool: install: /usr/bin/install -c src/ui/gui/.libs/libpsppwidgets.so.0.0.0 /usr/local/lib/pspp/libpsppwidgets.so.0.0.0 libtool: install: (cd /usr/local/lib/pspp && { ln -s -f libpsppwidgets.so.0.0.0 libpsppwidgets.so.0 || { rm -f libpsppwidgets.so.0 && ln -s libpsppwidgets.so.0.0.0 libpsppwidgets.so.0; }; })
libtool: install: (cd /usr/local/lib/pspp && { ln -s -f libpsppwidgets.so.0.0.0 libpsppwidgets.so || { rm -f libpsppwidgets.so && ln -s libpsppwidgets.so.0.0.0 libpsppwidgets.so; }; }) libtool: install: /usr/bin/install -c src/ui/gui/.libs/libpsppwidgets.lai /usr/local/lib/pspp/libpsppwidgets.la
libtool: install: /usr/bin/install -c src/ui/gui/.libs/libpsppwidgets.a /usr/local/lib/pspp/libpsppwidgets.a libtool: install: chmod 644 /usr/local/lib/pspp/libpsppwidgets.a libtool: install: ranlib /usr/local/lib/pspp/libpsppwidgets.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin:/sbin" ldconfig -n /usr/local/lib/pspp ----------------------------------------------------------------------
Libraries have been installed in: /usr/local/lib/pspp
If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf'
If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf'