Gentoo Archives: gentoo-amd64

From: Troy Curtis Jr <troycurtisjr@×××××.com>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] Wine (with OpenGL) on AMD64
Date: Thu, 28 Dec 2006 06:47:39
Message-Id: 4148457f0612272245m29b9da0esf4e49880f372ff05@mail.gmail.com
1 Has anyone gotten wine compiled with opengl support on AMD64? My
2 configure (using portage and several iterations of a manual
3 configure) keeps warning me that no OpenGL libs were found but I DO
4 have the non-free nvidia driver working and here is the output of all
5 the relevant directories (that I know of):
6
7 malkier wine-0.9.28 # ll /usr/lib64/*GL*
8 -rw-r--r-- 1 root root 655 Dec 17 08:39 /usr/lib64/libGL.la
9 lrwxrwxrwx 1 root root 17 Dec 17 08:39 /usr/lib64/libGL.so.1 ->
10 libGL.so.1.0.9631
11 -rwxr-xr-x 1 root root 768008 Dec 17 08:39 /usr/lib64/libGL.so.1.0.9631
12 -rw-r--r-- 1 root root 752 Dec 10 12:54 /usr/lib64/libGLU.la
13 lrwxrwxrwx 1 root root 11 Dec 10 12:54 /usr/lib64/libGLU.so -> libGLU.so.1
14 lrwxrwxrwx 1 root root 20 Dec 10 12:54 /usr/lib64/libGLU.so.1 ->
15 libGLU.so.1.3.060501
16 lrwxrwxrwx 1 root root 20 Dec 10 12:54 /usr/lib64/libGLU.so.1.3
17 -> libGLU.so.1.3.060501
18 -rwxr-xr-x 1 root root 526088 Dec 10 12:54 /usr/lib64/libGLU.so.1.3.060501
19 lrwxrwxrwx 1 root root 21 Dec 17 08:39 /usr/lib64/libGLcore.so.1
20 -> libGLcore.so.1.0.9631
21 -rwxr-xr-x 1 root root 8585296 Dec 17 08:39 /usr/lib64/libGLcore.so.1.0.9631
22 lrwxrwxrwx 1 root root 11 Dec 10 12:54 /usr/lib64/libGLw.so -> libGLw.so.1
23 lrwxrwxrwx 1 root root 15 Dec 10 12:54 /usr/lib64/libGLw.so.1 ->
24 libGLw.so.1.0.0
25 lrwxrwxrwx 1 root root 15 Dec 10 12:54 /usr/lib64/libGLw.so.1.0
26 -> libGLw.so.1.0.0
27 -rwxr-xr-x 1 root root 16856 Dec 10 12:54 /usr/lib64/libGLw.so.1.0.0
28 malkier wine-0.9.28 # ll /usr/lib32/*GL*
29 -rw-r--r-- 1 root root 655 Dec 17 08:39 /usr/lib32/libGL.la
30 lrwxrwxrwx 1 root root 17 Dec 17 08:39 /usr/lib32/libGL.so.1 ->
31 libGL.so.1.0.9631
32 -rwxr-xr-x 1 root root 567628 Dec 17 08:39 /usr/lib32/libGL.so.1.0.9631
33 lrwxrwxrwx 1 root root 21 Dec 17 08:39 /usr/lib32/libGLcore.so.1
34 -> libGLcore.so.1.0.9631
35 -rwxr-xr-x 1 root root 8961144 Dec 17 08:39 /usr/lib32/libGLcore.so.1.0.9631
36 malkier wine-0.9.28 # ll /emul/linux/x86/usr/lib32/*GL*
37 lrwxrwxrwx 1 root root 11 Oct 15 04:34
38 /emul/linux/x86/usr/lib32/libGLU.so -> libGLU.so.1
39 lrwxrwxrwx 1 root root 20 Oct 15 04:34
40 /emul/linux/x86/usr/lib32/libGLU.so.1 -> libGLU.so.1.3.060402
41 -rwxr-xr-x 1 root root 480372 Oct 15 04:34
42 /emul/linux/x86/usr/lib32/libGLU.so.1.3.060402
43 lrwxrwxrwx 1 root root 11 Oct 15 04:34
44 /emul/linux/x86/usr/lib32/libGLw.so -> libGLw.so.1
45 lrwxrwxrwx 1 root root 15 Oct 15 04:34
46 /emul/linux/x86/usr/lib32/libGLw.so.1 -> libGLw.so.1.0.0
47 lrwxrwxrwx 1 root root 15 Oct 15 04:34
48 /emul/linux/x86/usr/lib32/libGLw.so.1.0 -> libGLw.so.1.0.0
49 -rwxr-xr-x 1 root root 16792 Oct 15 04:34
50 /emul/linux/x86/usr/lib32/libGLw.so.1.0.0
51
52
53 Looking at the command that the 0.9.28 ebuild gives, it seems to
54 expect all the necessary libraries in /usr/lib32, and I think the
55 libGLU* may be the reason it is complaining. The question is,
56 *should* I have those libraries in /usr/lib32? If so does anyone know
57 how to go about getting them the "right" way?
58
59 Thanks for any help. Just ask if you need more info.
60
61 Troy
62
63 --
64 "Beware of spyware. If you can, use the Firefox browser." - USA Today
65 Download now at http://getfirefox.com
66 Registered Linux User #354814 ( http://counter.li.org/)
67 --
68 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] Wine (with OpenGL) on AMD64 Kevin Koltzau <kevin@××××.org>
Re: [gentoo-amd64] Wine (with OpenGL) on AMD64 Marco Matthies <marco-ml@×××.net>