Re: X32 program - no such file error

Avis Drożniak <[email protected]> Sat, 6 Mar 2021 16:53:26 +0100
Newsgroups alt.comp.linux,alt.comp.os.linux
Organization ICM, Uniwersytet Warszawski
Message-ID <[email protected]>
On 3/1/21 8:42 AM, B. P. TBC wrote:
> Hi
> 
> 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?
> 
> Thanks:
> P.

Try `chmod +x (file)`

Avis