LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-22-2004, 07:04 PM   #1
linusbox
LQ Newbie
 
Registered: Mar 2004
Posts: 10

Rep: Reputation: 0
mplayer install question


i edited a file in /etc/yum.conf to make it so i could download mplayer. well it worked great, qiuck and easy but i want to know, is there a way to copy the files and say burn them to a cd and put mplayer on another computer that doesnt have internet acces?
 
Old 03-22-2004, 07:11 PM   #2
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
why wouldn't you just go to mplayers homepage, or sourceforge, or a
similiar site and just download the tarball ?!@
 
Old 03-22-2004, 07:16 PM   #3
linusbox
LQ Newbie
 
Registered: Mar 2004
Posts: 10

Original Poster
Rep: Reputation: 0
becuase i couldnt figure out how to use them. I tryed to figure out how to do that for a few hours but got no where.
 
Old 03-22-2004, 07:27 PM   #4
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
download it and type :
tar -zxvf filename.tar.gz

cd into/the/uncompressed/folder
./configure
make
su -c "make install"
type root password


and thats all there is to it
 
Old 03-25-2004, 02:40 PM   #5
linusbox
LQ Newbie
 
Registered: Mar 2004
Posts: 10

Original Poster
Rep: Reputation: 0
what exactly do i need to download cuase all i can find is a MPlayer-1.0pre3.tar.bz2. i type
tar -zxv MPlayer-1.0pre3.tar.bz2 and the curser moves down one line and sits there doing nothing.
 
Old 03-25-2004, 02:50 PM   #6
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
how about you actually read and follow the instructions... -zxvf

actually though as you downloaded a tar.bz2 instead of a tar.fz, use -jxvf instead
 
Old 03-25-2004, 03:01 PM   #7
linusbox
LQ Newbie
 
Registered: Mar 2004
Posts: 10

Original Poster
Rep: Reputation: 0
so then what do i do for this:

*** Please downgrade/upgrade C compiler to version gcc-2.95.x or gcc-3.x! ***

You are not using a supported compiler. We do not have the time to make sure
everything works with compilers other than the ones we use. Use either the
same compiler as we do, or use --disable-gcc-checking but DO *NOT* REPORT BUGS
unless you can reproduce them after recompiling with a 2.95.x or 3.x version!

Note for gcc 2.96 users: Some versions of this compiler are known to miscompile
mplayer and lame (which is used for mencoder). If you get compile errors,
first upgrade to the latest 2.96 release (minimum 2.96-85) and try again.
If the problem still exists, try with gcc 3.x (or 2.95.x) *BEFORE* reporting
bugs!

GCC 2.96 IS NOT AND WILL NOT BE SUPPORTED BY US !

*** For details please read DOCS/HTML/en/users-vs-dev.html ***


Error: Bad gcc version
 
Old 03-25-2004, 03:16 PM   #8
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
Quote:
downgrade/upgrade C compiler to version gcc-2.95.x or gcc-3.x
Quote:
or use --disable-gcc-checking
Quote:
*** For details please read DOCS/HTML/en/users-vs-dev.html ***
 
Old 03-25-2004, 03:43 PM   #9
linusbox
LQ Newbie
 
Registered: Mar 2004
Posts: 10

Original Poster
Rep: Reputation: 0
../gcc-3.3.3/configure
Configuring for a i686-pc-linux-gnuoldld host.
Created "Makefile" in /home/joe/gcc-build using "mt-frag"
../gcc-3.3.3/configure: line 8: cc: command not found
*** The command 'cc -o conftest -g conftest.c' failed.
*** You must set the environment variable CC to a working compiler.


so whats it asking me to do and how do i do it?
 
Old 03-25-2004, 04:39 PM   #10
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
don't try to compile gcc from cold, either pick an rpm to match your distro, or use another approach to compile mplayer... i.e. disable the check.
 
Old 03-25-2004, 05:09 PM   #11
linusbox
LQ Newbie
 
Registered: Mar 2004
Posts: 10

Original Poster
Rep: Reputation: 0
ok i asked once what i was supposed to do you said
quote:downgrade/upgrade C compiler to version gcc-2.95.x or gcc-3.x

quoter use --disable-gcc-checking

quote:*** For details please read DOCS/HTML/en/users-vs-dev.html ***

ok i did that i went to there site and thats what they said to do. now your telling me not go agianst what that sites saying the one you told me to go to and do it another way with out even telling something useful like somewhere i can find the tar files your think i should have or maybe some more detailed instructions. id think a moderater would be alittle more help full then you have been.
 
Old 03-25-2004, 05:14 PM   #12
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
i meant don't compile it as it's a nasty program to try to compile, and far too easy to never get it to work. there are other ways to upgrade to a newer version than going from source, i.e. using an RPM.

You'd do well to carefully read the error message you get. when the configure failed you were given more than two whole paragraphs explaing exactly what the problem was in very straightforward language. that's why they put that in there, so you'd read it and make the change. personally i'y just run "./configure --disable-gcc-checking" but you're free to do whatever you want.
 
Old 04-14-2004, 03:05 AM   #13
wrochal
LQ Newbie
 
Registered: Apr 2002
Location: Brazil
Distribution: All
Posts: 4

Rep: Reputation: 0
Mplayer Install

Used Mplayer Install 1.1

http://www.linuxit.com.br/modules.ph...ticle&sid=2438

Script for install auto Mplayer e etc.

bye,
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
yet another mplayer install and codec question... NonSumPisces Linux - Software 4 06-01-2004 08:40 AM
Another MPlayer Question fr0zen Linux - Software 9 05-19-2004 11:27 PM
How to install mplayer gui after installing mplayer kaega2 Linux - Software 5 10-07-2003 10:44 AM
Question about mplayer install Tyir Linux - Newbie 3 10-06-2003 04:29 PM
Ok MPlayer question again digital bots Slackware 1 04-14-2002 07:22 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:35 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration