问题
I use Mingw32 w64 on Win64 (x86_64-w64-mingw32). I have not found libopengl32.a in the GCC 4.7.1 ruben build.
How I can obtain the lib?
回答1:
Ways to solve your problem:
Go to http://www.equation.com. There is another 64-bit MinGW build and it contains libopengl32.a which I successfully have used.
Use some GL loading library, like GLee or GLEW. They just load the opengl32.dll dll directly and avoid using export lib file.
来源:https://stackoverflow.com/questions/12390317/mingw32-w64-missing-opengl32-lib