X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Message-ID: <47756CF8.3010408@wbemsolutions.com>
Date: Fri, 28 Dec 2007 16:39:04 -0500
From: Jim Marshall <jim.marshall@wbemsolutions.com>
User-Agent: Thunderbird 2.0.0.9 (Windows/20071031)
MIME-Version: 1.0
Newsgroups: gmane.os.cygwin
To: cygwin@cygwin.com
Subject: Re: use cygwin GCC from a windows application
References: <BAY110-W2215190D024ED8CE62EB02EB550@phx.gbl>
In-Reply-To: <BAY110-W2215190D024ED8CE62EB02EB550@phx.gbl>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Niklas Molin wrote:
> I'm quite new to cygwin, so this might be an easy question to answer (I've tried to search on the web for a solution).
> I'm using a windows program to edit the code in my project.
> To compile the project I want to use a GCC-version running in cygwin.
> How can I from the windows application (like starting the cmd and send an argument there) start the compilation under cygwin (so I don't have to manually go to cygwin and type the command each time I want to recompile).
> 
> Thanks,
> Niklas
> 
> _________________________________________________________________
> Express yourself instantly with MSN Messenger! Download today it's FREE!
> http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
> 
You should just setup the environment so that the cygwin/bin directory 
is in the path, then you can have your program start gcc directly.

--
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/

