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-platform-td22640325.html#a22640325

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,