Hi

I installed and compiled boost for my project a long time ago, however now I fail to repeat on this success on another computer.

I use only the serialization library, therefore the folder that my project linker includes in order to work properly is: 

C:\boost_1_47_0\boost_1_47_0\bin.v2\libs\serialization\build\msvc-10.0\release(or debug...)\address-model-64\link-static\threading-multi

what is the corresponding cmd compilation command? I tried to specify all the corresponding flags but for some reason it doesn't work,(for example- despite using the flag --address-model=64, the folder "address-model-64" wasn't constructed in my folders hierarchy tree, so I guess that this flag was ignored)

Thanks in advance!
Ohad Barta