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.
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.