Re: X32 program - no such file error
Richard Kettlewell <[email protected]> Mon, 01 Mar 2021 09:34:29 +0000
| Newsgroups | alt.comp.linux,alt.comp.os.linux |
|---|---|
| Organization | terraraq NNTP server |
| Message-ID | <[email protected]> |
"B. P. TBC" <[email protected]> writes: > 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? You will need at least libc6-x32. You will also need to enable x32 support in the kernel. I don’t know why you’d bother though. Nobody uses it. -- https://www.greenend.org.uk/rjk/