PDA

View Full Version : Wine compile help


tumler
August 31st, 2006, 04:24 PM
Hey,
I'm just needing some help from someone who knows how to compile wine and include the dlls at the same time. As the wine binary already contains dlls why doesn't the compiled wine doe so?

I have already installed git,flex,bison,gcc and then I gotta install
sudo apt-get install xlibs-dev
to get x11 drivers working

getting wine
git clone git://source.winehq.org/git/wine.git wine-git

compiling
cd wine-git
./configure && make clean && make depend && make

When trying to run games it gets stuck at missing dlls.

Shouldn't there be a lib containing these dlls so they can get compiled? cause the binary has them.

croak77
August 31st, 2006, 07:05 PM
Why not use a binary? Or download the missing dll's and put them in your system32 folder. Or maybe the game(s) you are trying do not run in wine.

justin whitaker
September 1st, 2006, 02:08 AM
Wine does not contain ALL the dlls....the most common ones, yes, but not all. Since you didn't list which games you are trying to run, check WineHQ and see if one of the workarounds requires additional dlls. Place the DLL in your wine directory with all the others, and give it another shot.