<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 26/06/2012 08:44, Rafaël Carré
      wrote:<br>
    </div>
    <blockquote cite="mid:4FE96871.1090100@gmail.com" type="cite">Try to
      build gcc with --disable-shared<br>
    </blockquote>
    So I hacked around the previous problem by manually running libtool
    with -static, which worked. However I found that the package
    produced at the end of the day had a lot of broken modules, mostly
    because they included dependencies on libstdc++-6.dll and some
    libgcc DLLs.<br>
    <br>
    I'll try a rebuilding mingw64 with --disable-shared as you suggest.
    Since it appears to be the default for mingw64 trunk to use a shared
    runtime where possible, and the VLC packaging mechanism seems to
    make no attempt to distribute the MinGW C/C++ runtime, should the
    page <a href="http://wiki.videolan.org/Win32Compile">http://wiki.videolan.org/Win32Compile</a>
    mention that restriction?<br>
    <a href="http://wiki.videolan.org/Win32Compile"></a>
  </body>
</html>