error undefined reference to `FTExtrudeFont::FTExtrudeFont(char const*)' [duplicate]
问题 This question already has answers here : What is an undefined reference/unresolved external symbol error and how do I fix it? (32 answers) Closed 2 years ago . while I am compiling my opengl code I am facing this error.how to remove this? all: sample2D sample2D: Sample_GL3_2D.cpp glad.c g++ -o sample2D Sample_GL3_2D.cpp glad.c -lGL -lglfw -ldl -std=c++11 clean: rm sample2D this is my contents of Makefile and my code for rendering the font const char* fontfile = "Monaco.ttf"; GL3Font.font =