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


Intro

Base

More

Read

Use

Last:
30


60

90

All
Days

Base: coreutils-5.92   Print


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

Run these commands:

cd /sources/  &&
rm -rf coreutils-5.92 &&
tar -xjf coreutils-5.92.tar.bz2 &&
cd coreutils-5.92 &&
./configure --prefix=/usr --bindir=/bin &&
make &&
make install &&
cd /sources/  &&
rm -rf coreutils-5.92

The output should look something like this:

checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
configure: autobuild project... GNU coreutils
configure: autobuild revision... 5.92
configure: autobuild hostname... (none)
configure: autobuild timestamp... 20080718-011106
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
.
.
.
make[3]: Leaving directory `/sources/coreutils-5.92/tests/wc'
make[2]: Leaving directory `/sources/coreutils-5.92/tests/wc'
make[2]: Entering directory `/sources/coreutils-5.92/tests'
make[3]: Entering directory `/sources/coreutils-5.92/tests'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/sources/coreutils-5.92/tests'
make[2]: Leaving directory `/sources/coreutils-5.92/tests'
make[1]: Leaving directory `/sources/coreutils-5.92/tests'
make[1]: Entering directory `/sources/coreutils-5.92'
make[2]: Entering directory `/sources/coreutils-5.92'
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/coreutils-5.92'
make[1]: Leaving directory `/sources/coreutils-5.92'

~~~
Please read our Terms of Use
The Mountain Climbing Journal filesystem has borrowed heavily from various pieces of Linux From Scratch.

Copyright 2006-2008 NoNIC.org

Created by:
MCJ
MCJ CMS