Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Which MinGW release is suggested for 4.8.4 ?
Forum Updated to NodeBB v4.3 + New Features

Which MinGW release is suggested for 4.8.4 ?

Scheduled Pinned Locked Moved General and Desktop
8 Posts 5 Posters 5.3k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    soroush
    wrote on last edited by
    #1

    Hi

    Today I tried to compile a Qt4 project in windows with MinGW-builds (4.7.2-rev7). I got 6 linker errors of kind "undefined reference to `_Unwind_Resume' ". I thought it's related to sjlj / dw2 incompatibility. Though the dw2 version of same project had 25 errors of kind _Unwind_SJLJ_Resume.

    Which compiler should I use for officially released 4.8.4 on 32 bit ?

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      AFAIK it is still MinGW 4.4 which cannot be downloaded from a MinGW page anymore. :-(

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0
      • M Offline
        M Offline
        MuldeR
        wrote on last edited by
        #3

        Look here:
        http://sourceforge.net/projects/tdm-gcc/files/TDM-GCC Old Releases/TDM-GCC 4.4 series/

        Or here:
        http://sourceforge.net/projects/mingw/files/MinGW/Base/gcc/Version4/Previous Release gcc-4.4.0/

        My OpenSource software at: http://muldersoft.com/

        Qt v4.8.6 MSVC 2013, static/shared: http://goo.gl/BXqhrS

        Go visit the coop: http://youtu.be/Jay...

        1 Reply Last reply
        0
        • C Offline
          C Offline
          ChrisW67
          wrote on last edited by
          #4

          You can use MingW with GCC 4.6.2, which, IIRC, happily builds the Qt 4.8.4 libraries.

          1 Reply Last reply
          0
          • ? This user is from outside of this forum
            ? This user is from outside of this forum
            Guest
            wrote on last edited by
            #5

            I have a problem with that. The release notes: gcc-4.4.0-mingw32-notes.txt located here:

            "http://sourceforge.net/projects/mingw/files/MinGW/Base/gcc/Version4/Previous Release gcc-4.4.0/":http://sourceforge.net/projects/mingw/files/MinGW/Base/gcc/Version4/Previous Release gcc-4.4.0/

            says that:

            bq. You will need to have an existing MinGW installation that includes at
            least the following:--

              • binutils 2.13
              • mingw-runtime 3.13
              • w32api 2.2

            How does one acquire these?

            1 Reply Last reply
            0
            • JKSHJ Offline
              JKSHJ Offline
              JKSH
              Moderators
              wrote on last edited by
              #6

              Here's another source of MinGW 4.4: http://nosymbolfound.blogspot.com.au/2012/12/since-until-now-qt-under-windows-is.html

              Alternatively, you could update to Qt 4.8.6, which uses MinGW 4.8

              Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

              1 Reply Last reply
              0
              • ? This user is from outside of this forum
                ? This user is from outside of this forum
                Guest
                wrote on last edited by
                #7

                Thanks for your kind reply. I have just discovered something that I need to share. I discovered the project: "MinGW-builds":http://sourceforge.net/projects/mingwbuilds

                The project hosts an "installer" that downloads all the right stuff for the MinGW gcc version you want. It goes all the way back to 4.6

                Long story short, via that project I was able to install the full MinGW/gcc 4.6 and build Qt 4.8.4 successfully with no hiccups whatsoever.

                I will definitely look into upgrading to 4.8.6 but needed 4.8.4 for a current project that I can't afford any "surprises" with.

                1 Reply Last reply
                0
                • JKSHJ Offline
                  JKSHJ Offline
                  JKSH
                  Moderators
                  wrote on last edited by
                  #8

                  You're welcome. Thank you for sharing your finding!

                  Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                  1 Reply Last reply
                  0

                  • Login

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • Users
                  • Groups
                  • Search
                  • Get Qt Extensions
                  • Unsolved