Hello all
I have tried for some time now to make wine work on Opensuse 10.3 x64. My previous attempts on Fedora and Kubuntu worked pretty well...
I have followed all instructions at
http://en.opensuse.org/Wine#Repositories
Installed all needed RPMs
I am able to install wine and I can start winecfg (although it always forgets the mounted "drives") and winefile. Another odd thing is that my ~/.wine folder does not contain a DOS and Windows folder any more after I made a clean re-install...(does Opensuse put these folders somewhere else by default?)
The only piece of information I did not really get on the aforementioned help page was this:
Quote:
Configure: ./configure --prefix=<where to install wine> --x-libraries=/usr/X11R6/lib --x-includes=/usr/include/X11/ --with-x
[/b]
|
It seems to be pretty important (since my wine does not want to behave as it should). I am guessing that it is used to make wine use the 32-bit libraries...but WHERE and HOW am I supposed to do this "configure"?