From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1H020H-0005x2-Jg for garchives@archives.gentoo.org; Thu, 28 Dec 2006 20:37:30 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.8) with SMTP id kBSKYXOI015226; Thu, 28 Dec 2006 20:34:33 GMT Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.227]) by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id kBSKYWDG016865 for ; Thu, 28 Dec 2006 20:34:33 GMT Received: by wx-out-0506.google.com with SMTP id i30so6682693wxd for ; Thu, 28 Dec 2006 12:34:32 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=IcnF5BA+iLmlWHJ/7rJr+l4dBBsvzmhZ7LamJkYbmTT4fAvLgvbuqTXaSeWQkfhgW9EnHCPHhl76XmagD8icRDKM6BPDRKH5lnrcXhGmy6KEHIRO/7duneWCrKFGrB/57zLKIchBEZYeqtTIjk2MS35kyySs+Erd4Cxvq8EJ1Q0= Received: by 10.70.116.1 with SMTP id o1mr28159648wxc.1167338072241; Thu, 28 Dec 2006 12:34:32 -0800 (PST) Received: by 10.70.50.5 with HTTP; Thu, 28 Dec 2006 12:34:32 -0800 (PST) Message-ID: <770289e40612281234r5b7b9693v9e54dd281f8e23e5@mail.gmail.com> Date: Thu, 28 Dec 2006 13:34:32 -0700 From: "Daemon Xavier" To: gentoo-amd64@lists.gentoo.org Subject: Re: [gentoo-amd64] Wine (with OpenGL) on AMD64 In-Reply-To: <200612281229.35388.kevin@plop.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_93623_15386994.1167338072194" References: <4148457f0612272245m29b9da0esf4e49880f372ff05@mail.gmail.com> <200612281229.35388.kevin@plop.org> X-Archives-Salt: 4730257e-83fa-4a44-9386-ecd7f377370c X-Archives-Hash: 93d20b75035ccb1fea28319ac7b55382 ------=_Part_93623_15386994.1167338072194 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline ya i have lol, i am play WoW. But i would recomend heading over to Winehq.com, and checking out there database and support, because it would probably be more useful than thi. On 12/28/06, Kevin Koltzau wrote: > > On Thursday 28 December 2006 1:45 am, Troy Curtis Jr wrote: > > Has anyone gotten wine compiled with opengl support on AMD64? My > > configure (using portage and several iterations of a manual > > configure) keeps warning me that no OpenGL libs were found but I DO > > have the non-free nvidia driver working and here is the output of all > > the relevant directories (that I know of): > > the nvidia-drivers package install both the 64bit and 32bit libraries when > you > are using a multilib profile on amd64 > > # equery f x11-drivers/nvidia-drivers |grep "libGL.so$" > /usr/lib32/opengl/nvidia/lib/libGL.so > /usr/lib64/opengl/nvidia/lib/libGL.so > > > Looking at the command that the 0.9.28 ebuild gives, it seems to > > expect all the necessary libraries in /usr/lib32, and I think the > > libGLU* may be the reason it is complaining. The question is, > > *should* I have those libraries in /usr/lib32? If so does anyone know > > how to go about getting them the "right" way? > > # equery b libGLU.so > [ Searching for file(s) libGLU.so in *... ] > app-emulation/emul-linux-x86-xlibs-7.0-r3 > (/emul/linux/x86/usr/lib/libGLU.so -> libGLU.so.1) > media-libs/mesa-6.5.1-r1 (/usr/lib64/libGLU.so -> libGLU.so.1) > -- > gentoo-amd64@gentoo.org mailing list > > -- Karma, It's Real! "No penguins were harmed during the writing, just a bunch of broken windows to let them escape..."-xtacocorex ------=_Part_93623_15386994.1167338072194 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline ya i have lol, i am play WoW.   But i would recomend heading over to Winehq.com, and checking out there database and support, because it would probably be more useful than thi.

On 12/28/06, Kevin Koltzau <kevin@plop.org> wrote:
On Thursday 28 December 2006 1:45 am, Troy Curtis Jr wrote:
> Has anyone gotten wine compiled with opengl support on AMD64?  My
> configure  (using portage and several iterations of a manual
> configure) keeps warning me that no OpenGL libs were found but I DO
> have the non-free nvidia driver working and here is the output of all
> the relevant directories (that I know of):

the nvidia-drivers package install both the 64bit and 32bit libraries when you
are using a multilib profile on amd64

# equery f x11-drivers/nvidia-drivers |grep "libGL.so$"
/usr/lib32/opengl/nvidia/lib/libGL.so
/usr/lib64/opengl/nvidia/lib/libGL.so

> Looking at the command that the 0.9.28 ebuild gives, it seems to
> expect all the necessary libraries in /usr/lib32, and I think the
> libGLU* may be the reason it is complaining.   The question is,
> *should* I have those libraries in /usr/lib32?  If so does anyone know
> how to go about getting them the "right" way?

# equery b libGLU.so
[ Searching for file(s) libGLU.so in *... ]
app-emulation/emul-linux-x86-xlibs-7.0-r3
(/emul/linux/x86/usr/lib/libGLU.so -> libGLU.so.1)
media-libs/mesa-6.5.1-r1 (/usr/lib64/libGLU.so -> libGLU.so.1)
--
gentoo-amd64@gentoo.org mailing list




--
Karma, It's Real!
"No penguins were harmed during the writing, just a bunch of broken windows to let them escape..."-xtacocorex ------=_Part_93623_15386994.1167338072194-- -- gentoo-amd64@gentoo.org mailing list