Intro  Base  More  Read  Use  Last 30  60  90  All Articles  RSS


Intro

Base

More

Read

Use

Last:
30


60

90

All
Days

Base: tar-1.18   Print


Base Nav: first previous next last All Tab 2 spacerspacer
Source code is available here.

Run these commands:

cd /sources/  &&
rm -rf tar-1.18 &&
tar -xjf tar-1.18.tar.bz2 &&
cd tar-1.18 &&
./configure --prefix=/usr --bindir=/bin \
    --libexecdir=/usr/bin &&
make &&
make install

The output should look something like this:

checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
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 for ranlib... ranlib
checking for bison... bison -y
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e...
/bin/grep
checking for egrep... /bin/grep -E
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 gcc option to accept ISO C99... -std=gnu99
checking for gcc -std=gnu99 option to accept ISO Standard
C... (cached) -std=gnu99
checking for special C compiler options needed for large
files... no
checking for _FILE_OFFSET_BITS value needed for large
files... 64
checking for _LARGE_FILES value needed for large files...
no
checking for strerror in -lcposix... no
checking for inline... inline
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking linux/fd.h usability... yes
checking linux/fd.h presence... yes
checking for linux/fd.h... yes
checking for memory.h... (cached) yes
.
.
.
installing hr.gmo as
/usr/share/locale/hr/LC_MESSAGES/tar.mo
installing hu.gmo as
/usr/share/locale/hu/LC_MESSAGES/tar.mo
installing id.gmo as
/usr/share/locale/id/LC_MESSAGES/tar.mo
installing it.gmo as
/usr/share/locale/it/LC_MESSAGES/tar.mo
installing ja.gmo as
/usr/share/locale/ja/LC_MESSAGES/tar.mo
installing ko.gmo as
/usr/share/locale/ko/LC_MESSAGES/tar.mo
installing ky.gmo as
/usr/share/locale/ky/LC_MESSAGES/tar.mo
installing ms.gmo as
/usr/share/locale/ms/LC_MESSAGES/tar.mo
installing nb.gmo as
/usr/share/locale/nb/LC_MESSAGES/tar.mo
installing nl.gmo as
/usr/share/locale/nl/LC_MESSAGES/tar.mo
installing no.gmo as
/usr/share/locale/no/LC_MESSAGES/tar.mo
installing pl.gmo as
/usr/share/locale/pl/LC_MESSAGES/tar.mo
installing pt.gmo as
/usr/share/locale/pt/LC_MESSAGES/tar.mo
installing pt_BR.gmo as
/usr/share/locale/pt_BR/LC_MESSAGES/tar.mo
installing ro.gmo as
/usr/share/locale/ro/LC_MESSAGES/tar.mo
installing ru.gmo as
/usr/share/locale/ru/LC_MESSAGES/tar.mo
installing rw.gmo as
/usr/share/locale/rw/LC_MESSAGES/tar.mo
installing sk.gmo as
/usr/share/locale/sk/LC_MESSAGES/tar.mo
installing sl.gmo as
/usr/share/locale/sl/LC_MESSAGES/tar.mo
installing sv.gmo as
/usr/share/locale/sv/LC_MESSAGES/tar.mo
installing tr.gmo as
/usr/share/locale/tr/LC_MESSAGES/tar.mo
installing uk.gmo as
/usr/share/locale/uk/LC_MESSAGES/tar.mo
installing vi.gmo as
/usr/share/locale/vi/LC_MESSAGES/tar.mo
installing zh_CN.gmo as
/usr/share/locale/zh_CN/LC_MESSAGES/tar.mo
if test ""tar"" = ""gettext-tools""; then \
  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 \
    /bin/install -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/tar-1.18/po'
Making install in tests
make[1]: Entering directory `/sources/tar-1.18/tests'
make[2]: Entering directory `/sources/tar-1.18/tests'
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/tar-1.18/tests'
make[1]: Leaving directory `/sources/tar-1.18/tests'
make[1]: Entering directory `/sources/tar-1.18'
make[2]: Entering directory `/sources/tar-1.18'
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/tar-1.18'
make[1]: Leaving directory `/sources/tar-1.18'


~~~
Please read our Terms of Use and our Privacy Policy
A tip o' the hat to the folks at Linux From Scratch, who provided a lot of the know-how and framing for the NoNIC OS.

Copyright 2006-2009 NoNIC.org

Created by:
MCJ
MCJ CMS