L1g3r Logo           SignalQ Sites: NetAdminTools - Coprolite - SpotBridge - NAW
RoboCoop - AreWeDown - SysAdminTools
Xfig - Gold Loaf - GeekPapa - FixGMC - FixRambler
libxslt-1.1.26
Topic:MCJ GNU/Linux Reference OS   Date: 2010-11-21
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 libxslt-1.1.26.tar.gz &&
cd libxslt-1.1.26 &&
./configure --prefix=/usr --sysconfdir=/etc &&
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 gcc... gcc -s
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 -s accepts -g... yes
.
.
.
make[2]: Entering directory `/sources/libxslt-1.1.26'
test -z "/usr/bin" || /bin/mkdir -p "/usr/bin"
 /bin/install -c xslt-config '/usr/bin'
test -z "/usr/lib" || /bin/mkdir -p "/usr/lib"
 /bin/install -c -m 644 xsltConf.sh '/usr/lib'
test -z "/usr/share/aclocal" || /bin/mkdir -p "/usr/share/aclocal"
 /bin/install -c -m 644 libxslt.m4 '/usr/share/aclocal'
test -z "/usr/lib/pkgconfig" || /bin/mkdir -p "/usr/lib/pkgconfig"
 /bin/install -c -m 644 libxslt.pc libexslt.pc '/usr/lib/pkgconfig'
make[2]: Leaving directory `/sources/libxslt-1.1.26'
make[1]: Leaving directory `/sources/libxslt-1.1.26'


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.