There's obviously something that I'm not doing but I can't see what it is.
I run (in a bash shell)
CFLAGS='-m32-bit' ./configure
And I get: checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c
====
But I need to compile/configure, whatever, to generate 32bit.
How do I find out what the "legal" directives are to have the ./configure script use i686-***** instead of x86_64-***** using gcc compiler
This is driving me nuts!