Results 1 to 2 of 2

Thread: C++ compile time errors vs link time errors

  1. #1
    Junior Member
    Join Date
    Jun 2007
    Answers
    1

    C++ compile time errors vs link time errors

    can any one tell me what errors are caught at compile time vs link time?


  2. #2
    Junior Member
    Join Date
    Jun 2007
    Answers
    5

    Re: C++ compile time errors vs link time errors

    At complile time all Syntax type of errors as well as un initialize variables used in any loop, which might be unfull fil loop condition successfully type of erros may occure, at the linking time

    some of errors occurs

    No input files: GCC cannot find the source file.
    Missing headers or libraries: GCC can't find header files/libraries.
    Missing C++ headers: GCC can't find C++ header files.
    C++ comments: Avoid C++ comments in C programs.
    Which language: GCC resolves it by looking at filename extensions.
    Objective C: Problems with Objective C compiler.
    DJGPP-specific: How to write DJGPP-specific fragments.
    Unresolved externals: Where are those library functions?
    Which library: Which library has which functions?
    Libraries order: Which libraries to put first?
    Still unresolved: C++ misses complex and iostream functions.
    djgpp_first_ctor: Why are these unresolved?
    Large image: Static arrays bloat C++ program image.
    Large executable: Why is DJGPP .EXE so large?
    DJGPP and DLLs: Why don't we use DLLs to make programs smaller.
    No EXE: Novell Netware fails STUBIFY.
    Allegro and GRX: Problems building Allegro and GRX libraries.
    NULL redefined:
    Some C++ headers redefine NULL.
    C++ exceptions: GCC before 2.8.1 doesn't support them.
    Assembly output: How to generate assembly code with GCC.
    movedata.h: This header triggers compiler errors.
    Libraries: How to create object libraries.
    No stubify: GCC can't find stubify.exe.

    for more information follow this link

    http://djgpp.linux-mirror.org/v2faq/faq8.html

    Please correct me if I am wrong


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact