Code Sample |
loading cache ./config.cache 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... missing Checking for working autoconf... missing Checking for working automake... missing Checking for working autoheader... missing Checking for working makeinfo... missing Checking host system type... Configure: error: can not gess host type; you must specify one |
Code Sample |
sudo su beaver /etc/apt/sources.list ### change deb http://ftp.us.debian.org/debian/ stable main non-free contrib ### to deb http://ftp.us.debian.org/debian/ unstable main non-free contrib apt-get update apt-get install xlibs-dev ### if that failed you may need to run the next command as well dpkg --force-overwrite -i /var/cache/apt/archive/*.deb exit |
Code Sample |
./configure --with-x --host=i386-linux-gnu make sudo make install |