Original Post
Trying to get an SDL/OpenGL program to run on Linux...
Was able to build and configure gl3w.
Included "GL3/gl3w.h" and "GL3/gl3.h" but I am getting the error "undefined reference to 'glXGetProcAddress'" and I don't know why
So far I include libraries 'GL' and 'libgl3w' to the linker...are there more libs that I am missing?
Was able to build and configure gl3w.
Included "GL3/gl3w.h" and "GL3/gl3.h" but I am getting the error "undefined reference to 'glXGetProcAddress'" and I don't know why
So far I include libraries 'GL' and 'libgl3w' to the linker...are there more libs that I am missing?