On Fri, 16 Mar 2007 09:47:51 -0500 "MacArthur, Ian \(SELEX\) \(UK\)" <[EMAIL PROTECTED]> wrote: > > However, -mconsole is the default, so if you give neither option, then > you should get a console. So in general, all you need to do is ensure > that none of your compile or link commands (particularly the last link > command) ever issue a -mwindows option and it "Just Works". > > So, I am thinking that the link line you are using must still have a > -mwindows option it it somewhere. > If you are using fltk-config for generating the linker flags, you will get the -mwindows option. So you must enter the linker flags manually in your Makefile.
Christoph _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

