When compiling a fltk program with MinGW, I'm suffering two problems.. The first is that no output to stdout will work, a printf at the start of the program will simply output nothing.
The second is that gdb will crash. When starting the program in gdb, it will simply exit with a runtime error. I figure this is a bug in gdb, but since I'm only getting it with fltk apps, it's likely connected to a problem with FLTK, too. This problem even occurs with the fltk demo apps, so it's either a general problem with FLTK, or something going wrong with my build environment. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

