http://bugs.winehq.org/show_bug.cgi?id=12494
Summary: -lGLU flag not activated Product: Wine Version: unspecified Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P3 Component: opengl AssignedTo: wine-bugs@winehq.org ReportedBy: andriusmao@gmail.com
in wine 0.9.59's source, in ..../dlls/opengl32/ makefile doesn't activate -lGLU, causing some errors
http://bugs.winehq.org/show_bug.cgi?id=12494
--- Comment #1 from Austin English austinenglish@gmail.com 2008-04-10 21:10:12 --- What application does this affect?
http://bugs.winehq.org/show_bug.cgi?id=12494
--- Comment #2 from Andrius andriusmao@gmail.com 2008-04-11 11:43:57 --- no, It's when compiling wine 0.9.59 from source
http://bugs.winehq.org/show_bug.cgi?id=12494
--- Comment #3 from Roderick Colenbrander thunderbird2k@gmx.net 2008-04-30 07:32:34 --- On what distribution is this? Is the distribution 32bit or 64bit? If it is 64bit do you have a 32bit libGLU around?
http://bugs.winehq.org/show_bug.cgi?id=12494
--- Comment #4 from Luke Bratch l_bratch@yahoo.co.uk 2008-04-30 09:21:48 --- Andrius, don't reply to wine-bugs, please post in Bugzilla. Email read:
"it's 32 bit, I have libGLU but the flag -lGLU isn't activated somehow in the .../dlls/opengl32/ makefile It's a knoppix-based distribution"
http://bugs.winehq.org/show_bug.cgi?id=12494
--- Comment #5 from Roderick Colenbrander thunderbird2k@gmx.net 2008-04-30 12:07:32 --- There is indeed a bug in our makefiles but I think there is also something wrong on your system. The configure script unlocks GLU functions when GLU.h is found which doesn't guarantee libGLU.so is around too. When we detect libGLU.so then we also set it but for some reason libGLU wasn't found (perhaps it is not in a standard location). I just submitted a patch to load libGLU at runtime.
http://bugs.winehq.org/show_bug.cgi?id=12494
--- Comment #6 from Andrius andriusmao@gmail.com 2008-04-30 19:50:29 --- /usr/include/GL/glu.h /usr/lib/libGLU.so
these are the locations, I think they're standard.
libGLU.so is a symlink to libGLU.so.1 which is a symlink to libGLU.so.1.3.060501 in same location.
is there any way to find out why ./configure generate a makefile without -lGLU flag for opengl32 dll?
http://bugs.winehq.org/show_bug.cgi?id=12494
Roderick Colenbrander thunderbird2k@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #7 from Roderick Colenbrander thunderbird2k@gmx.net 2008-05-01 06:41:01 --- Alexandre has added a fix.
http://bugs.winehq.org/show_bug.cgi?id=12494
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Alexandre Julliard julliard@winehq.org 2008-05-02 12:37:32 --- Closing bugs fixed in 0.9.61.