Tuesday, September 22, 2009

configure: error: C++ compiler cannot create executables

When you found this error while you use "configure" on ubuntu that mean, you need some package before you're trying to compile program.

..
..
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++ comp
iler cannot create executables
See `config.log' for more details.

try to install "build-essential" package, It can resolve this problem.
#sudo apt-get install build-essential

-TaTsHuYa-

No comments: