>Hi I'm trying to install FLTK via Cygwin in Windows ..snip... >if you could please tell me how to do so so you could advise me on what to >do...
Try this: svn co http://svn.easysw.com/public/fltk/fltk/branches/branch-1.1/ fltk-1.1 cd fltk-1.1 autoconf ./configure --enable-cygwin --enable-threads --enable-gl --enable-localjpeg --enable-localzlib --enable-localpng make make install That does it for me. Mark _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

