[Wine] Wine crash

Charles Davis cdavis at mymail.mines.edu
Fri Feb 4 19:22:06 CST 2011


On 2/4/11 2:30 PM, Polaris84 wrote:
> Fixed it. To install all of the same libs as a port install, I port installed wine. Then port uninstalled wine, which leaves all the libs there. Then I moved the entire opt/local/ directory into the usr/ directory making it: usr/local/, which is where my make of wine was defaulting to install. I installed my version of wine and now everything works great.
Whoa. That is extreme. (And I don't mean that in a good way.)

I used to do something similar. I had /opt symlinked to /usr, so
everything that was in /opt/local appeared in /usr/local as well. I
don't do that anymore, especially since I learned you don't have to.

When you're configuring Wine, all you have to do is set:

  export CPPFLAGS=/opt/local/include
  export LDFLAGS=/opt/local/lib

and everything will be fine.

Chip



More information about the wine-users mailing list