Re: [EXTERNAL] Getting return code "127" after execution of program

2023-06-02 Thread Brian Inglis via Cygwin
On 2023-06-02 09:07, Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin wrote: The Program is not throwing any error or success details. it simply comes out from the running screen without any error and success states. 127 is a POSIX return code meaning the binary file is not executable and canno

RE: [EXTERNAL] Getting return code "127" after execution of program

2023-06-02 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin
> The Program is not throwing any error or success details. it simply comes > out from the running screen without any error and success states. 127 is a POSIX return code meaning the binary file is not executable and cannot be started. Check what "ldd ./sample" shows. Most likely you are missin

Re: Getting return code "127" after execution of program

2023-06-02 Thread Eliot Moss via Cygwin
On 6/2/2023 5:58 AM, rajesh kesavan via Cygwin wrote: Hi, We are Trying to execute a program like ./sample.exe on 64 bit Cygwin. This executable is built with CMake on Cygwin 64 bit. The Program is not throwing any error or success details. it simply comes out from the running screen without any

Re: inside /bin/tar: cannot change mode

2023-06-02 Thread Denis Excoffier via Cygwin
> On 2023-05-28 06:21, Brian Inglis wrote: > > Problem seems to be Cygwin 3.5.0 - reinstall Cygwin stable 3.4.6 and the > problem goes away! > See other thread I just started. Thank you for your help. I’ll stick to pre-2.5.0 for the moment. Denis Excoffier. -- Problem reports: https://cy

Getting return code "127" after execution of program

2023-06-02 Thread rajesh kesavan via Cygwin
Hi, We are Trying to execute a program like ./sample.exe on 64 bit Cygwin. This executable is built with CMake on Cygwin 64 bit. The Program is not throwing any error or success details. it simply comes out from the running screen without any error and success states. and we checked output status