Created
December 22, 2013 15:18
-
-
Save onyb/8084028 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Making install in . | |
make[1]: Entering directory `/sources/gawk-4.1.0' | |
make[2]: Entering directory `/sources/gawk-4.1.0' | |
/bin/mkdir -p '/usr/bin' | |
./install-sh -c gawk '/usr/bin' | |
make 'CFLAGS=-g -O2 -DNDEBUG' 'LDFLAGS=-export-dynamic' install-exec-hook | |
make[3]: Entering directory `/sources/gawk-4.1.0' | |
(cd /usr/bin; \ | |
ln gawk gawk-4.1.0 2>/dev/null ; \ | |
if [ ! -f awk ]; \ | |
then ln -s gawk awk; \ | |
fi; exit 0) | |
make[3]: Leaving directory `/sources/gawk-4.1.0' | |
/bin/mkdir -p '/usr/include' | |
./install-sh -c -m 644 gawkapi.h '/usr/include' | |
make[2]: Leaving directory `/sources/gawk-4.1.0' | |
make[1]: Leaving directory `/sources/gawk-4.1.0' | |
Making install in awklib | |
make[1]: Entering directory `/sources/gawk-4.1.0/awklib' | |
make[2]: Entering directory `/sources/gawk-4.1.0/awklib' | |
/bin/mkdir -p '/usr/bin' | |
.././install-sh -c igawk '/usr/bin' | |
/bin/mkdir -p '/usr/libexec/awk' | |
.././install-sh -c pwcat grcat '/usr/libexec/awk' | |
make install-exec-hook | |
make[3]: Entering directory `/sources/gawk-4.1.0/awklib' | |
/bin/sh ../mkinstalldirs /usr/share/awk | |
mkdir -p -- /usr/share/awk | |
for i in passwd.awk group.awk ./eg/lib/*.awk ; do \ | |
progname=`echo $i | sed 's;.*/;;'` ; \ | |
.././install-sh -c -m 644 $i /usr/share/awk/$progname ; \ | |
done | |
make[3]: Leaving directory `/sources/gawk-4.1.0/awklib' | |
make[2]: Nothing to be done for `install-data-am'. | |
make[2]: Leaving directory `/sources/gawk-4.1.0/awklib' | |
make[1]: Leaving directory `/sources/gawk-4.1.0/awklib' | |
Making install in doc | |
make[1]: Entering directory `/sources/gawk-4.1.0/doc' | |
make[2]: Entering directory `/sources/gawk-4.1.0/doc' | |
make[2]: Nothing to be done for `install-exec-am'. | |
/bin/mkdir -p '/usr/share/info' | |
.././install-sh -c -m 644 ./gawk.info ./gawkinet.info '/usr/share/info' | |
install-info --info-dir='/usr/share/info' '/usr/share/info/gawk.info' | |
install-info --info-dir='/usr/share/info' '/usr/share/info/gawkinet.info' | |
/bin/mkdir -p '/usr/share/man/man1' | |
.././install-sh -c -m 644 gawk.1 igawk.1 '/usr/share/man/man1' | |
make[2]: Leaving directory `/sources/gawk-4.1.0/doc' | |
make[1]: Leaving directory `/sources/gawk-4.1.0/doc' | |
Making install in po | |
make[1]: Entering directory `/sources/gawk-4.1.0/po' | |
installing da.gmo as /usr/share/locale/da/LC_MESSAGES/gawk.mo | |
installing de.gmo as /usr/share/locale/de/LC_MESSAGES/gawk.mo | |
installing es.gmo as /usr/share/locale/es/LC_MESSAGES/gawk.mo | |
installing fi.gmo as /usr/share/locale/fi/LC_MESSAGES/gawk.mo | |
installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/gawk.mo | |
installing it.gmo as /usr/share/locale/it/LC_MESSAGES/gawk.mo | |
installing ja.gmo as /usr/share/locale/ja/LC_MESSAGES/gawk.mo | |
installing ms.gmo as /usr/share/locale/ms/LC_MESSAGES/gawk.mo | |
installing nl.gmo as /usr/share/locale/nl/LC_MESSAGES/gawk.mo | |
installing pl.gmo as /usr/share/locale/pl/LC_MESSAGES/gawk.mo | |
installing sv.gmo as /usr/share/locale/sv/LC_MESSAGES/gawk.mo | |
installing vi.gmo as /usr/share/locale/vi/LC_MESSAGES/gawk.mo | |
if test "gawk" = "gettext-tools"; then \ | |
/bin/mkdir -p /usr/share/gettext/po; \ | |
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed [email protected] [email protected] insert-header.sin Rules-quot Makevars.template; do \ | |
.././install-sh -c -m 644 ./$file \ | |
/usr/share/gettext/po/$file; \ | |
done; \ | |
for file in Makevars; do \ | |
rm -f /usr/share/gettext/po/$file; \ | |
done; \ | |
else \ | |
: ; \ | |
fi | |
make[1]: Leaving directory `/sources/gawk-4.1.0/po' | |
Making install in extension | |
make[1]: Entering directory `/sources/gawk-4.1.0/extension' | |
make[2]: Entering directory `/sources/gawk-4.1.0/extension' | |
make[3]: Entering directory `/sources/gawk-4.1.0/extension' | |
make[3]: Nothing to be done for `install-exec-am'. | |
/bin/mkdir -p '/usr/share/man/man3' | |
build-aux/install-sh -c -m 644 filefuncs.3am fnmatch.3am fork.3am ordchr.3am readdir.3am readfile.3am revoutput.3am revtwoway.3am rwarray.3am time.3am '/usr/share/man/man3' | |
/bin/mkdir -p '/usr/lib/gawk' | |
/bin/sh ./libtool --mode=install build-aux/install-sh -c filefuncs.la fnmatch.la fork.la inplace.la ordchr.la readdir.la readfile.la revoutput.la revtwoway.la rwarray.la testext.la time.la '/usr/lib/gawk' | |
libtool: install: build-aux/install-sh -c .libs/filefuncs.so /usr/lib/gawk/filefuncs.so | |
libtool: install: build-aux/install-sh -c .libs/filefuncs.lai /usr/lib/gawk/filefuncs.la | |
libtool: install: build-aux/install-sh -c .libs/fnmatch.so /usr/lib/gawk/fnmatch.so | |
libtool: install: build-aux/install-sh -c .libs/fnmatch.lai /usr/lib/gawk/fnmatch.la | |
libtool: install: build-aux/install-sh -c .libs/fork.so /usr/lib/gawk/fork.so | |
libtool: install: build-aux/install-sh -c .libs/fork.lai /usr/lib/gawk/fork.la | |
libtool: install: build-aux/install-sh -c .libs/inplace.so /usr/lib/gawk/inplace.so | |
libtool: install: build-aux/install-sh -c .libs/inplace.lai /usr/lib/gawk/inplace.la | |
libtool: install: build-aux/install-sh -c .libs/ordchr.so /usr/lib/gawk/ordchr.so | |
libtool: install: build-aux/install-sh -c .libs/ordchr.lai /usr/lib/gawk/ordchr.la | |
libtool: install: build-aux/install-sh -c .libs/readdir.so /usr/lib/gawk/readdir.so | |
libtool: install: build-aux/install-sh -c .libs/readdir.lai /usr/lib/gawk/readdir.la | |
libtool: install: build-aux/install-sh -c .libs/readfile.so /usr/lib/gawk/readfile.so | |
libtool: install: build-aux/install-sh -c .libs/readfile.lai /usr/lib/gawk/readfile.la | |
libtool: install: build-aux/install-sh -c .libs/revoutput.so /usr/lib/gawk/revoutput.so | |
libtool: install: build-aux/install-sh -c .libs/revoutput.lai /usr/lib/gawk/revoutput.la | |
libtool: install: build-aux/install-sh -c .libs/revtwoway.so /usr/lib/gawk/revtwoway.so | |
libtool: install: build-aux/install-sh -c .libs/revtwoway.lai /usr/lib/gawk/revtwoway.la | |
libtool: install: build-aux/install-sh -c .libs/rwarray.so /usr/lib/gawk/rwarray.so | |
libtool: install: build-aux/install-sh -c .libs/rwarray.lai /usr/lib/gawk/rwarray.la | |
libtool: install: build-aux/install-sh -c .libs/testext.so /usr/lib/gawk/testext.so | |
libtool: install: build-aux/install-sh -c .libs/testext.lai /usr/lib/gawk/testext.la | |
libtool: install: build-aux/install-sh -c .libs/time.so /usr/lib/gawk/time.so | |
libtool: install: build-aux/install-sh -c .libs/time.lai /usr/lib/gawk/time.la | |
libtool: finish: PATH="/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin:/sbin" ldconfig -n /usr/lib/gawk | |
---------------------------------------------------------------------- | |
Libraries have been installed in: | |
/usr/lib/gawk | |
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' | |
See any operating system documentation about shared libraries for | |
more information, such as the ld(1) and ld.so(8) manual pages. | |
---------------------------------------------------------------------- | |
make[3]: Leaving directory `/sources/gawk-4.1.0/extension' | |
make[2]: Leaving directory `/sources/gawk-4.1.0/extension' | |
make[1]: Leaving directory `/sources/gawk-4.1.0/extension' | |
Making install in test | |
make[1]: Entering directory `/sources/gawk-4.1.0/test' | |
make[2]: Entering directory `/sources/gawk-4.1.0/test' | |
make[2]: Nothing to be done for `install-exec-am'. | |
make[2]: Nothing to be done for `install-data-am'. | |
make[2]: Leaving directory `/sources/gawk-4.1.0/test' | |
make[1]: Leaving directory `/sources/gawk-4.1.0/test' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment