> > using the command: > g++ -o tester tutorial.cxx > Try:
g++ -o tester tutorial.cxx -lfltk -L/usr/local/lib -lfltk -lXext -lX11 -lm or better: fltk-config --compile tutorial.cxx (in this case the executable will be named "tutorial". see also: man fltk-config and http://www.fltk.org/documentation.php/doc-1.1/basics.html#basics Andrea _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

