On 29 Aug 2009, at 11:07, yassine wrote: > Hi, > When I type ./configure, it says no such file or directory
OK - you must be working with a svn checkout rather than one of the officially released tarballs then? In which case, you will need to run autoconf once in the top directory to handle the auto-generation of the configure script for your target machine. I'm sorry, but I had just assumed that you would know this, as it is pretty much standard... So, anyway, not just configure / make but instead autoconf / configure / make... Also, you may need to make sure that your Msys setup has the developer tools and autoconf support - when you installed Msys, did you also install the MsysDTK packages? If not, best to get them now, as they will save you a world of trouble later! Hope that helps, -- Ian _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

