Build boost library on 64 bit linux

Hi all, I would like to build boost library 1.36.0 on the 64 bits linux machine. In fact, I install it, but when I run my code, I got the segmentation faults. So, I found the web site to solve this problem... http://old.nabble.com/How-to-build-32-bits-boost-library-on-a-64-bits-platfo... At this site, they say I have to use "address-model=32 architecture=x86" arguments to bjam, but I do not know how can I use this arguments. Do I have to install the bjam separately? If someone knows that, please let me know. Thanks,

JongKwan Kim
At this site, they say I have to use "address-model=32 architecture=x86" arguments to bjam, but I do not know how can I use this arguments. Do I have to install the bjam separately?
If someone knows that, please let me know.
./bootstrap.sh ./bjam address-model=64 architecture=x86 should work. Sam
participants (2)
-
JongKwan Kim
-
Sam Miller