saurabh kakkar
D i s t i n c t l y Ahead
hi
i have just installed xmms on my ubuntu 7.04 .now i want to install vumeter-0.9.2 plug in for it so i downloaded the vumeter-0.9.2.tar.gz and extracted it on the .xmms folder nd put the following command for installing as given in the read file :
but it is not being installed My terminal is giving following error :
plz help me in installing considering me a noob
i have just installed xmms on my ubuntu 7.04 .now i want to install vumeter-0.9.2 plug in for it so i downloaded the vumeter-0.9.2.tar.gz and extracted it on the .xmms folder nd put the following command for installing as given in the read file :
Code:
Global installation (root privileges required):
./configure
make
make install
mkdir /usr/share/xmms/VU_Meter_skins/
cp -R skins/* /usr/share/xmms/VU_Meter_skins/
Code:
saurabh@ubuntu:~$ cd .xmms
saurabh@ubuntu:~/.xmms$ cd vumeter-0.9.2
saurabh@ubuntu:~/.xmms/vumeter-0.9.2$ ./configure
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking target system type... i686-pc-linux-gnulibc1
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
saurabh@ubuntu:~/.xmms/vumeter-0.9.2$
plz help me in installing considering me a noob