delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
X-Injected-Via-Gmane: | http://gmane.org/ |
To: | cygwin AT cygwin DOT com |
From: | Shankar Unni <shankar AT cotagesoft DOT com> |
Subject: | Re: gdb passes different argv/argc to mingw & cygwin |
Date: | Tue, 22 Jul 2003 16:15:11 -0700 |
Lines: | 12 |
Message-ID: | <bfkgh1$gqi$1@main.gmane.org> |
References: | <usmp03f34 DOT fsf AT gnu DOT org> |
Mime-Version: | 1.0 |
X-Complaints-To: | usenet AT main DOT gmane DOT org |
User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (Compact) |
X-Accept-Language: | en-us, en |
In-Reply-To: | <usmp03f34.fsf@gnu.org> |
Sam Steingold wrote: > args='"4 4" '"'5 5'" What you're seeing is the side-effect of how mingw-compiled programs handle wildcards. mingw-compiled programs automatically link in support for wildcard expansion of arguments passed in via the Windows GetCommandLine(). So you'll often see extra quotes being consumed, and other such effects. It's unavoidable when dealing with Windows.. -- 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |