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. Crossplatform shared build
Forum Updated to NodeBB v4.3 + New Features

Crossplatform shared build

Scheduled Pinned Locked Moved Solved Installation and Deployment
4 Posts 2 Posters 446 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.
  • EndrII 0E Offline
    EndrII 0E Offline
    EndrII 0
    wrote on last edited by
    #1

    I compiled a shared qt on linux for windows
    everything is fine, but my program depends on libstdc++-6.dll and libgcc_s_seh-1.dl,
    these libraries did not come together with qt
    Where can I get them?

    K 1 Reply Last reply
    0
    • EndrII 0E Offline
      EndrII 0E Offline
      EndrII 0
      wrote on last edited by
      #4

      Found
      They lay elsewhere.

      andrei@quasarapp:~$ locate libgcc_s_seh-1.dll
      /usr/lib/gcc/x86_64-w64-mingw32/7.3-posix/libgcc_s_seh-1.dll
      /usr/lib/gcc/x86_64-w64-mingw32/7.3-win32/libgcc_s_seh-1.dll
      
      
      1 Reply Last reply
      2
      • EndrII 0E EndrII 0

        I compiled a shared qt on linux for windows
        everything is fine, but my program depends on libstdc++-6.dll and libgcc_s_seh-1.dl,
        these libraries did not come together with qt
        Where can I get them?

        K Offline
        K Offline
        koahnig
        wrote on last edited by koahnig
        #2

        @EndrII-0

        Those libraries are from the compiler. Typically there is a lib folder in the compiler folder which holds the library stubs as used for linking on windows and the dlls.

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

        1 Reply Last reply
        1
        • EndrII 0E Offline
          EndrII 0E Offline
          EndrII 0
          wrote on last edited by EndrII 0
          #3

          @koahnig
          in the folder with the compiler there is only one library

          andrei@quasarapp:/usr/x86_64-w64-mingw32/lib$ ls | grep *.dll
          libwinpthread-1.dll
          andrei@quasarapp:/usr/x86_64-w64-mingw32/lib$ ls | grep std 
          libstdprov.a
          andrei@quasarapp:/usr/x86_64-w64-mingw32/lib$ ls | grep gcc
          andrei@quasarapp:/usr/x86_64-w64-mingw32/lib
          
          1 Reply Last reply
          0
          • EndrII 0E Offline
            EndrII 0E Offline
            EndrII 0
            wrote on last edited by
            #4

            Found
            They lay elsewhere.

            andrei@quasarapp:~$ locate libgcc_s_seh-1.dll
            /usr/lib/gcc/x86_64-w64-mingw32/7.3-posix/libgcc_s_seh-1.dll
            /usr/lib/gcc/x86_64-w64-mingw32/7.3-win32/libgcc_s_seh-1.dll
            
            
            1 Reply Last reply
            2

            • Login

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