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

MacPorts noreply at macports.org
Wed Nov 22 14:10:19 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):

 I addressed this in https://github.com/macports/macports-ports/pull/1048:
 {{{
   If you want your MinGW-generated windows binaries to work under wine
 out-of-the-box
   (and they are not statically linked), you can instruct wine
   to automatically search for dll-s by running:
       wine regedit
   Nagivate to:
       [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session
 Manager\Environment]
   or
       [HKEY_CURRENT_USER\Environment]
   and add
       Z:\opt\local\i686-w64-mingw32\bin
   to the 'PATH' variable.
 }}}

 I hope the text is OK. One could use `wine reg add`, but I don't want
 infinitely long notes.

 Suggestions welcome.

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


More information about the macports-tickets mailing list