Results 1 to 6 of 6
Hi all,
I've tried compiling a c++ program with the command
gcc -o objname filename.cpp
I get a message as 'gcc: error trying to exec 'cc1plus': execvp: No such file ...
- 03-03-2009 #1Just Joined!
- Join Date
- Mar 2009
- Location
- Harihar, India
- Posts
- 11
OpenGL and GCC problem
Hi all,
I've tried compiling a c++ program with the command
gcc -o objname filename.cpp
I get a message as 'gcc: error trying to exec 'cc1plus': execvp: No such file or directory'
What does it mean? and how to solve the problem?
I want to run a openGL program in C++, what packages should I install?
- 03-04-2009 #2
Use command g++ not gcc, gcc compile only c.
- 03-04-2009 #3Just Joined!
- Join Date
- Mar 2009
- Location
- Harihar, India
- Posts
- 11
When used g++, it said, command not found!!
- 03-04-2009 #4Just Joined!
- Join Date
- Mar 2009
- Posts
- 7
Try to install g++ libraries.
- 03-05-2009 #5
- 03-14-2009 #6Just Joined!
- Join Date
- Mar 2009
- Location
- Harihar, India
- Posts
- 11
Thanks all!
I tried a lot of things and nothing worked sooner or later!!
So, i switched to Fedora 10 and everything's quite well!
Thank you so much!


Reply With Quote

