L1g3r Logo           SignalQ Sites: NetAdminTools - Coprolite - SpotBridge - NAW
RoboCoop - AreWeDown - SysAdminTools
Xfig - Gold Loaf - GeekPapa - FixGMC - FixRambler
alsa-lib-1.0.24.1
Topic:MCJ GNU/Linux Reference OS   Date: 2011-07-04
Printer Friendly: Print   

spacerspacer
<<  <   >  >>

Base Reference GNU/Linux Build Sequence

Source code is available here.

To compile and install, run these commands:

cd /sources/ &&
rm -rf alsa-lib-1.0.24.1 &&
tar -xjf alsa-lib-1.0.24.1.tar.bz2 &&
cd alsa-lib-1.0.24.1 &&
./configure &&
make &&
make install &&
rm -rf alsa-lib-1.0.24.1

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 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 whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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 how to run the C preprocessor... gcc -E
checking whether ln -s works... yes
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
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 /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
.
.
.
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/alsa-lib-1.0.24.1/alsalisp'
make[1]: Leaving directory `/sources/alsa-lib-1.0.24.1/alsalisp'
Making install in test
make[1]: Entering directory `/sources/alsa-lib-1.0.24.1/test'
Making install in .
make[2]: Entering directory `/sources/alsa-lib-1.0.24.1/test'
make[3]: Entering directory `/sources/alsa-lib-1.0.24.1/test'
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/alsa-lib-1.0.24.1/test'
make[2]: Leaving directory `/sources/alsa-lib-1.0.24.1/test'
Making install in lsb
make[2]: Entering directory `/sources/alsa-lib-1.0.24.1/test/lsb'
make[3]: Entering directory `/sources/alsa-lib-1.0.24.1/test/lsb'
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/alsa-lib-1.0.24.1/test/lsb'
make[2]: Leaving directory `/sources/alsa-lib-1.0.24.1/test/lsb'
make[1]: Leaving directory `/sources/alsa-lib-1.0.24.1/test'
Making install in utils
make[1]: Entering directory `/sources/alsa-lib-1.0.24.1/utils'
make[2]: Entering directory `/sources/alsa-lib-1.0.24.1/utils'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/share/aclocal" || /bin/mkdir -p "/usr/share/aclocal"
 /bin/install -c -m 644 alsa.m4 '/usr/share/aclocal'
test -z "/usr/lib/pkgconfig" || /bin/mkdir -p "/usr/lib/pkgconfig"
 /bin/install -c -m 644 alsa.pc '/usr/lib/pkgconfig'
make[2]: Leaving directory `/sources/alsa-lib-1.0.24.1/utils'
make[1]: Leaving directory `/sources/alsa-lib-1.0.24.1/utils'
make[1]: Entering directory `/sources/alsa-lib-1.0.24.1'
make[2]: Entering directory `/sources/alsa-lib-1.0.24.1'
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/alsa-lib-1.0.24.1'
make[1]: Leaving directory `/sources/alsa-lib-1.0.24.1'


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.