$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Need help with using Boost::Serialization on AmD64, Windows, MSVC 8.0
From: Adam Merz (adammerz_at_[hidden])
Date: 2008-10-22 13:14:46
Sahib Aulakh writes:
> Is there some bjam log file that I can examine to know what command line
switches, etc. are being used for building the serialization library?
When you invoke bjam, you can pass the argument -d+2 to show commands as they
are executed, or you can pass the argument -n to show commands instead of
executing them. These will both show arguments being passed to the compiler and
linker for building the libraries.
tools\jam\src\bin.ntx86_64\bjam.exe --build-type=complete --with-serialization
toolset=msvc address-model=64 -n