brouwers wrote:
Hello,
I downloaded mplayerplug-in-3.21.tar.gz and tried to compile it.
Can anyone tell me what this means?
[root@tobielx mplayerplug-in]# ./configure
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... 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.
Or what do I need to install?
A C++ compiler.
# yum install gcc-c++
You will probably need to install a whole host of other library
development packages too. I would expect that the software's
documentation should tell you what you need.
Paul.