Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
To: cygwin@cygwin.com
X-Injected-Via-Gmane: http://gmane.org/
Path: not-for-mail
From: Jonathan Wilson <jonwil@tpgi.com.au>
Newsgroups: gmane.os.cygwin
Subject: is there a cl.exe wrapper for cygwin
Date: Fri, 29 Mar 2002 20:12:21 +0800
Lines: 10
Message-ID: <3CA45A25.7040807@tpgi.com.au>
NNTP-Posting-Host: per3-56k-116.tpgi.com.au
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: main.gmane.org 1017403937 6250 202.7.223.116 (29 Mar 2002 12:12:17 GMT)
X-Complaints-To: usenet@main.gmane.org
NNTP-Posting-Date: Fri, 29 Mar 2002 12:12:17 +0000 (UTC)
User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:0.9.9) Gecko/20020311
X-Accept-Language: en-us, en

Basicly, I want a program called cl.exe that will take MS command line 
arguments and translate them into GCC args then call GCC.
It should also return any error codes from gcc back to the caller so 
that e.g. a make process can act on it.
Does such a thing exist? (and one for lib, link & rc as well)  If not, I 
would like to make one, I know most of how to do it, only thing I dont 
know is what code to use to execute gcc once the arguments are passed, 
what code to use to wait until gcc has finised and what code to use to 
pass the return code from gcc back to the process that called the cl stub.




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

