Gentoo Archives: gentoo-amd64

From: Troy Curtis Jr <troycurtisjr@×××××.com>
To: Kevin Koltzau <kevin@××××.org>
Cc: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Wine (with OpenGL) on AMD64
Date: Fri, 29 Dec 2006 23:47:01
Message-Id: 4148457f0612291544j1924ffdfg7cf6628d893a6e6@mail.gmail.com
In Reply to: Re: [gentoo-amd64] Wine (with OpenGL) on AMD64 by Kevin Koltzau
1 On 12/28/06, Kevin Koltzau <kevin@××××.org> wrote:
2 > On Thursday 28 December 2006 1:45 am, Troy Curtis Jr wrote:
3 > > Has anyone gotten wine compiled with opengl support on AMD64? My
4 > > configure (using portage and several iterations of a manual
5 > > configure) keeps warning me that no OpenGL libs were found but I DO
6 > > have the non-free nvidia driver working and here is the output of all
7 > > the relevant directories (that I know of):
8 >
9 > the nvidia-drivers package install both the 64bit and 32bit libraries when you
10 > are using a multilib profile on amd64
11 >
12 > # equery f x11-drivers/nvidia-drivers |grep "libGL.so$"
13 > /usr/lib32/opengl/nvidia/lib/libGL.so
14 > /usr/lib64/opengl/nvidia/lib/libGL.so
15 >
16 > > Looking at the command that the 0.9.28 ebuild gives, it seems to
17 > > expect all the necessary libraries in /usr/lib32, and I think the
18 > > libGLU* may be the reason it is complaining. The question is,
19 > > *should* I have those libraries in /usr/lib32? If so does anyone know
20 > > how to go about getting them the "right" way?
21 >
22 > # equery b libGLU.so
23 > [ Searching for file(s) libGLU.so in *... ]
24 > app-emulation/emul-linux-x86-xlibs-7.0-r3
25 > (/emul/linux/x86/usr/lib/libGLU.so -> libGLU.so.1)
26 > media-libs/mesa-6.5.1-r1 (/usr/lib64/libGLU.so -> libGLU.so.1)
27 >
28
29 Well I was using a manually installed NVIDIA driver because I didn't
30 see that the 9xxx series was in portage yet (actually it turned out I
31 never got around to setting up my eix-sync cronjob when I switched
32 from x86 to AMD64 so I had a really old snapshot of the portage
33 tree!). Simply adding the ~amd64 keyword for nvidia-drivers and
34 emerging it fixed my wine issue and gave me a 9xxx series driver!
35
36 Thanks,
37 Troy
38 --
39 "Beware of spyware. If you can, use the Firefox browser." - USA Today
40 Download now at http://getfirefox.com
41 Registered Linux User #354814 ( http://counter.li.org/)
42 --
43 gentoo-amd64@g.o mailing list

Replies

Subject Author
[gentoo-amd64] Re: Wine (with OpenGL) on AMD64 Duncan <1i5t5.duncan@×××.net>