Ok it compiles the JPEG files after I enter that configure command, but now I get this error message towards the end when I type make:
Linking browser.exe ./lib/libfltk.a(Fl_Browser_load.o):F1_Browser_load.cxx:(.text+0xd4): undefined reference to '__fillbuf' collect2: ld returned 1 exit status make[1]: *** [browser.exe] Error 1 make: *** [all] Error 1 Any ideas? Thanks for your help thus far. > >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

