[MacPorts] #55273: wine: missing path to MinGW's libstdc++

MacPorts noreply at macports.org
Wed Nov 22 14:15:48 UTC 2017


#55273: wine: missing path to MinGW's libstdc++
---------------------------------------------+------------------------
  Reporter:  mojca                           |      Owner:  ryandesign
      Type:  defect                          |     Status:  new
  Priority:  Normal                          |  Milestone:
 Component:  ports                           |    Version:
Resolution:                                  |   Keywords:
      Port:  wine wine-devel wine-crossover  |
---------------------------------------------+------------------------

Comment (by mojca):

 Replying to [comment:3 raimue]:
 > The easiest workaround is probably to just copy (or symlink?) the
 required DLLs right next to the `.exe` and they should be found.

 The easiest workaround is to build the binaries statically with
 {{{
 -static-libgcc -static-libstdc++
 }}}
 I didn't find a way to achieve the same with `libpthreads` though.

 Copying gets super annoying when running CMake or Meson with test cases. I
 don't want to worry about copying all the libraries to all the places
 where unit tests live.

 Since most Wine users are unlikely to ever compile anything for windows
 under Mac, it makes more sense to add those notes to the cross-compiler
 than to wine. I only added them to `i686` because we don't have support
 for 64-bit Windows yet.

--
Ticket URL: <https://trac.macports.org/ticket/55273#comment:6>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list