This appears to be a case of the code being build (or so it thinks) for the current environment (AMD64) but it's not really, as it can't be executed. I checked the executable itself and it claims (with FILE) to be correct, but returns the above error.
Or... perhaps this is a clang problem (since "file" says the architecture is good, and SHOULD work.)
Fails here:
This appears to be a case of the code being build (or so it thinks) for the current environment (AMD64) but it's not really, as it can't be executed. I checked the executable itself and it claims (with FILE) to be correct, but returns the above error.
Or... perhaps this is a clang problem (since "file" says the architecture is good, and SHOULD work.)