We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
On Ubuntu 22.04, to build and run the 32-bit lisp, install the necessary 32-bit binaries and libraries as follows:
# dpkg --add-architecture i386 # apt update # apt install gcc:i386 make m4
I always have to figure this out every time I install a new Linux box.