Gentoo Archives: gentoo-amd64

From: Kevin Koltzau <kevin@××××.org>
To: gentoo-amd64@l.g.o
Cc: Troy Curtis Jr <troycurtisjr@×××××.com>
Subject: Re: [gentoo-amd64] Wine (with OpenGL) on AMD64
Date: Thu, 28 Dec 2006 17:32:52
Message-Id: 200612281229.35388.kevin@plop.org
In Reply to: [gentoo-amd64] Wine (with OpenGL) on AMD64 by Troy Curtis Jr
1 On Thursday 28 December 2006 1:45 am, Troy Curtis Jr wrote:
2 > Has anyone gotten wine compiled with opengl support on AMD64? My
3 > configure (using portage and several iterations of a manual
4 > configure) keeps warning me that no OpenGL libs were found but I DO
5 > have the non-free nvidia driver working and here is the output of all
6 > the relevant directories (that I know of):
7
8 the nvidia-drivers package install both the 64bit and 32bit libraries when you
9 are using a multilib profile on amd64
10
11 # equery f x11-drivers/nvidia-drivers |grep "libGL.so$"
12 /usr/lib32/opengl/nvidia/lib/libGL.so
13 /usr/lib64/opengl/nvidia/lib/libGL.so
14
15 > Looking at the command that the 0.9.28 ebuild gives, it seems to
16 > expect all the necessary libraries in /usr/lib32, and I think the
17 > libGLU* may be the reason it is complaining. The question is,
18 > *should* I have those libraries in /usr/lib32? If so does anyone know
19 > how to go about getting them the "right" way?
20
21 # equery b libGLU.so
22 [ Searching for file(s) libGLU.so in *... ]
23 app-emulation/emul-linux-x86-xlibs-7.0-r3
24 (/emul/linux/x86/usr/lib/libGLU.so -> libGLU.so.1)
25 media-libs/mesa-6.5.1-r1 (/usr/lib64/libGLU.so -> libGLU.so.1)
26 --
27 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] Wine (with OpenGL) on AMD64 Daemon Xavier <daemon.xavier@×××××.com>
Re: [gentoo-amd64] Wine (with OpenGL) on AMD64 Troy Curtis Jr <troycurtisjr@×××××.com>