Results 1 to 2 of 2

Thread: error in QT4

  1. #1
    Join Date
    Apr 2009
    Posts
    24
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default error in QT4

    hi,
    I have found an error in QT like

    1: error: collect2: ld returned 1 exit status

    whats the reason ...i have checked all the parameters ,etc
    thanks
    reply

  2. #2
    Join Date
    Mar 2007
    Location
    Germany
    Posts
    229
    Thanks
    2
    Thanked 29 Times in 28 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: error in QT4

    This is not an error of Qt, this is an error message of your linker!
    In the lines before this message should be something like "unresolved symbol". Well, this is the most likely linker error. It may be another error, but it is still from the linker, not Qt.

    If you could show us the last 15 (?) lines we could tell you what the linker does not like.

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.