7

ソースから直接 FFmpeg をインストールしようとしていますが、このエラーが発生し続けます:

gcc is unable to create an executable file.
If gcc is a cross-compiler, use the --enable-cross-compile option.
Only do this if you know what cross compiling means.
C compiler test failed.

If you think configure made a mistake, make sure you are using the latest
version from Git.  If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.log" produced by configure as this will help
solving the problem.

誰でも助けることができますか?また、yum install ffmpeg が機能しません。

4

1 に答える 1

3

gccどうやら、私が持っている限られた情報では、 ffmpeg をコンパイルするには少なくともインストールする必要があります。手順については、CentOS で FFmpeg をコンパイルする方法を参照してください。これは CentOS 用に設計されていますが、RHEL および Fedora でも動作するはずです。

または、コンパイルする代わりに ffmpeg の静的ビルドを使用することもできますが、コンパイルが提供するカスタマイズの利点はありません。

スタック オーバーフローは、プログラミングに関する質問とディスカッションに限定されていることに注意してください。

于 2013-01-29T19:37:36.110 に答える