checking for a BSD-compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for grep that handles long lines and -e...
/bin/grep
checking for egrep... /bin/grep -E
checking for bison... bison -y
checking whether ln -s works... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for ranlib... ranlib
checking for a BSD-compatible install... ./install-sh -c
checking whether make sets $(MAKE)... (cached) yes
checking for special development options... no
checking for AIX... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for strerror in -lcposix... no
checking for special C compiler options needed for large
files... no
checking for _FILE_OFFSET_BITS value needed for large
files... 64
checking for AIX compilation hacks... no
checking for Linux/Alpha compilation hacks... no
checking for function prototypes... yes
checking for string.h... (cached) yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
.
.
.
.././install-sh -c -m 644 './igawk.1'
'/usr/share/man/man1/igawk.1'
make install-data-hook
make[3]: Entering directory `/sources/gawk-3.1.6/doc'
(cd /usr/share/man/man1; \
ln gawk.1 pgawk.1 2>/dev/null ; \
exit 0)
make[3]: Leaving directory `/sources/gawk-3.1.6/doc'
make[2]: Leaving directory `/sources/gawk-3.1.6/doc'
make[1]: Leaving directory `/sources/gawk-3.1.6/doc'
Making install in po
make[1]: Entering directory `/sources/gawk-3.1.6/po'
/bin/mkdir -p /usr/share
installing es.gmo as
/usr/share/locale/es/LC_MESSAGES/gawk.mo
installing fr.gmo as
/usr/share/locale/fr/LC_MESSAGES/gawk.mo
installing he.gmo as
/usr/share/locale/he/LC_MESSAGES/gawk.mo
installing it.gmo as
/usr/share/locale/it/LC_MESSAGES/gawk.mo
installing sv.gmo as
/usr/share/locale/sv/LC_MESSAGES/gawk.mo
installing tr.gmo as
/usr/share/locale/tr/LC_MESSAGES/gawk.mo
installing de.gmo as
/usr/share/locale/de/LC_MESSAGES/gawk.mo
installing da.gmo as
/usr/share/locale/da/LC_MESSAGES/gawk.mo
installing pt_BR.gmo as
/usr/share/locale/pt_BR/LC_MESSAGES/gawk.mo
installing ca.gmo as
/usr/share/locale/ca/LC_MESSAGES/gawk.mo
installing pl.gmo as
/usr/share/locale/pl/LC_MESSAGES/gawk.mo
installing ja.gmo as
/usr/share/locale/ja/LC_MESSAGES/gawk.mo
installing ro.gmo as
/usr/share/locale/ro/LC_MESSAGES/gawk.mo
installing nl.gmo as
/usr/share/locale/nl/LC_MESSAGES/gawk.mo
installing rw.gmo as
/usr/share/locale/rw/LC_MESSAGES/gawk.mo
installing ga.gmo as
/usr/share/locale/ga/LC_MESSAGES/gawk.mo
installing vi.gmo as
/usr/share/locale/vi/LC_MESSAGES/gawk.mo
installing zh_CN.gmo as
/usr/share/locale/zh_CN/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 en@quot.header en@boldquot.header
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-3.1.6/po'
Making install in test
make[1]: Entering directory `/sources/gawk-3.1.6/test'
make[2]: Entering directory `/sources/gawk-3.1.6/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-3.1.6/test'
make[1]: Leaving directory `/sources/gawk-3.1.6/test'
|