Code: Select all
checking whether ccache gcc -m32 works... no
configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.

I have the following extra environment variables:
Code: Select all
declare -x CXX="ccache g++"
declare -x CXXFLAGS="-g -O0"
declare -x CC="ccache gcc"

I tried to following these instructions but they ended up with this:
Code: Select all
# apt-get install ia32-apt-get
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ia32-apt-get is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package ia32-apt-get has no installation candidate
Any help is much appreciated.

Q