From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 77103 invoked by alias); 21 Jun 2019 15:19:53 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 77096 invoked by uid 89); 21 Jun 2019 15:19:53 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=cygwin64 X-HELO: mail-wr1-f51.google.com Received: from mail-wr1-f51.google.com (HELO mail-wr1-f51.google.com) (209.85.221.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 21 Jun 2019 15:19:52 +0000 Received: by mail-wr1-f51.google.com with SMTP id n4so6927408wrw.13 for ; Fri, 21 Jun 2019 08:19:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:subject:from:to:date:user-agent:mime-version :content-transfer-encoding; bh=AtHk7vV0lxpur4JX7IVFoIUAzN/ihtkhMc00/dj577Q=; b=p2eEPj7D2jvWRlODeU9M+vCX/1pJ1TrdDL8n0uO6zh6cW7zTtyucqg7SOHSoI0YAhx sP2j5nWKIN3o8QtF6nLolj3IDxHXlRL4wSBSsNzTOo8cnzq54sTrg1yEgrA1cKmYMc4T 6ZXmx4XjFy5z+uQxeD3cb2HLIPHnX+aX5UA29G3Tdb4/IBvJ+oouwUX9Gmf8brfeG7r+ wCaLc9PbBmOZwOgJBhr+pewJKecpi5fuouWVA+YgWhLUc+hXYVYM9GNHrXXtO47StcVE CaA9ZPopKXPjVtK5DkKmXpkqz1cXQOHZK3TpHayic7Rda1MN3K5b8Xwu/dUVSS5L9cV1 MIEg== Return-Path: Received: from debian-3.local (092248040164.atmpu0038.highway.a1.net. [92.248.40.164]) by smtp.gmail.com with ESMTPSA id a81sm3832101wmh.3.2019.06.21.08.19.49 for (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Fri, 21 Jun 2019 08:19:49 -0700 (PDT) Message-ID: <5be40c24ed860fb56dc28523f464cadd5068c268.camel@gmail.com> Subject: Process argument passing problems From: reiter.christoph@gmail.com To: cygwin@cygwin.com Date: Fri, 21 Jun 2019 15:19:00 -0000 Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-06/txt/msg00189.txt.bz2 Hey everyone, I have to following problem (using cmd.exe): C:\cygwin64\home\xy>C:\cygwin64\bin\echo.exe -DFOO=\"BAR\" -DBAR=\"FOO\" -DFOO=\BAR" -DBAR="FOO" I would have expected: -DFOO="BAR" -DBAR="FOO" Context: I'm executing various cygwin programs through (native) Python and passing C macros to gcc like 'gcc -DFOO=\"BAR\"' fails because of this. More background: https://github.com/msys2/MINGW-packages/issues/3548 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple