I\'m learning OpenGL on Fedora 13 and noticed that a call to glGetString is causing a seg fault. I\'ve scraped Google, but come up with no solutions.
The code is si
I doubt you can call even something as simple as glGetString without an OpenGL context.