I am developing GTK program in C and I have a makefile that I am stuck what this compiler option this is.
Any ideas? I am sorry this is a question style, but I am really stuck.
I am developing GTK program in C and I have a makefile that I am stuck what this compiler option this is.
Any ideas? I am sorry this is a question style, but I am really stuck.
-l
flags are used to link libraries to your application needed for whatever project you're working on. In your case, the -l
flags are used to link the OpenGL Library Toolkit.