Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Date: Fri, 26 Oct 2001 17:28:59 -0400 From: Christopher Faylor To: cygwin-developers AT cygwin DOT Com Subject: Re: setup.exe command line options Message-ID: <20011026172859.E2067@redhat.com> Reply-To: cygwin-developers AT cygwin DOT Com Mail-Followup-To: cygwin-developers AT cygwin DOT Com References: <005001c15e52$d4402f70$2c4e3c3e AT Obsession> <20011026151819 DOT A1599 AT redhat DOT com> <000901c15e57$56a898e0$6c423c3e AT Obsession> <20011026160111 DOT B1882 AT redhat DOT com> <3BD9CD4B DOT 74E62549 AT yahoo DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3BD9CD4B.74E62549@yahoo.com> User-Agent: Mutt/1.3.21i On Fri, Oct 26, 2001 at 04:53:31PM -0400, Earnie Boyd wrote: >Christopher Faylor wrote: >>There is no way that I know of to do this with a -mwindows based >>utility, unfortunately. It's a real pain. This was recently discussed >>on the cygwin-xfree mailing list. > >How does insight gdb do it? It is a console application. If you invoke it via the desktop you'll actually see a console window flash. gdb calls FreeConsole when it thinks that the initialization has completed but there are actually some cases where insight will die silently after having printed an error message into the ether. At one time, there was a cvs checkin war in Cygnus where people were adding the '-mwindows' option to the link line in Makefile.in and the next checkin would remove it. cgf