Thanks,
I thougth that this could be the problem. Actually i fixed it by myself.
Thanks anyway.
Cheers
Davide
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report des
davide lasagna writes:
> gcc: error trying to exec 'cc1plus': execvp: No such file or directory
Sounds like you don't have a complete g++ install. Since you mentioned
Ubuntu, I suppose the command you need to run is
sudo apt-get install build-essential g++
and perhaps also
sudo apt-ge