Re: X32 program - no such file error

William Unruh <[email protected]> Sat, 6 Mar 2021 21:15:10 -0000 (UTC)
Newsgroups alt.comp.linux,alt.comp.os.linux
Organization A noiseless patient Spider
Message-ID <[email protected]>
On 2021-03-06, Richard Kettlewell <[email protected]> wrote:
> Avis Drożniak <[email protected]> writes:
>> On 3/1/21 8:42 AM, B. P. TBC wrote:
>>> I wrote a simple "hello world" C program, and I compiled it to X32
>>> (not x86) architecture. (gcc -mx32 parameter.) On my Linux Mint 18.04
>>> 64bit computer that ran without error. But on my other computer
>>> (Linux Mint 18.04 64bit) I got an error: bash: (filename): no such
>>> file or directory. How can I run an X32 program? What must I install?
>>
>> Try `chmod +x (file)`
>
> “No such file or directory” is not a permissions error.

Try that anyway, but it may also be that some library is missing. 
>