Hi ----- Mensaje original ----- > On Mon, Apr 02, 2012 at 11:57:00PM +0200, Marc-André Lureau wrote: > > remote_viewer_LDFLAGS = \ > > + -Wl,--subsystem,windows \ > > This breaks linux builds here (fedora 17). This patch helps: > $(NULL) > + > +if OS_WIN32 > +remote_viewer_LDFLAGS += -Wl,--subsystem,windows > +endif > + Oops, of course. Can you push it? thanks