GL_ARB_multitexture with cygwin

How I can use opengl 1.2 extensions with cygwin?

Originally posted by Alcionei Estevam Jr:
How I can use opengl 1.2 extensions with cygwin?

Just include <glext.h> and follow the same instructions for the rest of the Windows compilers.

If you don’t have <glext.h> available, get the MESA libraries.

Azdo