alex Wrote:
> checking for C++ compiler default output file name... configure: error:
> C++ compiler cannot create executables
i think your missing "make" or something, try this
Code:
--------------------
sudo apt-get install build-essential
--------------------
and ./configure again
--
oskude