On 30.06.2011 13:53, Paul R wrote: > I have just downloaded the final release 1.3.0, i unpacked using tar -xvf > filename > > The files were extracted ok but when i run ./configure in Msys i get " sh: > configure: no such file or directory " > i am running the command inside the d:/mingw/fltk-1.3.0 folder I have > not had a problem with this method before, any ideas?
Yes, the configure file is not included in the release tarball (maybe it is/was in snapshots though). You need to run autoconf to create it on your system. Hint: if you don't run configure explicitly, but run "make" directly, then this will also run autoconf and configure for you. Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

