What is the best way to get configure script to build 32-bit code?
I have a 64-bit machine, and I'm trying to build 32-bit code. Tried setting -build with a few options, but that just doesn't work.
Thanks!
Try adding -m32to CFLAGS.
-m32
CFLAGS