Expat
Get thing
(armv6l:1) /home/src #
wget http://downloads.sourceforge.net/project/expat/expat
/2.1.0/expat-2.1.0.tar.gz
(armv6l:1) /home/src #
tar -xzvf expat-2.1.0.tar.gz
(armv6l:1) /home/src #
cd expat-2.1.0
(armv6l:1) /home/src/expat-2.1.0 #
Configure thing
(armv6l:1) /home/src/expat-2.1.0 #
./configure --prefix=/home --with-sysroot=/home
Code:
configure: creating ./config.status
config.status: creating Makefile
config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting
config.status: creating expat.pc
config.status: creating expat_config.h
config.status: executing libtool commands
Make thing
(armv6l:1) /home/src/expat-2.1.0 #
make
Install thing
(armv6l:1) /home/src/expat-2.1.0 # make install
Doned, No hassles.