Results 1 to 3 of 3

Thread: Is Qt 5.0 supporting on GCC 4.4?

  1. #1
    Join Date
    May 2012
    Location
    Bangalore, India
    Posts
    271
    Thanks
    29
    Thanked 50 Times in 47 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Is Qt 5.0 supporting on GCC 4.4?

    Hello,
    Is the Qt 5.0 supporting on GCC 4.4? And whenever i am running qt creator it is giving error as

    Qt Code:
    1. Failed to load core: /opt/qtcreator-2.8.0/lib/qtcreator/plugins/QtProject/libCore.so: Cannot load library /opt/qtcreator-2.8.0/lib/qtcreator/plugins/QtProject/libCore.so: (/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /opt/qtcreator-2.8.0/lib/qtcreator/plugins/QtProject/../.././libQtCLucene.so.4))
    To copy to clipboard, switch view to plain text mode 

    Please help me.
    Heavy Metal Rules. For those about to rock, we salute you.
    HIT THANKS IF I HELPED.

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Is Qt 5.0 supporting on GCC 4.4?

    Is the Qt 5.0 supporting on GCC 4.4?
    Qt5+ requires at least GCC 4.7 on Windows in order to build the library.
    On Linux the minimum GCC version is not clearly stated anywhere I have seen.


    The error message is because the libstdc++ on your system is older than the one the Qt Creator binaries you have was built against. It is part of GCC 4.6 on my system although many distros have a separate libstdc++6 package or the like.

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Is Qt 5.0 supporting on GCC 4.4?

    Quote Originally Posted by sonulohani View Post
    Hello,
    Is the Qt 5.0 supporting on GCC 4.4? And whenever i am running qt creator it is giving error as

    Qt Code:
    1. Failed to load core: /opt/qtcreator-2.8.0/lib/qtcreator/plugins/QtProject/libCore.so: Cannot load library /opt/qtcreator-2.8.0/lib/qtcreator/plugins/QtProject/libCore.so: (/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /opt/qtcreator-2.8.0/lib/qtcreator/plugins/QtProject/../.././libQtCLucene.so.4))
    To copy to clipboard, switch view to plain text mode 

    Please help me.
    Why are you asking about Qt5 if the problem you have is not with Qt5 but rather with QtCreator? It doesn't seem that you are compiling anything so I don't see how the compiler version is relevant to anything here.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. Replies: 0
    Last Post: 20th December 2012, 15:00
  2. Replies: 2
    Last Post: 31st July 2012, 06:05
  3. design pattern for supporting multiple DB's?
    By scarleton in forum Qt Programming
    Replies: 3
    Last Post: 4th June 2010, 14:33
  4. Replies: 3
    Last Post: 20th December 2008, 00:12
  5. QTable Column width supporting fonts
    By kommu in forum Qt Programming
    Replies: 7
    Last Post: 27th December 2007, 11:18

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
  •  
Qt is a trademark of The Qt Company.