Greetings... With the end of life for official support for FC05 (early July), I'm now resigned to compiling key apps by hand for my FC05 box (64-bit, running on AMD Opteron chips). The gcc compiler is 4.1.1 (which may also be an issue for some apps). For the most part, this has been only 'somewhat challenging' - primarily because of 'issues' specifying the right libraries (32- or 64-bit, etc). Same seems to be the case with compiling wine 0.9.41 (which I've yet to do successfully). Here is what I've tried so far: First, following an entry on the wine wiki, set up some symbolic links for various libraries cd /usr/lib ln -s libfreetype.so.6 libfreetype.so ln -s libXext.so.6 libXext.so ln -s libX11.so.6 libX11.so ln -s libGLU.so.1 libGLU.so Then ran configure with following (which I pulled off the Wine WIki): ./configure --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include --with-x followed by the usual make depend, make cycle. First error 'warning' I get is after ./configure command: configure: WARNING: No OpenGL library found on this system. Wine will be build without OpenGL or Direct3D support. Makes sense there should be problems, since /usr/X11R6/lib and /usr/X11R6/include don't exist as subdirectories!! On a FC05 64-bit box, all you have are /usr/X11R6/bin and /usr/X11R6/lib64 So, what next? Apparently, the Wine Wiki is not correct - at least, not for FC05 in its current state, not for a 64bit machine, and not for wine 0.9.4... Suggestions? Pointers to the obvious?
Greetings... With the end of life for official support for FC05 (early July), I'm now resigned to compiling key apps by hand for my FC05 box (64-bit, running on AMD Opteron chips). The gcc compiler is 4.1.1 (which may also be an issue for some apps). For the most part, this has been only 'somewhat challenging' - primarily because of 'issues' specifying the right libraries (32- or 64-bit, etc). Same seems to be the case with compiling wine 0.9.41 (which I've yet to do successfully). Here is what I've tried so far: First, following an entry on the wine wiki, set up some symbolic links for various libraries cd /usr/lib ln -s libfreetype.so.6 libfreetype.so ln -s libXext.so.6 libXext.so ln -s libX11.so.6 libX11.so ln -s libGLU.so.1 libGLU.so Then ran configure with following (which I pulled off the Wine WIki): ./configure --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include --with-x followed by the usual make depend, make cycle. First error 'warning' I get is after ./configure command: configure: WARNING: No OpenGL library found on this system. Wine will be build without OpenGL or Direct3D support. Makes sense there should be problems, since /usr/X11R6/lib and /usr/X11R6/include don't exist as subdirectories!! On a FC05 64-bit box, all you have are /usr/X11R6/bin and /usr/X11R6/lib64 So, what next? Apparently, the Wine Wiki is not correct - at least, not for FC05 in its current state non a 64-bit machine, and not for wine 0.9.41 Suggestions? Pointers to the obvious?
On Tue, Jul 31, 2007 at 08:00:53PM -0400, Evan Cooch wrote:> So, what next? Apparently, the Wine Wiki is not correct - at least, > not for FC05 in its current state, not for a 64bit machine, and not > for wine 0.9.4...most distributions have some emul packages for 32 bit support. i bet there is also for your distribution. this packages are maintained with the 64bit counter parts to ensure, that both work together. so i _guess_ these fc5 instructions you are talking about are for 32bit systems. get the 32bit libs and see where they are installed (might be in .../lib32 parallel to .../lib and .../lib64 or maybe somewhere else like /emul). then use this locations for you for your -L-flags with configure. For OpenGL you might also have to install the 32bit counterparts for your driver (e.g. nvidia drivers have an additional options for installing them or not). also be sure to keep all the developer packages around otherwise configure might complain that something is missing too. -- cu -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 163 bytes Desc: not available Url : http://www.winehq.org/pipermail/wine-users/attachments/20070801/126b3d3f/attachment.pgp
Hi Evan Sorry, I can't help you with your problem, but I am curious about the double posting though - why send the same message from two seperate e-mail addresses and not cc yourself on the original? Derek On Tue, 2007-07-31 at 20:00 -0400, Evan Cooch wrote:> Greetings... > > With the end of life for official support for FC05 (early July), I'm now > resigned to compiling key apps by hand for my FC05 box (64-bit, > running on AMD Opteron chips). The gcc compiler is 4.1.1 (which may > also be an issue for some apps). For the most part, this has been only > 'somewhat challenging' - primarily because of 'issues' specifying the > right libraries (32- or 64-bit, etc). > > Same seems to be the case with compiling wine 0.9.41 (which I've yet > to do successfully). Here is what I've tried so far: > > First, following an entry on the wine wiki, set up some symbolic links > for various libraries > > cd /usr/lib > ln -s libfreetype.so.6 libfreetype.so > ln -s libXext.so.6 libXext.so > ln -s libX11.so.6 libX11.so > ln -s libGLU.so.1 libGLU.so > > Then ran configure with following (which I pulled off the Wine WIki): > > ./configure --x-libraries=/usr/X11R6/lib > --x-includes=/usr/X11R6/include --with-x > > followed by the usual make depend, make cycle. > > First error 'warning' I get is after ./configure command: > > > configure: WARNING: No OpenGL library found on this system. > Wine will be build without OpenGL or Direct3D support. > > Makes sense there should be problems, since /usr/X11R6/lib and > /usr/X11R6/include don't exist as subdirectories!! > > On a FC05 64-bit box, all you have are /usr/X11R6/bin and > /usr/X11R6/lib64 > > So, what next? Apparently, the Wine Wiki is not correct - at least, > not for FC05 in its current state, not for a 64bit machine, and not for > wine 0.9.4... > > Suggestions? Pointers to the obvious? > > _______________________________________________ > wine-users mailing list > wine-users@winehq.org > http://www.winehq.org/mailman/listinfo/wine-users