gcc and opengl

Where can I find basic opengl tutorials for gcc? Thanks.

You should be able to compile any openGL program written with GLUT as its base.

I used gcc with the QT GUI interface, works like any other C compiler.

As for usage of gcc from the console, best read the manual on it on how to set library and include settings.
www.linux.org or google search for gcc.

Once you know how to use gcc, then on this website there are some openGL tutors for linux.

Originally posted by skeetnah:
Where can I find basic opengl tutorials for gcc? Thanks.

I’m on WinXP not linux… I just want to see if it works, basically. Help a brotha’ out.