X-Spam-Check-By: sourceware.org Message-ID: <44BBD89D.5050305@cygwin.com> Date: Mon, 17 Jul 2006 14:36:13 -0400 From: "Larry Hall (Cygwin)" Reply-To: cygwin AT cygwin DOT com User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20060112 Fedora/1.5-1.fc4.remi Thunderbird/1.5 Mnenhy/0.7.4.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Compilation with cygwin References: <200607171313 DOT k6HDDGCg020077 AT enterprise2 DOT newlogic DOT at> In-Reply-To: <200607171313.k6HDDGCg020077@enterprise2.newlogic.at> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Note-from-DJ: This may be spam Guenther Sohler wrote: > Hallo, > > is there a possibility to compile GTK Applications in CYGWIN in such a way, > that you can start them from the Windows Desktop, instead just from the CYGWIN > Bash ? Any program compiled with Cygwin can be invoked directly outside of bash. Some may give better results than others, depending on how you set up your Windows path, whether it's a console app or not, etc. I'm not a Cygwin GTK expert but I believe if you compile a GTK app using the GTK package distributed with Cygwin, you will require X, which means you'll need to be running the X server before you can successfully start the program. > How could such a program automatically find all required dll's ? By looking in the PATH. > > -------------------- > Is there a DEFINE Available for compilations by cygwin, that is actually beeing > compiled with CYGWIN, instead of normal Unix eg a > WINDOWS=1 variable ? Look for telltale defines returned by typing "gcc -v". -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 -- 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/