Thread: Compiling from the command line

  1. #16
    Moderately Rabid Decrypt's Avatar
    Join Date
    Feb 2005
    Location
    Milwaukee, WI, USA
    Posts
    300
    Quote Originally Posted by salem
    You really need to update the PATH to include c:\dev-c++\bin
    Quote Originally Posted by laserlight
    c:\dev-c++\bin is not in your system path. You might want to consider adding it to your system path.
    I'm not sure what you mean...

    The path for the gcc command inside the system statement? (tried that)
    The path for the system statement itself? (I have no clue if/how this is possible)
    Some other path that (like so much of C++) I know nothing about?


    Decrypt

  2. #17
    Registered User
    Join Date
    Aug 2005
    Location
    Austria
    Posts
    1,990
    Quote Originally Posted by Decrypt
    Some other path that (like so much of C++) I know nothing about?
    Guess that's the one. It's the environment variable PATH ( in windows it's somewhere hidden in my computer->system->settings )
    Kurt
    Last edited by ZuK; 09-15-2005 at 02:11 PM.

  3. #18
    Moderately Rabid Decrypt's Avatar
    Join Date
    Feb 2005
    Location
    Milwaukee, WI, USA
    Posts
    300
    Oh - thaaaaaaat system path. (ahem) oops.

    OK, then, cue the bright light shining down on computer, bring in the angelic choir, and....

    compile.

    Thanks for all of your help, everyone!


    Decrypt

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Compiling Issues
    By pc_doctor in forum C Programming
    Replies: 3
    Last Post: 11-30-2007, 10:00 AM
  2. Screwy Linker Error - VC2005
    By Tonto in forum C++ Programming
    Replies: 5
    Last Post: 06-19-2007, 02:39 PM
  3. Problem Compiling
    By Flakster in forum C++ Programming
    Replies: 4
    Last Post: 06-13-2006, 01:09 AM
  4. Compiling
    By Dae in forum C++ Programming
    Replies: 7
    Last Post: 06-15-2005, 01:08 AM
  5. compiling and executing issue with lcc win32
    By GanglyLamb in forum C Programming
    Replies: 10
    Last Post: 12-22-2004, 02:24 PM