I have a file: torsmo-0.18.tar.gz and I want to install it.
- tar -xvzf torsmo-0.18.tar.gz ->worked
- sudo apt-get update ->worked
- sudo apt-get install build-essential ->worked
- ./configure which resulted the following:
andrei@tcm:~/Desktop/torsmo-0.18$ ./configure
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-1.4... missing
checking for working autoconf... missing
checking for working automake-1.4... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for X... no
Sorry, X is very much needed
andrei@tcm:~/Desktop/torsmo-0.18$
Please help me.
- tar -xvzf torsmo-0.18.tar.gz ->worked
- sudo apt-get update ->worked
- sudo apt-get install build-essential ->worked
- ./configure which resulted the following:
andrei@tcm:~/Desktop/torsmo-0.18$ ./configure
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-1.4... missing
checking for working autoconf... missing
checking for working automake-1.4... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for X... no
Sorry, X is very much needed
andrei@tcm:~/Desktop/torsmo-0.18$
Please help me.
Comment