adbrown85 / gloop

Lightweight C++ wrapper for OpenGL
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Undefined references to OpenGL functions on Linux #82

Closed adbrown85 closed 11 years ago

adbrown85 commented 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.

adbrown85 commented 11 years ago

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.