On 11/27/2010 01:43 PM, Arttu V. wrote:
> On 11/27/10, Valmor de Almeida <val.gen...@gmail.com> wrote:
>>
>> Hello,
>>
>> I am trying to install wine on my system which I recently changed from
>> no-multilib to multilib; so this may be causing this problem. The emerge
>> issue is here
>>
>> checking for GL/gl.h... yes
>> checking for GL/glx.h... yes
>> checking for GL/glu.h... yes
>> checking for up-to-date OpenGL version... yes
>> checking for -lGL... not found
>> checking for -lGL... not found
>> checking for -lGLU... not found
>> configure: error: No OpenGL library found on this system.
>> OpenGL and Direct3D won't be supported.
>> This is an error since --with-opengl was requested.
>>
>> However I do have these libraries installed:
>>
>> -> locate libglut
>> /usr/lib32/libglut.so
>> /usr/lib32/libglut.so.3
>> /usr/lib32/libglut.so.3.8.0
>> /usr/lib64/libglut.a
>> /usr/lib64/libglut.la
>> /usr/lib64/libglut.so
>> /usr/lib64/libglut.so.3
>> /usr/lib64/libglut.so.3.9.0
>>
>> The system appears clean (revdep-rebuild and emerge --depclean show
>> nothing to be done).
>>
>> The USE flags for emerging wine are:
>>
>> app-emulation/wine-1.2  USE="X alsa cups fontconfig gecko jpeg ncurses
>> opengl oss perl png ssl threads truetype (-capi) -custom-cflags -dbus
>> (-esd) -gnutls (-gphoto2) -gsm (-hal) -jack -lcms -ldap -mp3 -nas
>> -openal -pulseaudio -samba (-scanner) -test -win64 -xcomposite -xinerama
>> -xml"
>>
>> Thanks for inputs.
> 
> How are your /usr/lib{32,64}/libGL.so symlinks? Use eselect opengl
> list and set to check that they exist and are set into whatever you
> really use.
> 

I've checked this. Here is some info. Seems correct to me.

Thanks,

--
Valmor

-> eselect opengl list
Available OpenGL implementations:
  [1]   xorg-x11 *

-> ll /usr/lib32/libglut*
lrwxrwxrwx 1 root root     16 Nov 27 05:07 /usr/lib32/libglut.so ->
libglut.so.3.8.0*
lrwxrwxrwx 1 root root     16 Nov 27 05:07 /usr/lib32/libglut.so.3 ->
libglut.so.3.8.0*
-rwxr-xr-x 1 root root 208860 Sep 13 18:00 /usr/lib32/libglut.so.3.8.0*

-> equery belongs /usr/lib32/libglut.so.3.8.0
[ Searching for file(s) /usr/lib32/libglut.so.3.8.0 in *... ]
app-emulation/emul-linux-x86-opengl-20100915 (/usr/lib32/libglut.so.3.8.0)


-> ll /usr/lib64/libglut*
-rw-r--r-- 1 root root 509838 Oct 21 10:50 /usr/lib64/libglut.a
-rw-r--r-- 1 root root   1082 Oct 21 10:50 /usr/lib64/libglut.la
lrwxrwxrwx 1 root root     16 Oct 21 10:50 /usr/lib64/libglut.so ->
libglut.so.3.9.0*
lrwxrwxrwx 1 root root     16 Oct 21 10:50 /usr/lib64/libglut.so.3 ->
libglut.so.3.9.0*
-rwxr-xr-x 1 root root 296336 Oct 21 10:50 /usr/lib64/libglut.so.3.9.0*

-> equery belongs /usr/lib64/libglut.so.3.9.0
[ Searching for file(s) /usr/lib64/libglut.so.3.9.0 in *... ]
media-libs/freeglut-2.6.0 (/usr/lib64/libglut.so.3.9.0)




Reply via email to