delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2022/07/31/02:12:34

X-Recipient: archive-cygwin AT delorie DOT com
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E48D73858281
Authentication-Results: sourceware.org;
dmarc=pass (p=none dis=none) header.from=gmail.com
Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112;
h=mime-version:from:date:message-id:subject:to;
bh=s21sWEvQxj3XGgwduSbCBzxZxGwb85e0b/XIhbnnO0E=;
b=HFZBRrddzdtyqmiMH6Va5oGMrvhjQYexqRx07B0FtMSof3GAnndQ7gvHKBa4O2WUl2
8aWln/NNNEtTRdojHMHH7y3zqB5VZV1B9jaLbpoGFigXhJLPJoGgxD9z6MPYzZToT1+Z
y9l3KM6vp7TbxwkCsCru9xUqLNp6qrboP3irWexSxj9wd9dbGwV37p+BDWl3rokZIspF
tqosZTGzcH/SqUJVGU23sQ3a7K2W9f0hSfSaBmd5736slfn1bbx5sQAhg6iy1klOlNel
dUSqrwg3/wpwEWzJv5mI4yPjcysyA5qkqXO4TpC+g+QfJgO9TuNrvw7ubhTlg6RPdIyq
uXwg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20210112;
h=x-gm-message-state:mime-version:from:date:message-id:subject:to;
bh=s21sWEvQxj3XGgwduSbCBzxZxGwb85e0b/XIhbnnO0E=;
b=6MX9kOfQzexLqRDb0vVXrqUOOYOmYOG2BUeNF+pQruHUaWRHzfDeN4bQ6qFykyTvR9
X3vfiEXbw3haIl8wv9CYik/gUqbZhaIBFq7chvm90O+B8egJ2Ec5cosflyMI8an/r7ef
RdTeIfW5XgYIsgcN4Kxwil/LBm1ypybFvwEYGgJzNBZoa49Z9BxNWManf/M8NheeLfxy
iYfl9hsZlgZrHlxWOIin58kTJH5ew8S33jAxlMjzQ0hgeAJI4W+SfzciXs++9BIh9l5C
MTO1WqyUQ/XzkMbFv9WfEZrXyR79HO6wwf5rz+W7sdeOKxplTY6qxevRgmWvIIeQYfbb
fs6Q==
X-Gm-Message-State: AJIora/0ONo0I3cZBuGoRd4WpuKr61pNt4NGDWmw4pT7PTGi9VsCFk37
dDI0TQtCLDJrbdsaxQYvQ1J9qwMoRj6AJSgMAFlAx2zFnXA=
X-Google-Smtp-Source: AGRyM1sZdsNuqPOOIhkViqJXSgNl1g8aGE/c2WDUvXk4S84n+PNFJ7hX6ouT+dDaw+Wllxbr+KoS9nnnF7dfD17Uq8M=
X-Received: by 2002:a05:6808:7cb:b0:33a:84f4:a930 with SMTP id
f11-20020a05680807cb00b0033a84f4a930mr4688214oij.295.1659247913800; Sat, 30
Jul 2022 23:11:53 -0700 (PDT)
MIME-Version: 1.0
From: Dimax <dimax DOT main AT gmail DOT com>
Date: Sun, 31 Jul 2022 09:11:17 +0300
Message-ID: <CAF9kqNEufMLALpfp-HwYaApoy=Y8ce2LBnD_YCY06YwEc_6guw@mail.gmail.com>
Subject: Issues with Cygwin64 on Windows11
To: cygwin AT cygwin DOT com
X-Spam-Status: No, score=-0.1 required=5.0 tests=BAYES_00, DKIM_SIGNED,
DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE,
KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS,
TXREP autolearn=no 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.29
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-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>
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com>

Hello.
I've never had much luck with Cygwin64 and used the 32 bit version before.
Today I have no choice and I've installed Cyg64 on my new Win11 PC.

Here is the first major issue I faced. I can not create symbolic links:

Alex AT Alexo ~
$ ls /cygdrive/C/XOL/

Alex AT Alexo ~
$ ln -s /cygdrive/C/XOL/ work

Alex AT Alexo ~
$ ls -all work
lrwxrwxrwx 1 Alex None 11 Jul 31 09:09 work -> /mnt/C/XOL/

Alex AT Alexo ~
$ cd ~/work/
-bash: cd: /home/Alex/work/: No such file or directory

The link is created but I can not use it.
The only thing that I did not standard was to call installation folder
C:\Cygwin instead of default C:\Cygwin64

Any help would be highly appreciated.

Best Regards
Alex Kholodenko
XDIMAX LTD | CTO

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