Hi, When I try to do "python compiler.py" on the terminal it is showing the following errors. Please help.
main.o:main.cpp:(.text+0x17): undefined reference to glfwInit'
main.o:main.cpp:(.text+0x56): undefined reference toglfwCreateWindow'
main.o:main.cpp:(.text+0x64): undefined reference to glfwTerminate'
main.o:main.cpp:(.text+0x76): undefined reference toglfwMakeContextCurrent'
main.o:main.cpp:(.text+0x81): undefined reference to glfwWindowShouldClose'
main.o:main.cpp:(.text+0xa4): undefined reference toglfwSwapBuffers'
main.o:main.cpp:(.text+0xa9): undefined reference to glfwPollEvents'
main.o:main.cpp:(.text+0xb0): undefined reference toglfwTerminate'
collect2.exe: error: ld returned 1 exit status