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