Brian Dessent wrote: > This can be set by adding > -Wl,--subsystem,windows (aka -Wl,-mwindows) or -Wl,--subsystem,console > (aka -Wl,-mconsole).
Oops, you don't need -Wl with -mwindows / -mconsole is what I was trying to say here, since they are simply shortcuts defined in the specs file that just end up passing the "--subsystem foo" flag to the linker. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/