My compiler isn't working it keeps coming up with this error
Installation Problem, cannot exec 'cpp':No such file or directory can you tell me as many solutions as possible please cause i really need to use it.
This is a discussion on GNU C++ compiler error within the C++ Programming forums, part of the General Programming Boards category; My compiler isn't working it keeps coming up with this error Installation Problem, cannot exec 'cpp':No such file or directory ...
My compiler isn't working it keeps coming up with this error
Installation Problem, cannot exec 'cpp':No such file or directory can you tell me as many solutions as possible please cause i really need to use it.
You probbly have forgotten to add the compiler's bin directory to your path variable.
Linux: g++
DJGPP: gxx
kooma - t.h@iki.fi
kooma:
>>> Linux: g++
Is that generally true on Linux? I was trying to help a guy compile a C++ program on a Mandrake Linux system. He said he used "gcc", should he be using g++?
He could compile straight C but not C++.
http://www.cprogramming.com/cboard/s...threadid=10464
Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.
@adrianxw:
in most case i would say YES!
g++ is the gnu c++ compiler
gcc is the gnu c compiler
yes, he should try g++ -> the commandline syntax is qyuite the same...
Hope you don't mind my bad english, I'm Austrian!