Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Help compiling a C. Program

  1. #11
    I just looked over the entirety of the code. I didn't see any errors. OP [CODE] next time please. Makes it a hell of a lot easier to read through code. Next...

    I believe you have to look for the include files. I believe some of those include files come with the program so when you do gcc -o you have to add them.

    I believe the syntax is:

    gcc <source file> <input file> -o new file

    I might be wrong I haven't used gcc in a while. Anyway check the man for it. But, I have a feeling that's what's going on. You said in another post you know C and C++.

  2. #12
    Member
    Join Date
    Aug 2002
    Location
    San Antonio, Texas
    Posts
    49
    Ya I am fairly new to the linux environment and commands so It is going to take me a little time to get up to speed.

    What happened was I was in Anjuta there is a package wizard that was interfering with my real source. But I got it

    finally. Thanks for the reply.
    \"They have the internet on computers now?\"

Posting Permissions

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