LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 02-09-2005, 09:13 AM   #1
bloodfulldesire
LQ Newbie
 
Registered: Feb 2005
Location: usa
Distribution: suse linux 9.2 pro
Posts: 29

Rep: Reputation: 15
mplayer not installing


i downloaded mplayer and ffmpeg i succsefully complied them and got them into folders but the ./configure make and make install isnt working its something to do with the gcc how can i get it to install i have gcc 3.4.3 thank you for any help you can give
 
Old 02-09-2005, 10:16 AM   #2
Seventh
Member
 
Registered: Dec 2003
Location: Boston, MA
Distribution: Redhat / Debian
Posts: 269

Rep: Reputation: 30
Are ou getting an error?

A little more info would be helpful.
 
Old 02-09-2005, 11:38 AM   #3
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
mplayer doesn't need gcc-3.4.3 to compile. sound's like you should look for a precompiled binaray package for your distro..
 
Old 02-09-2005, 02:01 PM   #4
bloodfulldesire
LQ Newbie
 
Registered: Feb 2005
Location: usa
Distribution: suse linux 9.2 pro
Posts: 29

Original Poster
Rep: Reputation: 15
big/little test failed
Install prefix /usr/local
Source path /home/death/Desktop/Downloads/ffmpeg-0.4.9-pre1
C compiler gcc
make make
CPU x86 (generic)
Big Endian no
inttypes.h no
broken inttypes.h yes
MMX enabled yes
Vector Builtins no
gprof enabled no
zlib enabled no
mp3lame enabled no
vorbis enabled no
faad enabled no
faadbin enabled no
faac enabled no
a52 support no
a52 dlopened no
pp support no
debug symbols yes
optimize yes
shared pp no
Video hooking no
SDL support no
risky / patent encumbered codecs yes
Sun medialib support no
pthreads support no
AMR-NB float support no
AMR-NB fixed support no
AMR-WB float support no
License: LGPL
Creating config.mak and config.h
config.h is unchanged

that is what i get when i do the ./configure command to ffmpeg

Detected operating system: Linux
Detected host architecture: i386
Checking for cc version ... not found
Checking for gcc version ... not found
Checking for gcc-3.4 version ... not found
Checking for gcc-3.3 version ... not found
Checking for gcc-3.2 version ... not found
Checking for gcc-3.1 version ... not found
Checking for gcc3 version ... not found
Checking for gcc-3.0 version ... not found
Checking for cc version ... not found

*** 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

Check "configure.log" if you do not understand why it failed

that is what i get when i do the ./configure command to mplayer
 
Old 02-09-2005, 02:05 PM   #5
bloodfulldesire
LQ Newbie
 
Registered: Feb 2005
Location: usa
Distribution: suse linux 9.2 pro
Posts: 29

Original Poster
Rep: Reputation: 15
make -C libavcodec all
make[1]: Entering directory `/home/death/Desktop/Downloads/ffmpeg-0.4.9-pre1/libavcodec'
gcc -O3 -g -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o common.o common.c
make[1]: gcc: Command not found
make[1]: *** [common.o] Error 127
make[1]: Leaving directory `/home/death/Desktop/Downloads/ffmpeg-0.4.9-pre1/libavcodec'

that is what i get when i do the make command after the ./configure to ffmpeg
 
Old 02-09-2005, 02:18 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
if you're installing mplayer, why do you want ffmpeg too? a fork of ffmpeg is included inside mplayer, which will work much more effectively.

either way, it says you have no gcc installed at all. what happens if you run "gcc --version" ?
 
Old 02-09-2005, 02:50 PM   #7
bloodfulldesire
LQ Newbie
 
Registered: Feb 2005
Location: usa
Distribution: suse linux 9.2 pro
Posts: 29

Original Poster
Rep: Reputation: 15
i was reading the install file and said i had to download and install the ffmpeg thats why i was trying to install it
 
Old 02-09-2005, 02:51 PM   #8
bloodfulldesire
LQ Newbie
 
Registered: Feb 2005
Location: usa
Distribution: suse linux 9.2 pro
Posts: 29

Original Poster
Rep: Reputation: 15
when i run " gcc --version " said no such file or directory
 
Old 02-09-2005, 02:54 PM   #9
bloodfulldesire
LQ Newbie
 
Registered: Feb 2005
Location: usa
Distribution: suse linux 9.2 pro
Posts: 29

Original Poster
Rep: Reputation: 15
and so i downloaded gcc version 3.4.3 used tar xzvf pkg.tar.gz command and then did ./configure and it did same as mplayer and ffmpeg did wont install
 
Old 02-09-2005, 02:55 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
well then, you do NOT have gcc installed after all... all the error messages that said exactly that were correct... install it.

alternatively if you're on a distribution that supports it (--- please fil in your profile), install apt4rpm (or use the orignial apt on ubuntu / debian) to download the prebuilt packages for you automatically, that way you won't need to compile stuff and the installation of programs will be very simple, which is what you'd prefer i assume... especiailly with a nice visual front end like synaptic.
 
Old 02-09-2005, 03:22 PM   #11
bloodfulldesire
LQ Newbie
 
Registered: Feb 2005
Location: usa
Distribution: suse linux 9.2 pro
Posts: 29

Original Poster
Rep: Reputation: 15
ok but i want to learn how to do it rather then takeing the easy way out id rather try and fail 100 times trying to install somehting then take the easy way out cause you wont leanr how to do it and when you actualy need to install something you wont know
 
Old 02-09-2005, 03:23 PM   #12
bloodfulldesire
LQ Newbie
 
Registered: Feb 2005
Location: usa
Distribution: suse linux 9.2 pro
Posts: 29

Original Poster
Rep: Reputation: 15
my distro does support it i belive i think i just forgot to add it in when i installed the os
 
Old 02-09-2005, 03:26 PM   #13
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
ok, suse 9.2. in yast there's probably an option to install "development packages" or something... that'll dump all the relevant packages from the cd into your system, and you'll be off compiling all over the place.
 
Old 02-09-2005, 03:31 PM   #14
bloodfulldesire
LQ Newbie
 
Registered: Feb 2005
Location: usa
Distribution: suse linux 9.2 pro
Posts: 29

Original Poster
Rep: Reputation: 15
ok thank you for your help
 
Old 02-09-2005, 04:27 PM   #15
bloodfulldesire
LQ Newbie
 
Registered: Feb 2005
Location: usa
Distribution: suse linux 9.2 pro
Posts: 29

Original Poster
Rep: Reputation: 15
i installed mplayer but its saying no viwer capable of opening file what is that all about and how can i fix it
 
  


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
Installing Mplayer raysr Linux - Software 3 09-21-2004 07:17 PM
Installing Mplayer Grisnak Linux - Software 3 07-29-2004 10:25 AM
please, someone , need help installing mplayer snakeo2 Linux - Newbie 1 04-14-2004 10:57 PM
How to install mplayer gui after installing mplayer kaega2 Linux - Software 5 10-07-2003 10:44 AM
hi, help installing mplayer codename000 Linux - Software 11 03-30-2003 09:24 PM

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

All times are GMT -5. The time now is 04:33 PM.

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