Thread: Compiling

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #7
    Deprecated Dae's Avatar
    Join Date
    Oct 2004
    Location
    Canada
    Posts
    1,034
    Quote Originally Posted by yeohhs
    The tutorials should mention that you need to run Command Prompt.
    Then at the "blinking" cursor, type the command make. This is will work provided you have an environment variable that points to the compiler path and that your make file's name is makefile.
    Yah they all say to type make.. typing make didnt do anything for me in command prompt so thats where I got lost.

    So and environment variable.. thats in the properties of My Computer isnt it.. I'll see what I can do.. never explained this anywhere, just assumed I'm reading a 'Compiling for Newbies' tutorial and automatically have an environment variable for make setup.


    It doesnt do anything for command prompt, typing: make, nothing, nor the examples before work. However if I type make in the Run its like a shortcut to the make.exe file, yay
    Last edited by Dae; 06-14-2005 at 08:03 PM. Reason: blah

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 and executing issue with lcc win32
    By GanglyLamb in forum C Programming
    Replies: 10
    Last Post: 12-22-2004, 02:24 PM
  5. Compiling syntax
    By Jez_Master in forum C++ Programming
    Replies: 3
    Last Post: 04-01-2002, 09:46 PM