Charles West wrote: > Using the command: > fltk-config --compile one.cxx
Try:
fltk-config --use-gl --compile one.cxx
The FLTK opengl libraries are separate from the regular FLTK libs,
so that all FLTK apps don't have to include them.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

