> Im compiling in a windows environment directly through dev > C++, are those linux console commands or am i being silly? > If not where to i configure the compiler in dev C++? > > Sorry if this is assumed knowledge
Yes - you didn't say what platform, or indeed what version of fltk, so I guess Albrecht just took a guess. Those are indeed command line options, but they can work in a win32 environment, if you set it up right. Anyway, if you are using dev-C++, I think that means you are really using mingw, in which case try this howto - it will tell you how to set up to use mingw at the command line, then you will be able to get to all the fltk-config goodness. http://www.fltk.org/articles.php?L598 http://www.fltk.org/articles.php?L599 Cheers, -- Ian SELEX Sensors and Airborne Systems Limited 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

