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

Lavrentiev, Anton (NIH/NLM/NCBI) [C] lavr@ncbi.nlm.nih.gov
Fri Jun 2 15:07:45 GMT 2023


> 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 missing the required runtime (dlls).

HTH,

Anton Lavrentiev
Contractor NIH/NLM/NCBI



More information about the Cygwin mailing list