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


Intro

Base

More

Read

Use

Last:
30


60

90

All
Days

Base: make-3.81   Print


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

Run these commands:

cd /sources/  &&
rm -rf make-3.81 &&
tar -xzf make-3.81.tar.gz &&
cd make-3.81 &&
./configure --prefix=/usr &&
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 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 style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /bin/install -c
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for ar... ar
checking for perl... perl
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for egrep... grep -E
checking for AIX... no
checking for library containing strerror... none required
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 function prototypes... yes
checking for string.h... (cached) yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by GCC...
/usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is
GNU ld... yes
checking for shared library run path origin... done
checking whether NLS is requested... yes
checking for GNU gettext in libc... yes
.
.
.
installing fr.gmo as
/usr/share/locale/fr/LC_MESSAGES/make.mo
installing ga.gmo as
/usr/share/locale/ga/LC_MESSAGES/make.mo
installing gl.gmo as
/usr/share/locale/gl/LC_MESSAGES/make.mo
installing he.gmo as
/usr/share/locale/he/LC_MESSAGES/make.mo
installing hr.gmo as
/usr/share/locale/hr/LC_MESSAGES/make.mo
installing id.gmo as
/usr/share/locale/id/LC_MESSAGES/make.mo
installing ja.gmo as
/usr/share/locale/ja/LC_MESSAGES/make.mo
installing ko.gmo as
/usr/share/locale/ko/LC_MESSAGES/make.mo
installing nl.gmo as
/usr/share/locale/nl/LC_MESSAGES/make.mo
installing pl.gmo as
/usr/share/locale/pl/LC_MESSAGES/make.mo
installing pt_BR.gmo as
/usr/share/locale/pt_BR/LC_MESSAGES/make.mo
installing ru.gmo as
/usr/share/locale/ru/LC_MESSAGES/make.mo
installing rw.gmo as
/usr/share/locale/rw/LC_MESSAGES/make.mo
installing sv.gmo as
/usr/share/locale/sv/LC_MESSAGES/make.mo
installing tr.gmo as
/usr/share/locale/tr/LC_MESSAGES/make.mo
installing uk.gmo as
/usr/share/locale/uk/LC_MESSAGES/make.mo
installing vi.gmo as
/usr/share/locale/vi/LC_MESSAGES/make.mo
installing zh_CN.gmo as
/usr/share/locale/zh_CN/LC_MESSAGES/make.mo
if test ""make"" = ""gettext-tools""; then \
  /bin/sh ../config/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/make-3.81/po'
Making install in doc
make[1]: Entering directory `/sources/make-3.81/doc'
make[2]: Entering directory `/sources/make-3.81/doc'
make[2]: Nothing to be done for `install-exec-am'.
test -z ""/usr/info"" || mkdir -p -- ""/usr/info""
 /bin/install -c -m 644 './make.info' '/usr/info/make.info'
 /bin/install -c -m 644 './make.info-1'
'/usr/info/make.info-1'
 /bin/install -c -m 644 './make.info-2'
'/usr/info/make.info-2'
 install-info --info-dir='/usr/info' '/usr/info/make.info'
make[2]: Leaving directory `/sources/make-3.81/doc'
make[1]: Leaving directory `/sources/make-3.81/doc'
make[1]: Entering directory `/sources/make-3.81'
make[2]: Entering directory `/sources/make-3.81'
test -z ""/usr/bin"" || mkdir -p -- ""/usr/bin""
  /bin/install -c 'make' '/usr/bin/make'
test -z ""/usr/man/man1"" || mkdir -p -- ""/usr/man/man1""
 /bin/install -c -m 644 './make.1' '/usr/man/man1/make.1'
make[2]: Leaving directory `/sources/make-3.81'
make[1]: Leaving directory `/sources/make-3.81'


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