> the windows readme mentions 'autoconf' this was not > recognised no matter > where i was putting mingw, fltk, msys, (as i experimented at first)
If you use one of the official tarballs you don't need autoconf. You only need autoconf if you are building from the svn checkout - which I'd hazard you are not... If you install the MsysDTK (as I think the HowTo suggests) then autoconf ought to have been installed, though. > also the line ./configure what does the ./ mean? is this some > kind of shorthand for 'whatever the directory is' ? It's a posix shell thing, and yes, it means "look in this current directory" and is used here to ensure you get the specific configure script for this directory and not any other random thing called confiure that might be somewhere in your path... SELEX Galileo Ltd Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

