Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Linux Engineer GNU-Fan's Avatar
    Join Date
    Mar 2008
    Posts
    935
    It means there is no such file or directory called CFconversion.
    Did you mean CFconversion.cpp?
    Debian GNU/Linux -- You know you want it.

  3. #3
    Just Joined!
    Join Date
    Sep 2008
    Posts
    2
    solved problem. thanx

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...