You are posting the error message(s) but not your command which would
have been really helpful.
Sorry, that statement was not correct (you posted the commands). What I
meant was that you didn't tell how you constructed these commands.
The best way is to use fltk-config but in this case it doesn't help
because fltk-config doesn't "know" the GLEW lib. Sorry for the confusion.
So, if you used fltk-config you should have used it like this to get the
required command switches:
$ fltk-config --use-gl --cxxflags
$ fltk-config --use-gl --ldflags
Then, add -lGLEW to the linker flags, and build your command line.
Here's a short and working form which you could simply copy:
Comments are owned by the poster. All other content is copyright 1998-2025 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.