Re: X32 program - no such file error
Richard Kettlewell <[email protected]> Sat, 06 Mar 2021 17:18:20 +0000
| Newsgroups | alt.comp.linux,alt.comp.os.linux |
|---|---|
| Organization | terraraq NNTP server |
| Message-ID | <[email protected]> |
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. -- https://www.greenend.org.uk/rjk/