Results 1 to 10 of 13
This came up
/root/media/media_player/xine-lib-1-rc3a/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 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-20-2004 #1Just Joined!
- Join Date
- Feb 2004
- Posts
- 12
Installing Xine...
This came up
How can I fix this? I want to run Xine. Please tell me if I need to give you any information. Thank you in advance./root/media/media_player/xine-lib-1-rc3a/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... gawk
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
- 02-20-2004 #2Just Joined!
- Join Date
- Feb 2004
- Posts
- 1
Are you logged in as root?
If so:
Looking at the problem it states is that 'There is no C compiler on $PATH'
Run a whereis or locate on GCC.
The enter set path=$PATH$:"the path of GCC from the whereis command" (No quotes)
To make sure that it isn't already on the $path type just type 'set' and look for path. (I'm not sure but I think 'set path' shows the path but because I haven't tried it I wouldn't recommend it)
You must do this from the command line.
- 02-21-2004 #3Linux Engineer
- Join Date
- Jul 2003
- Location
- Farnborough, UK
- Posts
- 1,305
Chance are the gcc lib isn't installed. Wasn't on my RH. Suggest use your package manager to load it on.
- 02-21-2004 #4Just Joined!
- Join Date
- Feb 2004
- Posts
- 12
my package manager keeps crashing
I will try later, Thanks for all your help though. Any more thoughts would be greatly apprectiated.
- 02-21-2004 #5Linux Engineer
- Join Date
- Jul 2003
- Location
- Farnborough, UK
- Posts
- 1,305
There's a way to rebuild the rpm database that should fix the crash - anyone?
- 02-22-2004 #6Linux Engineer
- Join Date
- Dec 2002
- Location
- New Zealand
- Posts
- 766
crashing? to rebuild the rpm database run
rpm --rebuilddb
my guess for the firs tthing is u dotn have gcc isntalled. type
rpm -qa|grep -i cc
and check that gcc-versionnumber and libgcc-versionnumber appear
- 02-22-2004 #7Just Joined!
- Join Date
- Feb 2004
- Posts
- 12
Thanks. Lol, now I can't even get into linux. It says I have some kind of kernel error. I assume that is pretty serious.
- 03-08-2004 #8Just Joined!
- Join Date
- Feb 2004
- Posts
- 47
i have a question about xine
i did thebut now how do i open it?Code:./configure make make install
- 03-08-2004 #9Can you tell us what the exact message is, and what you did before it happened? If you can remeber it, that isThanks. Lol, now I can't even get into linux. It says I have some kind of kernel error. I assume that is pretty serious.
Supposing you did the stuff you was supposed to do, just "xine file". Like, "xine Free-Software-Song.ogg" would start to play that file. Just like that would you open most media files.i have a question about xine
i did the
Code:
./configure
make
make install
but now how do i open it?
Good luck
- 03-08-2004 #10Just Joined!
- Join Date
- Feb 2004
- Posts
- 47
but can you like open xine without a file like is there an icon for it or do i have to do a command with a song to open it


Reply With Quote
