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


Intro

Base

More

Read

Use

Last:
30


60

90

All
Days

Base: bash-3.2.48   Print


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

Run these commands:

cd /sources/  &&
rm -rf bash-3.2.48 &&
tar -xzf bash-3.2.48.tar.gz &&
cd bash-3.2.48 &&
./configure --prefix=/usr --bindir=/bin  --disable-nls &&
make &&
make install

The output should look something like this:

checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for emacs... no
checking for xemacs... no
Beginning configuration for bash-3.2-release for
i686-pc-linux-gnu
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 ANSI C... none needed
checking for strerror in -lcposix... no
checking how to run the C preprocessor... gcc -E
checking for egrep... 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 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 whether gcc needs -traditional... no
checking for a BSD-compatible install... /bin/install -c
checking for ar... ar
checking for ranlib... ranlib
checking for bison... bison -y
checking whether make sets $(MAKE)... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking for preprocessor stringizing operator... yes
checking for working long double with more range or
precision than double... yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking whether NLS is requested... no
checking for msgfmt... /usr/bin/msgfmt
.
.
.
  /bin/sh /sources/bash-3.2.48/./support/mkinstalldirs
/usr/share/gettext/po; \
else \
  : ; \
fi
make[1]: Leaving directory `/sources/bash-3.2.48/po'
/bin/install -c -m 0755 bash /bin/bash
/bin/install -c -m 0555 bashbug /bin/bashbug
( cd ./doc ; make  \
	man1dir=/usr/man/man1 man1ext=.1 \
	man3dir=/usr/man/man3 man3ext=.3 \
	infodir=/usr/info htmldir= DESTDIR= install )
make[1]: Entering directory `/sources/bash-3.2.48/doc'
makeinfo --no-split -I../lib/readline/doc ./bashref.texi
/bin/sh ../support/mkinstalldirs /usr/man/man1
/bin/sh ../support/mkinstalldirs /usr/info
if test -n """" ; then \
	/bin/sh ../support/mkinstalldirs  ; \
fi
/bin/sh ./infopost.sh < ./bashref.info > bash.info ; \
/bin/install -c -m 644 ./bash.1 /usr/man/man1/bash.1
/bin/install -c -m 644 ./bashbug.1 /usr/man/man1/bashbug.1
/bin/install -c -m 644 ./bash.info /usr/info/bash.info
if /bin/sh -c 'install-info --version' >/dev/null 2>&1;
then \
	install-info --dir-file=/usr/info/dir
/usr/info/bash.info; \
else true; fi
if test -n """" ; then \
	/bin/install -c -m 644 ./bash.html  ; \
	/bin/install -c -m 644 ./bashref.html  ; \
fi
make[1]: Leaving directory `/sources/bash-3.2.48/doc'
( cd ./builtins ; make	DESTDIR= install )
make[1]: Entering directory `/sources/bash-3.2.48/builtins'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/sources/bash-3.2.48/builtins'
( cd ./po/ ; make  DESTDIR= install )
make[1]: Entering directory `/sources/bash-3.2.48/po'
if test ""bash"" = ""gettext-tools""; then \
  /bin/sh /sources/bash-3.2.48/./support/mkinstalldirs
/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/bash-3.2.48/po'


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