I'm trying to compile C/C++ OpenGL program with GLEW and freeglut in Netbeans using MinGW. It says:
undefined reference to `_imp____glewCreateProgram'
(lots of glew undefined references). I added -lopengl32 -lfreeglut -lglew32 options in linker. What's the problem?
Moving from Bug tracker to Support Requests.