分类:
2006-04-09 17:06:31
This error occurs in the following cases:
On a non-English Linux OS - A workaround is to set the LC_ALL environment variable to C
eg. export LC_ALL=C
When g++ is installed in a non-standard way on the system - In this case set the GXX_ROOT variable to the location of the g++ install.
eg. export GXX_ROOT=/usr/i686-pc-linux-gnu/gcc-bin/3.3/"
If g++ compiler is not installed on the system -
Ensure that the g++ compiler is installed on the system.
Refer: