Hey everybody..
I'm a new Linux user, I'm using the last Kubuntu version. Now, when I try to install programs I got the error (when I use the ./configure command):
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
I downloaded the gcc-4.1.1, but I tried to installed it as they wrote in the install section in the web site, my steps was:
mkdir gcc
cd gcc
gcc-4.1.1/configure
make CFLAGS='-O' LIBCFLAGS='-g -O2' \
LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap
now when I run the commands:
cd gcc
make install
I got an error..
can you help me in this case please
I'm a new Linux user, I'm using the last Kubuntu version. Now, when I try to install programs I got the error (when I use the ./configure command):
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
I downloaded the gcc-4.1.1, but I tried to installed it as they wrote in the install section in the web site, my steps was:
mkdir gcc
cd gcc
gcc-4.1.1/configure
make CFLAGS='-O' LIBCFLAGS='-g -O2' \
LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap
now when I run the commands:
cd gcc
make install
I got an error..
can you help me in this case please
Comment