Do any body how to build boost 64 bit version
I have tried to use this command to build, but it does not work
bjam cflags="-m64" linkflags="-m64" cxxflags="-m64" ”-sTOOLS=gcc” install
the 32 bit version build ok by default.
Naeem Ahmad