public inbox for gentoo-amd64@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-amd64] Wine (with OpenGL) on AMD64
@ 2006-12-28  6:45 Troy Curtis Jr
  2006-12-28 17:29 ` Kevin Koltzau
  2006-12-29 15:22 ` [gentoo-amd64] " Marco Matthies
  0 siblings, 2 replies; 6+ messages in thread
From: Troy Curtis Jr @ 2006-12-28  6:45 UTC (permalink / raw
  To: gentoo-amd64

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):

malkier wine-0.9.28 # ll /usr/lib64/*GL*
-rw-r--r-- 1 root root     655 Dec 17 08:39 /usr/lib64/libGL.la
lrwxrwxrwx 1 root root      17 Dec 17 08:39 /usr/lib64/libGL.so.1 ->
libGL.so.1.0.9631
-rwxr-xr-x 1 root root  768008 Dec 17 08:39 /usr/lib64/libGL.so.1.0.9631
-rw-r--r-- 1 root root     752 Dec 10 12:54 /usr/lib64/libGLU.la
lrwxrwxrwx 1 root root      11 Dec 10 12:54 /usr/lib64/libGLU.so -> libGLU.so.1
lrwxrwxrwx 1 root root      20 Dec 10 12:54 /usr/lib64/libGLU.so.1 ->
libGLU.so.1.3.060501
lrwxrwxrwx 1 root root      20 Dec 10 12:54 /usr/lib64/libGLU.so.1.3
-> libGLU.so.1.3.060501
-rwxr-xr-x 1 root root  526088 Dec 10 12:54 /usr/lib64/libGLU.so.1.3.060501
lrwxrwxrwx 1 root root      21 Dec 17 08:39 /usr/lib64/libGLcore.so.1
-> libGLcore.so.1.0.9631
-rwxr-xr-x 1 root root 8585296 Dec 17 08:39 /usr/lib64/libGLcore.so.1.0.9631
lrwxrwxrwx 1 root root      11 Dec 10 12:54 /usr/lib64/libGLw.so -> libGLw.so.1
lrwxrwxrwx 1 root root      15 Dec 10 12:54 /usr/lib64/libGLw.so.1 ->
libGLw.so.1.0.0
lrwxrwxrwx 1 root root      15 Dec 10 12:54 /usr/lib64/libGLw.so.1.0
-> libGLw.so.1.0.0
-rwxr-xr-x 1 root root   16856 Dec 10 12:54 /usr/lib64/libGLw.so.1.0.0
malkier wine-0.9.28 # ll /usr/lib32/*GL*
-rw-r--r-- 1 root root     655 Dec 17 08:39 /usr/lib32/libGL.la
lrwxrwxrwx 1 root root      17 Dec 17 08:39 /usr/lib32/libGL.so.1 ->
libGL.so.1.0.9631
-rwxr-xr-x 1 root root  567628 Dec 17 08:39 /usr/lib32/libGL.so.1.0.9631
lrwxrwxrwx 1 root root      21 Dec 17 08:39 /usr/lib32/libGLcore.so.1
-> libGLcore.so.1.0.9631
-rwxr-xr-x 1 root root 8961144 Dec 17 08:39 /usr/lib32/libGLcore.so.1.0.9631
malkier wine-0.9.28 # ll /emul/linux/x86/usr/lib32/*GL*
lrwxrwxrwx 1 root root     11 Oct 15 04:34
/emul/linux/x86/usr/lib32/libGLU.so -> libGLU.so.1
lrwxrwxrwx 1 root root     20 Oct 15 04:34
/emul/linux/x86/usr/lib32/libGLU.so.1 -> libGLU.so.1.3.060402
-rwxr-xr-x 1 root root 480372 Oct 15 04:34
/emul/linux/x86/usr/lib32/libGLU.so.1.3.060402
lrwxrwxrwx 1 root root     11 Oct 15 04:34
/emul/linux/x86/usr/lib32/libGLw.so -> libGLw.so.1
lrwxrwxrwx 1 root root     15 Oct 15 04:34
/emul/linux/x86/usr/lib32/libGLw.so.1 -> libGLw.so.1.0.0
lrwxrwxrwx 1 root root     15 Oct 15 04:34
/emul/linux/x86/usr/lib32/libGLw.so.1.0 -> libGLw.so.1.0.0
-rwxr-xr-x 1 root root  16792 Oct 15 04:34
/emul/linux/x86/usr/lib32/libGLw.so.1.0.0


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?

Thanks for any help. Just ask if you need more info.

Troy

-- 
"Beware of spyware. If you can, use the Firefox browser." - USA Today
Download now at http://getfirefox.com
Registered Linux User #354814 ( http://counter.li.org/)
-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-12-30  1:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-28  6:45 [gentoo-amd64] Wine (with OpenGL) on AMD64 Troy Curtis Jr
2006-12-28 17:29 ` Kevin Koltzau
2006-12-28 20:34   ` Daemon Xavier
2006-12-29 23:44   ` Troy Curtis Jr
2006-12-30  1:00     ` [gentoo-amd64] " Duncan
2006-12-29 15:22 ` [gentoo-amd64] " Marco Matthies

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox