delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2020/04/17/13:34:14

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C55E3385DC1B
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1587144812;
bh=b+T70Q7Mj05YgKjVVKXUlBunjMw0Jl02GGoIGdpRI5c=;
h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe:
List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:
From;
b=DJecY30hsjjurCmwCyCt2uhQscKwz5329bxCLS+WJ/DM41YgJqvdU/ZkMu6U9JwXq
Iyoxy6sParRiT6v118gP2s2Q1KYLKFrGSajGQgCSq7F3wTmEXUwjYeZguPDYxKlHSu
F+ycRh3NGHCldyTW2n9ZktPg+NzaUTI5sP5sVd50=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org E26C6385DC04
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20161025;
h=x-gm-message-state:subject:to:references:from:message-id:date
:user-agent:mime-version:in-reply-to:content-language
:content-transfer-encoding;
bh=naJAu/nOnafUxoaklLNXRJ20Qr+CW/Y0uv1u/SRDvXA=;
b=bcC0oqykGZGyCNSfhNzCEDz8wDzDXLe8xAT3h3mpD7IZlEz+KKu4meGmIxy5ILo3pc
rwM37PYLA2sJXg84g/oE4AsQ9xny6imTKOWiyP4CpmlflSpQbbb7eJ7kgPT5nxYZWVKo
tNgqlmYjUCDGZFpDpoY6yK3muXX2Ubwga0hbStpI4PL0nAWFzTboZc9Lndx2ah0z8eb9
CTaMZYtFtIHsOBlsVQO/oO2kBaZnCIZcq+Tin4bQjM/kvBR08Sz454uvn1OJcdVi4mdg
goSp89hN6BXVCvhuZjRxebAcyRu7zJRunEs9Ddvt2Q+pi6MrVxfAEBJCs+cpvnXJev4p
oOiQ==
X-Gm-Message-State: AGi0PubhFonrYDuUdft2c5M+juFd9KcLD8qegPN+5E7Wg2uiS6/mOa8w
LjOwBkS06HKmf2zXRFNuFp2ij5XdEi8=
X-Google-Smtp-Source: APiQypLRNoGoKQaxUSRWJsZs+kdfvqD5ErzEyjrE7zfqzXJhJAnObIAYnHasFRb/CmJmYcm3DCEz3Q==
X-Received: by 2002:a05:600c:14d4:: with SMTP id
i20mr4636157wmh.118.1587144807681;
Fri, 17 Apr 2020 10:33:27 -0700 (PDT)
Subject: Re: What is wrong with the name excel?
To: cygwin AT cygwin DOT com
References: <CAPOO0+Mm0Fe+7MGT-05_=gCbOKQn-XOhmqHYN96K6xiS_Hj6BQ AT mail DOT gmail DOT com>
Message-ID: <6da56ae7-1087-f652-285e-86020ffb4671@gmail.com>
Date: Fri, 17 Apr 2020 19:33:26 +0200
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101
Thunderbird/68.6.0
MIME-Version: 1.0
In-Reply-To: <CAPOO0+Mm0Fe+7MGT-05_=gCbOKQn-XOhmqHYN96K6xiS_Hj6BQ@mail.gmail.com>
X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00, DKIM_SIGNED,
DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,
SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on
server2.sourceware.org
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <http://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <http://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: =?utf-8?q?Csaba_R=C3=A1duly_via_Cygwin?= <cygwin AT cygwin DOT com>
Reply-To: =?UTF-8?Q?Csaba_R=c3=a1duly?= <rcsaba AT gmail DOT com>
Errors-To: cygwin-bounces AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces AT cygwin DOT com>

Hi Gerlach,

On 17/04/2020 13:10, Gerlach van Beinum via Cygwin wrote:
> I made a program to read a csv file from Excel. I called it excel.c
> and it made an executable excel.exe
> If irun that executable with:
> ./excel.exe
> nothing happens, i.i. no output.

Try running it under gdb. You should get a better description than "no output".

> 
> If I rename it to a.exe it runs OK.
> 
> What about this name excel??

It's used by a fairly popular application published by a legacy software vendor 
headquartered in Redmond, Washington.

> 
> My Cygwin version is up-to-date.
> 

I believe it when I see it (the output of cygcheck -s -r -v, attached to the email).

Csaba
-- 
You can get very substantial performance improvements
by not doing the right thing. - Scott Meyers, An Effective C++11/14 Sampler
So if you're looking for a completely portable, 100% standards-conformat way
to get the wrong information: this is what you want. - Scott Meyers (C++TDaWYK)
--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019