delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2023/08/28/08:19:01

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 820A03858417
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1693225140;
bh=oV5tOaeDiAWHO/vSpcYuBoV18XDZJXjvccdgE77LS90=;
h=Date:Subject:To:List-Id:List-Unsubscribe:List-Archive:List-Post:
List-Help:List-Subscribe:From:Reply-To:From;
b=HSb2tcRBs9R8ruiKLEEjKsfy6aWSdTB3gEozJP06mJezi0kre2Ou0/pTv4BI+YZOz
eR89Chnon2pnvFz7Q/SPus+6IZRjTe3P5s7zac0DsEmYOPOulmxHKd6AN7enbh7LRM
s2za0OTMJcW5dABFJwJ/LH3OPtGHDcwH57lssLGQ=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 660853858D35
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20221208; t=1693225121; x=1693829921;
h=to:subject:message-id:date:from:mime-version:x-gm-message-state
:from:to:cc:subject:date:message-id:reply-to;
bh=vXMQOwPCe7LiAL9uiVGO10XQulHcQTm2Dvg5Ho8V3S0=;
b=ahUqeYtHfY+V1YuVddJTg7M+QJmbS3qT4MkYlMrnUuxzXcXrEzKyyFJafskR+0LQgY
uuY1KWFK+OtL8e8TWE77GWzIQZU5EpSwkoCDVy/IAVy14eQrfaSTN5gKr8Z8FlFf6DX3
L3fjAqXuNG2RE2MnL3Eq5LhSxOKIYGxaLhCoTwJ4Z8wf5XitT19rGxv0CpKpyONfcTEX
z9lbXB5kLsD6ACQ2ooMRFiHlew51PwDqv7MtUyCHiYi8IY9NCNDD6K1K+4faW7jVMH49
PK3GRcz+NIIOV1F71SegLcuLJerTCsJhApsl2lgUhaVxQlfOPFAx4dM3a2nqX5/rpIvM
cNCQ==
X-Gm-Message-State: AOJu0YwcgpqCLW45bTOc4j+T2RE0GWybj+MiI1svKA3MyIcwkDjfp529
6+AkdH8qCIsAPAp83Nyiccslw9SiIUD4MfSKNV29tCaWJ7lcDM0pHw==
X-Google-Smtp-Source: AGHT+IH+hxxHc+LMXGvDq5Hz6rW5BORuxU+8nROMLELSGjkf6fmvkV3NqVTPdGDYCxiduCGOY60fV1wrexuT9sJeVtE=
X-Received: by 2002:a25:f81b:0:b0:d4b:6936:90fb with SMTP id
u27-20020a25f81b000000b00d4b693690fbmr25197111ybd.41.1693225121528; Mon, 28
Aug 2023 05:18:41 -0700 (PDT)
MIME-Version: 1.0
Date: Mon, 28 Aug 2023 08:18:30 -0400
Message-ID: <CAEF1h+XaGP8OEe++_W2ofgxidGrSWUKne7AK7aE8vTWo8AaAtA@mail.gmail.com>
Subject: Difference between cygwin versions
To: cygwin AT cygwin DOT com
X-Spam-Status: No, score=0.4 required=5.0 tests=BAYES_00, DKIM_SIGNED,
DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE,
RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS,
TXREP autolearn=ham autolearn_force=no version=3.4.6
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on
server2.sourceware.org
X-Content-Filtered-By: Mailman/MimeDel 2.1.30
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.30
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
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: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Cary Lewis via Cygwin <cygwin AT cygwin DOT com>
Reply-To: Cary Lewis <cary DOT lewis AT gmail DOT com>
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com>

On one machine I have cygwin version  3.1.7(0.340/5/3), I can copy cygwin
binaries and the corresponding dlls to a folder and then run the cygwin
programs without any problems.

But on another machine I have a newer cygwin,  3.4.7-1.x86_64, and when I
do the same thing, the programs do not work:

e.g.

mkdir /tmp/test
cd /tmp/test
$ ls -1
bash.exe
chroot.exe
cygiconv-2.dll
cygintl-8.dll
cygncursesw-10.dll
cygreadline7.dll
cygwin1.dll

I copied all of bash's required dlls to /tmp/test

When I do a ./bash, it exits immediately on 3.4.7, but on 3.1.7 it works
correctly.

Has something changed in cygwin that prevents this from working?

-- 
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