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

2023-11-06 Thread Andrey Repin via Cygwin
Greetings, rajesh kesavan! > 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

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

2023-06-04 Thread Jon Turney via Cygwin
On 02/06/2023 13:42, Eliot Moss via Cygwin wrote: On 6/2/2023 5:58 AM, rajesh kesavan via Cygwin wrote: Hi, [...] (I also don't think you needed to include all those lists in your original post; cygwin@cygwin.com would be enough for now, so I have trimmed other lists from my response.)

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

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

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

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