[Bug 10184] New: Wine configure script unable to resolve -lGL on Mac OS X 10.5

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Oct 26 16:21:10 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=10184

           Summary: Wine configure script unable to resolve -lGL on Mac OS X
                    10.5
           Product: Wine
           Version: 0.9.48.
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: wine-opengl
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: ryanwalklin at gmail.com


The configure script fails to find /usr/X11/lib/libGL.dylib, which is available
on Mac OS X 10.5 if the X11 user and dev packages are installed. Consequently
OpenGL is unavailable to Wine. 

More correctly Wine should link to
/System/Library/Frameworks/OpenGL.Framework/Versions/A/Libraries/OpenGL.dylib,
as the /usr/X11/lib library consists of links to the Framework. This can be
achieved by directly linking to the framework (-Framework OpenGL -framework
GLUT) rather than -lGL and -lGLU on OS X.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list