We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 799

Summary: OpenGL 3.x
Product: SDL Reporter: realburner
Component: videoAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED DUPLICATE QA Contact: Sam Lantinga <slouken>
Severity: major    
Priority: P2    
Version: HG 2.0   
Hardware: x86   
OS: Linux   

Description realburner 2009-09-20 08:47:16 UTC
I have been trying to get the OpenGL 3 example for http://www.opengl.org/wiki/Tutorial1:_Creating_a_Cross_Platform_OpenGL_3.2_Context_in_SDL_%28C_/_SDL%29
 to build. When trying to link against the sdl1.3 version from today I get.

/usr/local/lib/libSDL.so: undefined reference to `nativeTestThenSet32'
/usr/local/lib/libSDL.so: undefined reference to `nativeClear32'

System is Arch linux x86.
Comment 1 Sam Lantinga 2009-09-26 03:41:03 UTC
You should also take a look at bug 776, which has a patch for OpenGL 3.2 support:
http://bugzilla.libsdl.org/show_bug.cgi?id=776

*** This bug has been marked as a duplicate of bug 782 ***