红联Linux门户
Linux帮助

源码编译安装mplayer出现这个问题

发布时间:2008-09-09 09:11:28来源:红联作者:caixicheng
我是这样安装的: ./configure --prefix=/usr/local/mplayer --enable-gui --enable-freetype --language=zh_CN
然后就是下面这个提示了
'config.h' and 'config.mak' contain your configuration options.
Note: If you alter theses files (for instance CFLAGS) MPlayer may no longer
compile *** DO NOT REPORT BUGS if you tweak these files ***

'make' will now compile MPlayer and 'make install' will install it.
Note: On non-Linux systems you might need to use 'gmake' instead of 'make'.

Please check mtrr settings at /proc/mtrr (see DOCS/HTML/zh_CN/video.html#mtrr)

Check configure.log if you wonder why an autodetection failed (make sure
development headers/packages are installed).

NOTE: The --enable-* parameters unconditionally force options on, completely
skipping autodetection. This behavior is unlike what you may be used to from
autoconf-based configure scripts that can decide to override you. This greater
level of control comes at a price. You may have to provide the correct compiler
and linker flags yourself.
If you used one of these options (except --enable-gui and similar ones that
turn on internal features) and experience a compilation or linking failure,
make sure you have passed the necessary compiler/linker flags to configure.

If you suspect a bug, please read DOCS/HTML/zh_CN/bugreports.html.
文章评论

共有 3 条评论

  1. deepwhite 于 2008-09-11 13:44:45发表:

    输入make && make install。
    configure是配置,你没有开始编译呢。输入上面的命令开始编译和安装。

  2. caixicheng 于 2008-09-09 10:36:48发表:

    肯定有拉。就是直接停止了;
    没办法继续了,没办法编译阿

  3. deepwhite 于 2008-09-09 09:35:54发表:

    ??
    有问题么?