> Manolo, which runtime version do you have? This is from my > MinGW system: > > $ grep '^#define.*__MINGW32_' /mingw/include/_mingw.h > #define __MINGW32_VERSION 3.17 > #define __MINGW32_MAJOR_VERSION 3 > #define __MINGW32_MINOR_VERSION 17 > #define __MINGW32_PATCHLEVEL 0
Just for the record, the stable mingw set up on this box (which works, BTW) has: #define __MINGW32_VERSION 3.7 #define __MINGW32_MAJOR_VERSION 3 #define __MINGW32_MINOR_VERSION 7 This is with gcc-3.4.2 and $ uname -a MINGW32_NT-5.1 DESD2834793 1.0.7(0.46/3/2) 2002-05-09 08:27 i686 unknown 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-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
