Gentoo Archives: gentoo-user

From: Valmor de Almeida <val.gentoo@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] wine configure: error: No OpenGL library found on this system.
Date: Sat, 27 Nov 2010 19:04:13
Message-Id: 4CF163F4.1040305@gmail.com
In Reply to: Re: [gentoo-user] wine configure: error: No OpenGL library found on this system. by "Arttu V."
1 On 11/27/2010 01:43 PM, Arttu V. wrote:
2 > On 11/27/10, Valmor de Almeida <val.gentoo@×××××.com> wrote:
3 >>
4 >> Hello,
5 >>
6 >> I am trying to install wine on my system which I recently changed from
7 >> no-multilib to multilib; so this may be causing this problem. The emerge
8 >> issue is here
9 >>
10 >> checking for GL/gl.h... yes
11 >> checking for GL/glx.h... yes
12 >> checking for GL/glu.h... yes
13 >> checking for up-to-date OpenGL version... yes
14 >> checking for -lGL... not found
15 >> checking for -lGL... not found
16 >> checking for -lGLU... not found
17 >> configure: error: No OpenGL library found on this system.
18 >> OpenGL and Direct3D won't be supported.
19 >> This is an error since --with-opengl was requested.
20 >>
21 >> However I do have these libraries installed:
22 >>
23 >> -> locate libglut
24 >> /usr/lib32/libglut.so
25 >> /usr/lib32/libglut.so.3
26 >> /usr/lib32/libglut.so.3.8.0
27 >> /usr/lib64/libglut.a
28 >> /usr/lib64/libglut.la
29 >> /usr/lib64/libglut.so
30 >> /usr/lib64/libglut.so.3
31 >> /usr/lib64/libglut.so.3.9.0
32 >>
33 >> The system appears clean (revdep-rebuild and emerge --depclean show
34 >> nothing to be done).
35 >>
36 >> The USE flags for emerging wine are:
37 >>
38 >> app-emulation/wine-1.2 USE="X alsa cups fontconfig gecko jpeg ncurses
39 >> opengl oss perl png ssl threads truetype (-capi) -custom-cflags -dbus
40 >> (-esd) -gnutls (-gphoto2) -gsm (-hal) -jack -lcms -ldap -mp3 -nas
41 >> -openal -pulseaudio -samba (-scanner) -test -win64 -xcomposite -xinerama
42 >> -xml"
43 >>
44 >> Thanks for inputs.
45 >
46 > How are your /usr/lib{32,64}/libGL.so symlinks? Use eselect opengl
47 > list and set to check that they exist and are set into whatever you
48 > really use.
49 >
50
51 I've checked this. Here is some info. Seems correct to me.
52
53 Thanks,
54
55 --
56 Valmor
57
58 -> eselect opengl list
59 Available OpenGL implementations:
60 [1] xorg-x11 *
61
62 -> ll /usr/lib32/libglut*
63 lrwxrwxrwx 1 root root 16 Nov 27 05:07 /usr/lib32/libglut.so ->
64 libglut.so.3.8.0*
65 lrwxrwxrwx 1 root root 16 Nov 27 05:07 /usr/lib32/libglut.so.3 ->
66 libglut.so.3.8.0*
67 -rwxr-xr-x 1 root root 208860 Sep 13 18:00 /usr/lib32/libglut.so.3.8.0*
68
69 -> equery belongs /usr/lib32/libglut.so.3.8.0
70 [ Searching for file(s) /usr/lib32/libglut.so.3.8.0 in *... ]
71 app-emulation/emul-linux-x86-opengl-20100915 (/usr/lib32/libglut.so.3.8.0)
72
73
74 -> ll /usr/lib64/libglut*
75 -rw-r--r-- 1 root root 509838 Oct 21 10:50 /usr/lib64/libglut.a
76 -rw-r--r-- 1 root root 1082 Oct 21 10:50 /usr/lib64/libglut.la
77 lrwxrwxrwx 1 root root 16 Oct 21 10:50 /usr/lib64/libglut.so ->
78 libglut.so.3.9.0*
79 lrwxrwxrwx 1 root root 16 Oct 21 10:50 /usr/lib64/libglut.so.3 ->
80 libglut.so.3.9.0*
81 -rwxr-xr-x 1 root root 296336 Oct 21 10:50 /usr/lib64/libglut.so.3.9.0*
82
83 -> equery belongs /usr/lib64/libglut.so.3.9.0
84 [ Searching for file(s) /usr/lib64/libglut.so.3.9.0 in *... ]
85 media-libs/freeglut-2.6.0 (/usr/lib64/libglut.so.3.9.0)

Replies

Subject Author
Re: [gentoo-user] wine configure: error: No OpenGL library found on this system. Valmor de Almeida <val.gentoo@×××××.com>