Hello all,
I'm am trying to get this program to work for class tomorrow. Maybe someone would be kind enough to be able to check it out for me. I'm using the g++ compiler in Ubuntu trying to get this openGL application to work. It compiles fine but has a segmentation fault during runtime. I'm using;
g++ -lglut -lGL -lGLU -lGLEW main.cpp -o GSP380Lab3
to compile it.