When building for linux32x86 on ubuntu17.04/64-bits. I do have a cross compiler and can generate 32bit binaries with -m32 [...]/opensmalltalk-vm/spursrc Configuring Squeak (.-) for i686-pc-linux-gnu checking whether make sets $(MAKE)... yes — |
Can you make sure you have all libraries you need in :i386 flavor? example is in the — |
In reply to this post by David T Lewis
The following worked, I'm afraid I'll never know which one was the cause of the problem. sudo apt install libc6-dev:i386 libasound2:i386 libasound2-dev:i386 libssl-dev:i386 libssl0.9.8:i386 libx11-dev:i386 libsm-dev:i386 libice-dev:i386 libgl1-mesa-glx:i386 libgl1-mesa-dev:i386 libxext-dev:i386 libglapi-mesa:i386 uuid-dev:i386 libcurl3-dev:i386 — |
In reply to this post by David T Lewis
Closed #211. — |
Free forum by Nabble | Edit this page |