Re: line by line compiling in c



On Fri, 30 May 2008 10:16:13 -0700, vaavi wrote:

hello every body

i am new to programming in c
fed up of getting compiling errors
can u tell me how to do line by line compiling.........

I do believe that there this "line by line compiling" is perfectly
irrelevant. What you need to do is look into the compiler output and
simply do a line by line error correction.

If you happen to be using gcc and you feel you are getting a long list of
errors then I do believe that you will find the -Wfatal-errors compiler
flag to be of some help.


Hope this helps,
Rui Maciel
.



Relevant Pages

  • Re: gcc questions
    ... First, compiling your code, and second, linking ... > like gcc make that all one step for your convenience. ... > libraries, even very standard ones like the math library. ... > There's actually no difference between the -l flag and giving the full path ...
    (Fedora)
  • Re: Mex Segmentation Violation
    ... I dont get why this is a c related problem, because i only get the error when compiling it with mex ... pointer to two pointers to edge_t, ... I had 5 years experience with programming ...
    (comp.soft-sys.matlab)
  • Re: Dynamic function generation, HOW?
    ... Are you "uncomfortable when programming in C or C++ because you ... then why are you uncomfortable when programming in Lisp? ... ; Compiling Top-Level Form: ... B5: JMP ECX ...
    (comp.lang.lisp)
  • Re: gcc reports invalid option `t on Solaris 10
    ... > The cause turned out to be the `-mt' flag passed to gcc. ... > Glade output, ... I cant think of an easy fix other than compiling the "offending" source ...
    (comp.unix.solaris)
  • Re: PROBLEMS COMPILING DPMI APPLICATION - LIBRARY ROUTINES NOT FOUND
    ... your observations and suggestions are completely correct - I wondered about the "-I" flag myself and found that I had set up djgpp environment variable incorrectly (spelling) - once I fixed that all was great, including compiling the big application. ... PROBLEMS COMPILING DPMI APPLICATION - LIBRARY ROUTINES NOT ... gcc testdpmi.c ...
    (comp.os.msdos.djgpp)