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 To: cygwin AT cygwin DOT com X-Injected-Via-Gmane: http://gmane.org/ Path: not-for-mail From: Jonathan Wilson 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 AT main DOT gmane DOT 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/