cmake ..command is working fine, but duringmakeI am getting this error: /usr/bin/ld:CMakeFiles/rtigo3.dir/imgui/imgui_impl_glfw_gl3.cpp.o:undefinedreferencetosymbol'glEnable'/usr/bin/ld:/lib/x86_64-linux-gnu/libGL.so.1:erroraddingsymbols:DSOmissingfromcommandlinecollect2: error:ldretu...
What is an undefined reference/unresolved external symbol error and how do I fix it? (40 answers) Closed 7 years ago. I got a problem while trying to write an OpenGL application using GL3W and GLFW. Every time I build the code Code::Blocks(using GNU GCC Compiler) I get several "und...