|
我已经在机器中安装了mplayer,也下载了mplayer-plungin-3.55.tar.gz,然后解压了,有一个mplayerplug-in-3.55目录。
这几天在网上查资料同时自己安装时发现我的机子中缺少gecko-sdk,于是我就下载了,然后解压就有一个gecko-sdk目录,于是按照网上所说进入输入命令:
cd mplayerplug-in-3.55
./configure -with-gecko-sdk=/home/zero/下载/gecko-sdk
据说然后再 make 就会出现.so和.xpt文件。 但是我在输入上面两条命令以后终端提示我:
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking for C++ compiler default output file name...
configure: error: C++ compiler cannot create executables
See `config.log' for more details.
请问各位高手这是怎么回事? 我是不是缺少东西呢? 这样的话我就不能make了吧? |
|