- - PR -
LINUX超初心者
1
投稿者 | 投稿内容 | ||||
---|---|---|---|---|---|
|
投稿日時: 2007-02-25 12:03
はじめまして。このたびLINUXをはじめたばかりの物です。fedora core 6 を入れまして動画をみようとしましたら見れない!みるにはMPLAYER等必要みたいなのでインストールしましたが,mplayerのインストール仕方のHPで意味もわからないまま進めていたところ./configure --confdir=/etc/mplayer --enable-gui
を入力しましたら [root@localhost MPlayer-1.0rc1]# ./configure --confdir=/etc/mplayer --enable-gui 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, 3.x or 4.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-check but DO *NOT* REPORT BUGS unless you can reproduce them after recompiling with a 2.95.x or 3/4.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 とでます。gcc-4.1.2をインストールしましたが同じでした。解決方法が分からないのでどなたか御教授お願いいたします。またMPLAYERのインストール方法手順等教えていただけると幸いです。 | ||||
|
投稿日時: 2007-02-25 12:31
GCC をインストールしてもダメとしたら、パスが通っていないだけではないでしょうか? (gcc -v で確認できます) もしくは、GCC のバージョンを下げてみるとか・・・ 出力内容から明らかにチェックされていると分かるのが 3.4 - 3.0 ですので。 余談ですが、タイトルは内容が分かるようにつけられた方が良いかと思います。 [ メッセージ編集済み 編集者: あんとれ 編集日時 2007-02-25 12:32 ] | ||||
|
投稿日時: 2007-02-25 12:34
コンパイル作業を勉強したいという事でなければ、
http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/6/mplayer/mplayer-1.0-0.34.rc1try2.fc6.i386.rpm (http://freshrpms.net/) をインストールする方が早いと思います。 ※動画見るためにLinux使われるのですか? そこまでLinuxにこだわる必要も無いと思いますが… | ||||
|
投稿日時: 2007-02-25 14:40
あれとん様,F/A様ご回答有難うございます。
>GCC をインストールしてもダメとしたら、パスが通っていないだけではないでしょうか? (gcc -v で確認できます) gcc -vといれると command not foundとでます。。。 F/A様 御紹介していただいた物をインストールしましたら Missing Dependency: libx264.so.54 is needed by package mplayer Missing Dependency: libfaac.so.0 is needed by package mplayer とでて作業が中断しました。度々申し訳ありませんが解決法ありますでしょうか? | ||||
|
投稿日時: 2007-02-25 15:05
ソースからインストールする方法知りたいのか、動画が見れればいいのかわかりませんが。
動画みたいだけだったら、パッケージ管理システムのあるディストリビューション使っているのだから、yumでmplayer入れればいいだけかと。 (yumが何かは@ITにも使い方含めてたくさん記事があるのでそちらを) | ||||
|
投稿日時: 2007-02-25 15:19
上から順に実行して下さい。エラーが出なければ動くと思います。
(とはいえ、試したことはありません) ※なお、あらかじめLinuxからインターネットに接続できる設定が必要です rpm -Uhv http://www.fedorafaq.org/yum rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY* rpm --import http://freshrpms.net/RPM-GPG-KEY-freshrpms yum --enablerepo=freshrpms install mplayer mencoder mplayer-docs mplayer-fonts mplayerplug-in mplayer-skins | ||||
|
投稿日時: 2007-02-25 16:34
kalze様、F/A様有難うございました。おかげさまでMPLAYERをインストール出来ました。
また何かありましたらよろしくお願いします。m(__)m |
1