How do I force a 32 bit build of boost with gcc?
Posted
by Crazy Chenz
on Stack Overflow
See other posts from Stack Overflow
or by Crazy Chenz
Published on 2009-08-31T14:30:27Z
Indexed on
2010/06/07
21:52 UTC
Read the original article
Hit count: 207
How do I force a 32 bit build of boost with gcc? Currently attempting by putting this line in my user-config.jam, but it does not work.
using gcc : 4.1.2 : g++ : compileflags="-m32" ;
Chenz
© Stack Overflow or respective owner