am installing xmms-1.2.11 tar ball using source code method.
I extracted the tar and ran ./configure . but i am getting this error
.(Shown in RED Below)
[root@localhost Desktop]# cd xmms-1.2.11
[root@localhost xmms-1.2.11]# ls
ABOUT-NLS config.h.in COPYING Input Makefile.am
README xmms.1.in
acinclude.m4 config.log depcomp INSTALL Makefile.in
TODO xmms-config.in
aclocal.m4 config.rpath Effect install-sh missing
Visualization xmms.m4
AUTHORS config.sub FAQ intl NEWS
wmxmms xmms.spec
ChangeLog configure General libxmms Output wmxmms.1.in
xmms.spec.in
config.guess configure.in glib-1.2.0 ltmain.sh po xmms
[root@localhost xmms-1.2.11]# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for prefix by checking for xmms... no
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
*configure: error: no acceptable C compiler found in $PATH*
[root@localhost xmms-1.2.11]# $PATH
bash:
/usr/kerberos/sbin:/usr/
kerberos/bin:/usr/local/sbin:/ usr/local/bin:/sbin:/bin:/usr/ sbin:/usr/bin:/usr/X11R6/bin:/ root/bin:
No such file or directory
Solution Given by Members
Install GCC compiler by using yum or rpm in redhat, fedora and centos.
or you using ubuntu then aptitude install gcc give this cmd.
it's required to compile. GCC is a compiler.
Sir, give this task intentionally...to learn rpm.i have installed it successfully. i think this link will help to to resolve ur dependencies.
I extracted the tar and ran ./configure . but i am getting this error
.(Shown in RED Below)
[root@localhost Desktop]# cd xmms-1.2.11
[root@localhost xmms-1.2.11]# ls
ABOUT-NLS config.h.in COPYING Input Makefile.am
README xmms.1.in
acinclude.m4 config.log depcomp INSTALL Makefile.in
TODO xmms-config.in
aclocal.m4 config.rpath Effect install-sh missing
Visualization xmms.m4
AUTHORS config.sub FAQ intl NEWS
wmxmms xmms.spec
ChangeLog configure General libxmms Output wmxmms.1.in
xmms.spec.in
config.guess configure.in glib-1.2.0 ltmain.sh po xmms
[root@localhost xmms-1.2.11]# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for prefix by checking for xmms... no
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
*configure: error: no acceptable C compiler found in $PATH*
[root@localhost xmms-1.2.11]# $PATH
bash:
/usr/kerberos/sbin:/usr/
No such file or directory
Solution Given by Members
Install GCC compiler by using yum or rpm in redhat, fedora and centos.
or you using ubuntu then aptitude install gcc give this cmd.
it's required to compile. GCC is a compiler.
Sir, give this task intentionally...to learn rpm.i have installed it successfully. i think this link will help to to resolve ur dependencies.
No comments:
Post a Comment