Closed adbrown85 closed 11 years ago
Currently if a user tries to link to gloop on Linux it will not be able to find any of the symbols for the OpenGL functions.
Believe we need to make sure we have -lGL in our link flags, so that the shared object knows it needs to link against that when it's loaded.
-lGL
Currently if a user tries to link to gloop on Linux it will not be able to find any of the symbols for the OpenGL functions.