LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   I cannot get xine to install (https://www.linuxquestions.org/questions/linux-newbie-8/i-cannot-get-xine-to-install-432626/)

conormckay 04-07-2006 05:47 AM

I cannot get xine to install
 
root@MCKAYS:/home/conor # xine-lib-1.1.1/configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target 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... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
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
See `config.log' for more details.
root@MCKAYS:/home/conor # make install
make: *** No rule to make target `install'. Stop.
root@MCKAYS:/home/conor #
root@MCKAYS:/home/conor #

abisko00 04-07-2006 06:03 AM

Check if you have a compiler (gcc) installed.

Depending on your distro, you may find a pre-compiled package which makes the installation much easier.

conormckay 04-07-2006 06:32 AM

I have umbuntu 5.04

abisko00 04-07-2006 07:20 AM

You could search in synaptic for xine packages, providing that you have a source in your sources list. I don't have any sources at hand, but I am sure you'll find some in a quick google search.

manicman 04-09-2006 11:39 AM

you need to install gcc so
Code:

sudo apt-get install build-essential
and that should install gcc and other compilers for you or you could just install xine with synaptic as abisko00 sugested


All times are GMT -5. The time now is 03:53 PM.