Re: cygwin1.dll > 3.1.4: Program execution fails if (WSL-)symlink exists and is present in PATH

2020-12-01 Thread Takashi Yano via Cygwin
On Tue, 1 Dec 2020 19:13:39 -0500 Ken Brown via Cygwin wrote: > On 12/1/2020 4:24 AM, Mattl Mario wrote: > > Hello, > > > > Since cygwin1.dll version 3.1.5, I observed the following behavior: > > If a symbolic link is existing in the PATH environment, programs (external > > from Cygwin's system

Re: cygwin1.dll > 3.1.4: Program execution fails if (WSL-)symlink exists and is present in PATH

2020-12-01 Thread Ken Brown via Cygwin
On 12/1/2020 4:24 AM, Mattl Mario wrote: Hello, Since cygwin1.dll version 3.1.5, I observed the following behavior: If a symbolic link is existing in the PATH environment, programs (external from Cygwin's system directory) using cygwin1.dll cannot be executed anymore. Possibly, because the Cygw

Re: Compiling C-Kermit 9.0.305 Alpha.02 on Cygwin

2020-12-01 Thread Keith Christian via Cygwin
On Tue, Dec 1, 2020, 10:32 wrote: > On Tue, Dec 01, 2020 at 09:20:51AM -0700, Keith Christian wrote: > > On Mon, Nov 30, 2020 at 9:23 PM wrote: > > > For kicks, I got the *basic* C-Kermit to build under Linux and under > Cygwin. > > > https://github.com/gstrauss/ckermit > > > The make command li

[ANNOUNCEMENT] Updated: flexdll 0.39-1 (TEST)

2020-12-01 Thread David Allsopp via Cygwin-announce
The following packages have been updated in the Cygwin distribution as test: * flexdll-0.39-1.tar.xz This is an update to the latest upstream release in advance of OCaml 4.12.0, which requires it in order to work correctly on x86_64 Cygwin. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

Re: cygwin install failure

2020-12-01 Thread Andrey Repin
Greetings, lahmer med ali! > dear cygwin user's: > i have tried to install the latest version of cygwin on my pc (windows 7) > however when i execute the setup program, the installation fails because no > mirror site is available for this. i have tried to add a mirror site to the > list but the in

Re: Compiling C-Kermit 9.0.305 Alpha.02 on Cygwin

2020-12-01 Thread gs-cygwin . com
On Tue, Dec 01, 2020 at 09:20:51AM -0700, Keith Christian wrote: > On Mon, Nov 30, 2020 at 9:23 PM wrote: > > For kicks, I got the *basic* C-Kermit to build under Linux and under Cygwin. > > https://github.com/gstrauss/ckermit > > The make command line options are in the commit messages. > > > > I

Re: [QUAR] cygwin install failure

2020-12-01 Thread Eliot Moss
On 12/1/2020 5:21 AM, lahmer med ali wrote: > dear cygwin user's: > i have tried to install the latest version of cygwin on my pc (windows 7) > however when i execute the setup program, the installation fails because no > mirror site is available for this. i have tried to add a mirror site to the

Re: Compiling C-Kermit 9.0.305 Alpha.02 on Cygwin

2020-12-01 Thread Keith Christian via Cygwin
On Mon, Nov 30, 2020 at 9:23 PM wrote: > For kicks, I got the *basic* C-Kermit to build under Linux and under Cygwin. > https://github.com/gstrauss/ckermit > The make command line options are in the commit messages. > > It is based on > http://www.columbia.edu/kermit/archive.html > C-Kermit 9.0.30

Re: cygwin install failure

2020-12-01 Thread Marco Atzeri via Cygwin
On 01.12.2020 11:21, lahmer med ali wrote: dear cygwin user's: i have tried to install the latest version of cygwin on my pc (windows 7) however when i execute the setup program, the installation fails because no mirror site is available for this. i have tried to add a mirror site to the list but

cygwin install failure

2020-12-01 Thread lahmer med ali
dear cygwin user's: i have tried to install the latest version of cygwin on my pc (windows 7) however when i execute the setup program, the installation fails because no mirror site is available for this. i have tried to add a mirror site to the list but the installation don(t start. i would ask if

cygwin1.dll > 3.1.4: Program execution fails if (WSL-)symlink exists and is present in PATH

2020-12-01 Thread Mattl Mario
Hello, Since cygwin1.dll version 3.1.5, I observed the following behavior: If a symbolic link is existing in the PATH environment, programs (external from Cygwin's system directory) using cygwin1.dll cannot be executed anymore. Possibly, because the Cygwin-DLL isn't found anymore. Steps to repro