Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. [SOLVED] Static Qt build on Windows Fails: Missing libintl-8.dll
Forum Updated to NodeBB v4.3 + New Features

[SOLVED] Static Qt build on Windows Fails: Missing libintl-8.dll

Scheduled Pinned Locked Moved Installation and Deployment
5 Posts 2 Posters 8.5k 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.
  • P Offline
    P Offline
    powerofpi
    wrote on 13 Mar 2011, 00:46 last edited by
    #1

    Hello all,

    I am trying to statically link and build a desktop Qt application of mine for release. I am following these "instructions":http://www.formortals.com/how-to-statically-link-qt-4/. I successfully configured Qt with the following command:

    bq. configure -release -static -platform win32-g++ -qt-zlib -qt-libpng -nomake examples -nomake demos -no-exceptions -no-stl -no-rtti -no-qt3support -no-scripttools -no-openssl -no-opengl -no-webkit -no-phonon -no-style-motif -no-style-cde -no-style-cleanlooks -no-style-plastique -no-sql-sqlite

    However, when I get to the step of actually building it (mingw32-make), the build eventually fails, giving me:

    bq. ar.exe - System Error: The program can't start because libintl-8.dll is missing from your computer. Try reinstalling the program to fix this problem.

    I have no idea how to resolve this. I am using MinGW with the win32-g++ compiler. Can anyone help me?

    1 Reply Last reply
    0
    • G Offline
      G Offline
      giesbert
      wrote on 13 Mar 2011, 08:51 last edited by
      #2

      Hi,

      I have not read the instructions you are using, but did you read the following "wiki article":http://developer.qt.nokia.com/wiki/How_to_build_a_static_Qt_version_for_Windows_with_gcc ? This describes how to do it and for me, it worked without problems...

      Nokia Certified Qt Specialist.
      Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

      1 Reply Last reply
      0
      • P Offline
        P Offline
        powerofpi
        wrote on 13 Mar 2011, 18:08 last edited by
        #3

        [quote author="Gerolf" date="1300006275"]Hi,

        I have not read the instructions you are using, but did you read the following "wiki article":http://developer.qt.nokia.com/wiki/How_to_build_a_static_Qt_version_for_Windows_with_gcc ? This describes how to do it and for me, it worked without problems...[/quote]

        I'll look at it and give it a try, thanks.

        1 Reply Last reply
        0
        • P Offline
          P Offline
          powerofpi
          wrote on 13 Mar 2011, 21:54 last edited by
          #4

          The directions you linked to were a lot more complete, and worked perfectly for me. Thanks, solved!

          1 Reply Last reply
          0
          • G Offline
            G Offline
            giesbert
            wrote on 13 Mar 2011, 22:02 last edited by
            #5

            You'r welcome.
            It's great when it helped.

            Nokia Certified Qt Specialist.
            Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

            1 Reply Last reply
            0

            1/5

            13 Mar 2011, 00:46

            • Login

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