KamiCrazy
March 19th, 2007, 01:24 AM
I am having problems compiling wine.
To preface everything, I am running a totally fresh installation, barely an hour old. I have been trying to compile wine because I want guild wars to work.
The problem I am facing is that I seem to be missing a bunch of files in /usr/lib32 before I can compile wine.
Most wine compiling guides have steps which involve making symbolic links to these files. Obviously because they aren't there I have broken links.
For instance, I have installed freetype6-dev. Under /usrlib /usr/lib64 libfreetype exists. However in /usr/lib32 it doens't. Should installing freetype6 also give me the 32 bit libraries or is this not the case? If not how do I got about finding the 32 bit library.
Another example is libGLU. I have libGL but no libGLU in lib32. (I'm sure both files are supposed to be from the nvidia 32 bit compatibility installation) However this file does exist in /usr/lib64.
I'm pretty sure I can't just symbolic link to the /usr/lib64 files though, since using the file command in the /usr/lib64 ones says that its specifically 64 bit while doing the same for the /usr/lib32 files says its 32 bit.
Can anyone tell me what packages I need to install to get the missing files for wine?
I need
libX11
libXext
libGLU
libz
libfreetype
Thanks
To preface everything, I am running a totally fresh installation, barely an hour old. I have been trying to compile wine because I want guild wars to work.
The problem I am facing is that I seem to be missing a bunch of files in /usr/lib32 before I can compile wine.
Most wine compiling guides have steps which involve making symbolic links to these files. Obviously because they aren't there I have broken links.
For instance, I have installed freetype6-dev. Under /usrlib /usr/lib64 libfreetype exists. However in /usr/lib32 it doens't. Should installing freetype6 also give me the 32 bit libraries or is this not the case? If not how do I got about finding the 32 bit library.
Another example is libGLU. I have libGL but no libGLU in lib32. (I'm sure both files are supposed to be from the nvidia 32 bit compatibility installation) However this file does exist in /usr/lib64.
I'm pretty sure I can't just symbolic link to the /usr/lib64 files though, since using the file command in the /usr/lib64 ones says that its specifically 64 bit while doing the same for the /usr/lib32 files says its 32 bit.
Can anyone tell me what packages I need to install to get the missing files for wine?
I need
libX11
libXext
libGLU
libz
libfreetype
Thanks