I'm using a 64bit system but want a set of 32bit binaries. What options must I pass to a configure script to generate a 32bit/x86 makefile?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Passing the following argument to configure script allowed me to build the 32bit library on 64bit Linux
|
|||
|
|
Assuming gcc/g++:
|
|||
|