L1g3r Logo           SignalQ Sites: NetAdminTools - Coprolite - SpotBridge - NAW
RoboCoop - AreWeDown - SysAdminTools
Xfig - Gold Loaf - GeekPapa - FixGMC - FixRambler
gozer-0.7
Topic:MCJ GNU/Linux Reference OS   Date: 2011-12-23
Printer Friendly: Print   

spacerspacer
<<  <   >  >>

Base Reference GNU/Linux Build Sequence

Source code is available here.

To compile and install, run these commands:

cd /sources/  &&
tar -xzf gozer-0.7.tar.gz &&
cd gozer-0.7 &&
./configure --prefix=/usr  &&
make &&
make install

The output should look something like this:

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... gcc -s
.
.
.
make[1]: Entering directory `/sources/gozer-0.7'
make[2]: Entering directory `/sources/gozer-0.7'
make[2]: Nothing to be done for `install-exec-am'.
make  install-man1
make[3]: Entering directory `/sources/gozer-0.7'
/bin/bash ./mkinstalldirs /usr/man/man1
 /usr/bin/install -c -m 644 ./gozer.1 /usr/man/man1/gozer.1
make[3]: Leaving directory `/sources/gozer-0.7'
/bin/bash ./mkinstalldirs /usr/doc/gozer
 /usr/bin/install -c -m 644 ./README /usr/doc/gozer/README
 /usr/bin/install -c -m 644 ./AUTHORS /usr/doc/gozer/AUTHORS
 /usr/bin/install -c -m 644 ./ChangeLog /usr/doc/gozer/ChangeLog
 /usr/bin/install -c -m 644 ./TODO /usr/doc/gozer/TODO
make[2]: Leaving directory `/sources/gozer-0.7'
make[1]: Leaving directory `/sources/gozer-0.7'


People:
Places:
Things:
Times:



None of this would be possible without the diligent work of the Linux From Scratch (LFS) project. A tip o' the hat to those intrepid hackers. Much of the OS buld configuration is taken directly from LFS and BLFS.