X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <47BD0EF4.5CE7D62B@dessent.net> Date: Wed, 20 Feb 2008 21:41:08 -0800 From: Brian Dessent X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Building C++ program with QT under cygwin References: <95455e980802201631t62ff6b6pd8074e93d40fa7a7 AT mail DOT gmail DOT com> <47BCCC17 DOT 2090304 AT pacific DOT net DOT sg> <95455e980802201733u19f0b02at14ac05dda3ff0256 AT mail DOT gmail DOT com> <47BCDAC7 DOT 6080101 AT cygwin DOT com> <95455e980802201824r66d12064pcc812e3a81206e4d AT mail DOT gmail DOT com> <47BCF106 DOT 3080204 AT cygwin DOT com> <95455e980802202016r212f1847vf3b5fe8251d57523 AT mail DOT gmail DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com hce wrote: > I actually tried QT 4.3 linux packaget, but could not build it could > not find cygwin-g++ in makespec directory. The QT seems only support > minGW on Windows. Note that a QT you build for Cygwin will be an X11 app, so you'll need to have an X11 server running in order to use it. It won't have a Windows GUI like the MinGW flavor. I'd also like to just point out that at several points in this thread the implication has been made that there is some kind of "inside Cygwin" or "it's a virtual environment". Cygwin is not some kind of emulator or virtual machine, it is simply a standard win32 DLL. All Cygwin binaries are standard win32 executables. Providing you have the Cygwin bin directory to your PATH, you can launch them in any way you would launch any standard Windows program -- from the start menu, from Explorer, from a Windows Command Prompt, etc. -- there is nothing special about the bash window that magically allows things to happen, nor are Cygwin apps in any way obligated to only run there. Brian -- 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/