+ Reply to Thread
Results 1 to 7 of 7

Thread: C compiling

  1. #1
    juniorls
    Guest

    C compiling

    20.000 Softwares download here
    I recently loaded SuSE on my intel comp.

    I am presently taking a walk down memory lane from my days at UofT.

    I was fiddling round with cc and the gcc compilers.

    I wrote a basic basic basic program .

    I tried to compile it as I remember doing in Uni. The problem is that it can't find the header file that I included in the program (studio.h). The compiler spits out the error message "studio.h: No such file or directory.



    Where is this file located or do I have to load it from elsewhere?



    Thanks.



    PS:I did a search for studio.h and found no references.






  2. #2
    snoopychuot
    Guest

    It sounds like you may need to download the GCC library!?

  3. #3
    lisusu
    Guest

    did you use the include "" syntax

    or the include <> syntax...

    remember they have different meaning ...

  4. #4
    tomorowpt
    Guest

    if it is C lib. , does it should be <stdio.h> not <studio.h> ?


  5. #5
    chinh2008
    Guest

    That's right, I didn't even look at that. Should be



    ie. standard input/output... don't know where you got the U.

  6. #6
    giau86
    Guest

    Yes, its include <stdio.h>

    for all the standard C libraries !!



    <> makes the compiler to look in the include directory for the header file. "" searches the current directory !!

+ Reply to Thread

Similar Threads

  1. Compiling problems
    By le minh in forum Redhat / Fedora
    Replies: 4
    Last Post: 03-10-2007, 03:41 AM
  2. Problems in compiling D-ITG
    By anbinh2311 in forum Web Programming
    Replies: 9
    Last Post: 02-15-2007, 05:54 PM
  3. C compiling on Unix
    By kamshj in forum Web Programming
    Replies: 4
    Last Post: 06-11-2006, 07:11 AM
  4. Help with compiling VB6
    By Chie in forum Web Programming
    Replies: 8
    Last Post: 10-23-2005, 10:01 PM
  5. Best MB for compiling
    By khangtvk in forum Motherboards
    Replies: 4
    Last Post: 05-05-2004, 08:43 AM

Tags for this Thread

Bookmarks

Posting Permissions

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