Thread: linker output???

  1. #1
    Flash Animator, OF DOOOOM bluehead's Avatar
    Join Date
    Nov 2001
    Posts
    269

    Question linker output???

    ummmm hehe the question iz: (oh yeah if it matters im using dev c++)

    1.) What does it mean if all i get is linker output?? what do i hafta fix

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793

    Re: linker output???

    Originally posted by bluehead
    ummmm hehe the question iz: (oh yeah if it matters im using dev c++)

    1.) What does it mean if all i get is linker output?? what do i hafta fix
    Nothing....as long as that output is .exe files

    Would you care to elaborate?

  3. #3
    Flash Animator, OF DOOOOM bluehead's Avatar
    Join Date
    Nov 2001
    Posts
    269
    im stupid so tell me wut elaborate is
    Code:
    #if _emo
      #define stereo_type_i_dislike
    #endif

  4. #4
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Originally posted by bluehead
    im stupid so tell me wut elaborate is
    What I mean is your question makes no sense.....what do you mean by "linker output" and how is it that that's all you get?

  5. #5
    Flash Animator, OF DOOOOM bluehead's Avatar
    Join Date
    Nov 2001
    Posts
    269
    ohhh umm i did everything (i d/led a source code for uploading a bitmap) all the resource files included i got no errors, but instead, i got linker output and i cannot execute the program becuz of it umm if you need the source code or what it says in the linker output box i'll show you just need to ask
    Code:
    #if _emo
      #define stereo_type_i_dislike
    #endif

  6. #6
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Right....so you got a linker error huh?

    Please post the error.

  7. #7
    Registered User
    Join Date
    Dec 2001
    Posts
    108
    I downloaded the latest beta of Dev-C++ 5, and noticed that there are many link time errors associated with unresolved references to the C++ iostream and fstream headers. It seems that there are missing .a lib files in the full version 4.9.4.0

  8. #8
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Originally posted by DarkStar
    I downloaded the latest beta of Dev-C++ 5, and noticed that there are many link time errors associated with unresolved references to the C++ iostream and fstream headers. It seems that there are missing .a lib files in the full version 4.9.4.0
    Actually...I noticed that too.......My copy would not link anything with iostreams at all.........put V4 back on....that's not too bad, but IMHO, its still not as good as VC++....but that's my opinion

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. code output...
    By roaan in forum C Programming
    Replies: 6
    Last Post: 07-03-2009, 02:22 AM
  2. Help for my output array
    By qwertysingh in forum C Programming
    Replies: 1
    Last Post: 02-17-2009, 03:08 PM
  3. execl()/fork() output
    By tadams in forum C Programming
    Replies: 19
    Last Post: 02-04-2009, 03:29 PM
  4. Linker errors in VC++ 2005
    By C+/- in forum C++ Programming
    Replies: 0
    Last Post: 05-18-2007, 07:42 AM
  5. sorting output on student info program
    By indigo0086 in forum C++ Programming
    Replies: 2
    Last Post: 11-05-2002, 11:29 AM