Results 1 to 14 of 14

Thread: error: undefined reference to `__gxx_personality_v0' while using gstreamer library.

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2015
    Posts
    6

    Default Re: error: undefined reference to `__gxx_personality_v0' while using gstreamer librar

    So, to conclude, to link with libraries compiled with mingw, the QT Distro itself should have compiled with mingw. that means i should take QT source code, and compile with mingw.

    Is that the correct understanding? If so, we do have any ready built Qt distro?

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

    Default Re: error: undefined reference to `__gxx_personality_v0' while using gstreamer librar

    Quote Originally Posted by jils View Post
    So, to conclude, to link with libraries compiled with mingw, the QT Distro itself should have compiled with mingw. that means i should take QT source code, and compile with mingw.
    Correct. All components of the equation need to built with compatible compilers.

    Is that the correct understanding? If so, we do have any ready built Qt distro?
    Because not everyone wants to use MSVC-built Qt with MinGW-built GStreamer.
    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.


  3. #3
    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: error: undefined reference to `__gxx_personality_v0' while using gstreamer librar

    Based on Qt 5.2.1 (MSVC 2010, 32 bit)

    Built on Jan 31 2014 at 05:16:27

    From revision 51af63bb9e
    This looks like the Qt version info returned by Qt Creator in its About box. This version has nothing to do with the version you are building your project with.

    There a ready build Qt libraries for MingW and various Msvc versions available from the project site.
    There is no information that I could see on the gstreamer site about which compilers were used to build their binaries. What is the name of the link library files in the distribution? Something.a or something.lib?Even if they are MingW built (seems less likely in an msi wrapper) they may be built with the older Gcc 4.4 which is not binary compatible with the current version for C++.

Similar Threads

  1. Replies: 2
    Last Post: 11th August 2012, 17:37
  2. Replies: 3
    Last Post: 18th December 2010, 14:55
  3. Getting Undefined Reference Error
    By A.H.M. Mahfuzur Rahman in forum Qt Programming
    Replies: 2
    Last Post: 22nd June 2009, 02:12
  4. QT and my own shared library, undefined reference to ...
    By webquinty in forum General Programming
    Replies: 4
    Last Post: 4th March 2009, 15:09
  5. Undefined Reference error!!!
    By Kapil in forum Newbie
    Replies: 25
    Last Post: 28th March 2006, 12:03

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.