On 11.07.2008, at 23:31, Jens Kubieziel wrote: > Hi, > > I checked out the latest svn version (6140) of fltk2. I use Debian sid > on a i386 box with kernel 2.6.25 and gcc 4.3.1. After typing make I > get > the following error message: >
You either forgot to run ./configure before running make, or you don't have OpenGL installed on your machine. The error messages show that FLTK could not find the OpenGL library during link time. Matthias ---- http://robowerk.com/ _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
