Unable to use FLTK

I am a computer newbee working on P4 2.4 with RH8 OS.Whenever i try to compile GL programs having FLTK header files i get undefined reference for FLTK functions even though i give all the link options for X and FL and GL libraries. What I get is undefined reference to all FL functions used in the program like undefined reference to FL_Window::FL_Window (int ,int ,*char) etc

you said you gave all link options… did you give all include options? -I/some/path/to/include //path to include files
-lGL -lGLU //libs to link with
-L/path/to/required/lib //path to libs being linked

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.