Thing is, I am trying to compile simple C++/OpenGL code and no matter what I keep getting this from compiler:
/tmp/ccU7u7eO.o: In function `main':
main.cpp:(.text+0x55): undefined reference to `initGL()'
main.cpp:(.text+0x72): undefined reference to `loadMedia()'
main.cpp:(.text+0x8f): undefined reference to `handleKeys(unsigned char, int, int)'
main.cpp:(.text+0x99): undefined reference to `render()'
and I compile it with these: g++ main.cpp -o test -lGLEW -lGLU -lGL -lglut