I cloned a repository using the git that comes with 64-bit cygwin.
Executing python.exe in the repository results in an immediate return
and an exit code of 127.
The python executable was built in 32-bit cygwin. The executable works fine
is 32-bit cygwin and 64-bit cygwin shells as long as the r
Duane Ellis duaneellis.com> writes:
>
> > The problem has only been seen with the git
> > that ships with 64-bit cygwin.
>
> Use “ldd” - against the executable, determine the exact file (absolute
path) of every dll that is used/required.
>
> Including any missing DLLs.
>
> You might also nee
2 matches
Mail list logo