Thread: how to compile & run c programs in unix?

  1. #1
    Unregistere
    Guest

    Question running c programs in unix

    what are the commands for compiling & runing c programs in unix?

  2. #2
    Unregister
    Guest

    Exclamation how to compile & run c programs in unix?

    can you tell me the commands for compiling & running c programs in unix?

  3. #3
    Registered User Azuth's Avatar
    Join Date
    Feb 2002
    Posts
    236
    I think you're looking for 'make', your project should have a makefile (if it's not just one file. This will likely be dependent upon your flavour of unix, so this may not be the best place to ask the question.

    Once compiled the program can be executed like any other binary.
    (may need to chmod it first)
    Demonographic rhinology is not the only possible outcome, but why take the chance

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Glut and Dev C++, Programs not Quitting?
    By Zeusbwr in forum Game Programming
    Replies: 13
    Last Post: 11-29-2004, 08:43 PM
  2. Running programs - few stupid mistakes
    By Korhedron in forum C++ Programming
    Replies: 14
    Last Post: 03-10-2004, 03:10 PM
  3. Programs to run C applications
    By Mak in forum C Programming
    Replies: 3
    Last Post: 03-01-2004, 12:56 PM
  4. Replies: 4
    Last Post: 11-14-2001, 10:28 AM