PrintLogo

Base: gawk-3.1.6




Source code is available here.

Run these commands:

cd /sources/ &&
rm -rf gawk-3.1.6 &&
tar -xzf gawk-3.1.6.tar.gz &&
cd gawk-3.1.6 &&
./configure --prefix=/usr --libexecdir=/usr/bin &&
make &&
make install

The output should look something like this:

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
.
.
.
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'





This article comes from NoNIC:
http://nonic.org/

The URL for this story is:
http://nonic.org/art12.html



Copyright 2006-2008 NoNIC.org. Read our Terms of Use.