Thread: Rhide compile menu.

  1. #1
    WebSnozz
    Guest

    Unhappy Rhide compile menu.

    I looked at the help and faq for rhide, but it seems to assume I know more than I do.

    What's the difference between the compile and the make command.

    and what is the *.o file that it sometimes creates. I delete it, and the exe still runs fine.

  2. #2
    Blank
    Join Date
    Aug 2001
    Posts
    1,034
    Makefiles are used when your project as more files than one.

    .o is gcc's object file format though you should know that
    most windows/dos compiles use .obj

    you should read with
    info gcc
    and the first two sections

    G++ and GCC and
    Invoking GCC

  3. #3
    WebSnozz
    Guest
    I went looking for the gcc doc you mentioned. I didn't realize the info folder was all documebntents. I thought it was some sort of program data folder. Thanks alot!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Another syntax error
    By caldeira in forum C Programming
    Replies: 31
    Last Post: 09-05-2008, 01:01 AM
  2. Window menu question
    By axr0284 in forum Windows Programming
    Replies: 0
    Last Post: 03-08-2005, 09:01 AM
  3. Lost BIOS menu options?
    By PJYelton in forum Tech Board
    Replies: 3
    Last Post: 11-14-2004, 08:23 AM
  4. Constructive Feed Back (Java Program)
    By xddxogm3 in forum Tech Board
    Replies: 12
    Last Post: 10-10-2004, 03:41 AM
  5. Menu stuff
    By Shadow in forum C Programming
    Replies: 10
    Last Post: 04-28-2002, 09:05 AM