Anyway I am trying to compile a simple "Hello World" prog and get this error?
- Code: Select all
cpp: installation problem, cannot exec 'cc1plus': No such file or directory
Does anyone know what this is and how to fix it?
BTW I am using FC4..
Moderators: Darobat, RecursiveS, Dante Shamest, Bugdude, Wizard
cpp: installation problem, cannot exec 'cc1plus': No such file or directorycpp -o test test.cppbash: g++: command not foundcpp -vTarget: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,java,f95,ada --enable-java-awt=gtk --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --host=i386-redhat-linux
Thread model: posix
gcc version 4.0.1 20050727 (Red Hat 4.0.1-5)
/usr/libexec/gcc/i386-redhat-linux/4.0.1/cc1 -E -quiet -v -
ignoring nonexistent directory "/usr/lib/gcc/i386-redhat-linux/4.0.1/../../../../i386-redhat-linux/include"
#include "..." search starts here:
#include <...> search starts here:
/usr/local/include
/usr/lib/gcc/i386-redhat-linux/4.0.1/include
/usr/include
End of search list.g++ test.cpp -o testUsers browsing this forum: No registered users and 1 guest