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


Intro

Base

More

Read

Use

Last:
30


60

90

All
Days

Base: sed-4.2   Print


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

Run these commands:

cd /sources/  &&
rm -rf sed-4.2 &&
tar -xzf sed-4.2.tar.gz &&
cd sed-4.2 &&
./configure --prefix=/usr --bindir=/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 a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... 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 for ranlib... ranlib
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
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 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 inline... inline
checking for working alloca.h... yes
checking for alloca... yes
checking for btowc... yes
checking for gettimeofday... yes
checking for lstat... yes
checking for mbsinit... yes
checking for mbrtowc... yes
checking for mbrlen... yes
checking for pathconf... yes
checking for isblank... yes
checking for iswctype... yes
checking for wcscoll... yes
checking for wcrtomb... yes
.
.
.
installing tr.gmo as
/usr/share/locale/tr/LC_MESSAGES/sed.mo
installing uk.gmo as
/usr/share/locale/uk/LC_MESSAGES/sed.mo
installing vi.gmo as
/usr/share/locale/vi/LC_MESSAGES/sed.mo
installing zh_CN.gmo as
/usr/share/locale/zh_CN/LC_MESSAGES/sed.mo
installing zh_TW.gmo as
/usr/share/locale/zh_TW/LC_MESSAGES/sed.mo
if test ""sed"" = ""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 \
    /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/sed-4.2/po'
Making install in sed
make[1]: Entering directory `/sources/sed-4.2/sed'
make[2]: Entering directory `/sources/sed-4.2/sed'
test -z ""/bin"" || /bin/mkdir -p ""/bin""
  /bin/install -c 'sed' '/bin/sed'
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/sources/sed-4.2/sed'
make[1]: Leaving directory `/sources/sed-4.2/sed'
Making install in doc
make[1]: Entering directory `/sources/sed-4.2/doc'
make[2]: Entering directory `/sources/sed-4.2/doc'
make[2]: Nothing to be done for `install-exec-am'.
test -z ""/usr/share/info"" || /bin/mkdir -p
""/usr/share/info""
 /bin/install -c -m 644 './sed.info'
'/usr/share/info/sed.info'
 install-info --info-dir='/usr/share/info'
'/usr/share/info/sed.info'
test -z ""/usr/share/man/man1"" || /bin/mkdir -p
""/usr/share/man/man1""
 /bin/install -c -m 644 './sed.1'
'/usr/share/man/man1/sed.1'
make[2]: Leaving directory `/sources/sed-4.2/doc'
make[1]: Leaving directory `/sources/sed-4.2/doc'
Making install in testsuite
make[1]: Entering directory `/sources/sed-4.2/testsuite'
make[2]: Entering directory `/sources/sed-4.2/testsuite'
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/sed-4.2/testsuite'
make[1]: Leaving directory `/sources/sed-4.2/testsuite'
make[1]: Entering directory `/sources/sed-4.2'
make[2]: Entering directory `/sources/sed-4.2'
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/sed-4.2'
make[1]: Leaving directory `/sources/sed-4.2'


~~~
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