Results 1 to 3 of 3
Hi,
I'm trying to compile a C++ source file that I have through the terminal and it keeps giving me
g++ -Wall -o CFconversion CFconversion
g++: CFconversion: No such file ...
- 09-13-2008 #1Just Joined!
- Join Date
- Sep 2008
- Posts
- 2
beginner C++ programmer
Hi,
I'm trying to compile a C++ source file that I have through the terminal and it keeps giving me
g++ -Wall -o CFconversion CFconversion
g++: CFconversion: No such file or directory
g++: no input files
Can someone plz tell me what this means?
THanks
- 09-13-2008 #2
It means there is no such file or directory called CFconversion.
Did you mean CFconversion.cpp?Debian GNU/Linux -- You know you want it.
- 09-13-2008 #3Just Joined!
- Join Date
- Sep 2008
- Posts
- 2
solved problem. thanx


Reply With Quote