Results 1 to 19 of 19

Thread: libgcc_s_dw2-1.dll?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #13
    Join Date
    Oct 2009
    Posts
    364
    Thanks
    10
    Thanked 37 Times in 36 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: libgcc_s_dw2-1.dll?

    Quote Originally Posted by christophe View Post
    You can pass that option with QMAKE_LFLAGS.

    With the command line:
    qmake QMAKE_LFLAGS+=-static-libgcc -config release

    Or adding QMAKE_LFLAGS+=-static-libgcc in your .pro file.
    I am seeing this now too all of a sudden after installing the latest Windows Qt SDK 2010.01. Qt configured to dynamic linking, i.e. no change since installation.

    I tried the suggested QMAKE_LFLAGS but that was a nogo.

    Does this mean I have to add this dll to my installer? If so, then shouldn't this be mentioned in the Application Dependencies on this page:
    http://doc.qt.nokia.com/4.6/deployment-windows.html
    Last edited by schnitzel; 26th January 2010 at 01:06.

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.