首页

欢迎

 

Welcome

欢迎来到这里, 这是一个学习数学、讨论数学的网站.

转到问题

请输入问题号, 例如: 2512

IMAGINE, THINK, and DO
How to be a scientist, mathematician and an engineer, all in one?
--- S. Muthu Muthukrishnan

Local Notes

Local Notes 是一款 Windows 下的笔记系统.

Local Notes 下载

Sowya

Sowya 是一款运行于 Windows 下的计算软件.

详情

下载 Sowya.7z (包含最新版的 Sowya.exe and SowyaApp.exe)


注: 自 v0.550 开始, Calculator 更名为 Sowya. [Sowya] 是吴语中数学的发音, 可在 cn.bing.com/translator 中输入 Sowya, 听其英语发音或法语发音.





注册

欢迎注册, 您的参与将会促进数学交流. 注册

在注册之前, 或许您想先试用一下. 测试帐号: usertest 密码: usertest. 请不要更改密码.


我制作的 slides

Problem

随机显示问题

Problèmes d'affichage aléatoires

软件 >> C++ >> boost
Questions in category: boost (boost).

boost 的编译安装

Posted by haifeng on 2022-02-17 11:30:20 last update 2022-02-17 11:30:20 | Answers (0)


D:\Lib\boost_1_77_0>b2.exe link=static install
Performing configuration checks

    - default address-model    : 64-bit (cached) [1]
    - default architecture     : x86 (cached) [1]
    - compiler supports SSE2   : yes (cached) [2]
    - compiler supports SSE4.1 : yes (cached) [2]
    - has synchronization.lib  : yes (cached) [2]
    - has std::atomic_ref      : no  (cached) [2]
    - has statx                : no  (cached) [2]
    - has statx syscall        : no  (cached) [2]
    - has BCrypt API           : yes (cached) [2]
    - has init_priority attribute : no  (cached) [2]
    - has stat::st_blksize     : no  (cached) [2]
    - has stat::st_mtim        : no  (cached) [2]
    - has stat::st_mtimensec   : no  (cached) [2]
    - has stat::st_mtimespec   : no  (cached) [2]
    - has stat::st_birthtim    : no  (cached) [2]
    - has stat::st_birthtimensec : no  (cached) [2]
    - has stat::st_birthtimespec : no  (cached) [2]
    - cxx11_auto_declarations  : yes (cached) [2]
    - cxx11_constexpr          : yes (cached) [2]
    - cxx11_defaulted_functions : yes (cached) [2]
    - cxx11_final              : yes (cached) [2]
    - cxx11_hdr_mutex          : yes (cached) [2]
    - cxx11_hdr_tuple          : yes (cached) [2]
    - cxx11_lambdas            : yes (cached) [2]
    - cxx11_noexcept           : yes (cached) [2]
    - cxx11_nullptr            : yes (cached) [2]
    - cxx11_rvalue_references  : yes (cached) [2]
    - cxx11_template_aliases   : yes (cached) [2]
    - cxx11_thread_local       : yes (cached) [2]
    - cxx11_variadic_templates : yes (cached) [2]
    - cxx11_auto_declarations  : yes (cached) [3]
    - cxx11_constexpr          : yes (cached) [3]
    - cxx11_defaulted_functions : yes (cached) [3]
    - cxx11_final              : yes (cached) [3]
    - cxx11_hdr_mutex          : yes (cached) [3]
    - cxx11_hdr_tuple          : yes (cached) [3]
    - cxx11_lambdas            : yes (cached) [3]
    - cxx11_noexcept           : yes (cached) [3]
    - cxx11_nullptr            : yes (cached) [3]
    - cxx11_rvalue_references  : yes (cached) [3]
    - cxx11_template_aliases   : yes (cached) [3]
    - cxx11_thread_local       : yes (cached) [3]
    - cxx11_variadic_templates : yes (cached) [3]
    - has_icu builds           : no  (cached) [2]
warning: Graph library does not contain MPI-based parallel components.
note: to enable them, add "using mpi ;" to your user-config.jam.
note: to suppress this message, pass "--without-graph_parallel" to bjam.
    - zlib                     : no  (cached) [4]
    - bzip2                    : no  (cached) [4]
    - lzma                     : no  (cached) [4]
    - zstd                     : no  (cached) [4]
    - has_lzma_cputhreads builds : no  (cached) [2]
    - cxx11_decltype           : yes (cached) [2]
    - cxx11_basic_alignas      : yes (cached) [2]
    - iconv (libc)             : no  (cached) [2]
    - iconv (separate)         : no  (cached) [2]
    - icu                      : no  (cached) [2]
    - icu (lib64)              : no  (cached) [2]
    - native atomic int32 supported : yes (cached) [2]
    - has message compiler     : yes (cached) [2]
    - native syslog supported  : no  (cached) [2]
    - pthread supports robust mutexes : no  (cached) [2]
    - compiler supports SSSE3  : yes (cached) [2]
    - compiler supports AVX2   : yes (cached) [2]
    - gcc visibility           : no  (cached) [2]
    - sfinae_expr              : yes (cached) [2]
    - cxx11_unified_initialization_syntax : yes (cached) [2]
    - cxx11_hdr_initializer_list : yes (cached) [2]
    - cxx11_hdr_chrono         : yes (cached) [2]
    - cxx11_numeric_limits     : yes (cached) [2]
    - cxx11_hdr_array          : yes (cached) [2]
    - cxx11_hdr_atomic         : yes (cached) [2]
    - cxx11_hdr_type_traits    : yes (cached) [2]
    - cxx11_allocator          : yes (cached) [2]
    - cxx11_explicit_conversion_operators : yes (cached) [2]
    - long double support      : yes (cached) [2]
warning: skipping optional Message Passing Interface (MPI) library.
note: to enable MPI support, add "using mpi ;" to user-config.jam.
note: to suppress this message, pass "--without-mpi" to bjam.
note: otherwise, you can safely ignore this message.
    - cxx11_static_assert      : yes (cached) [2]
    - std::fstream is moveable and swappable : yes (cached) [2]
    - Has Large File Support   : yes (cached) [2]
    - Has attribute init_priority : no  (cached) [2]
    - libbacktrace builds      : no  (cached) [2]
    - libbacktrace builds      : no  (cached) [3]
    - addr2line builds         : no  (cached) [2]
    - addr2line builds         : no  (cached) [3]
    - WinDbg builds            : yes (cached) [2]
    - WinDbg builds            : yes (cached) [3]
    - WinDbgCached builds      : yes (cached) [2]
    - BOOST_COMP_GNUC >= 4.3.0 : no  (cached) [2]
    - compiler supports SSE2   : yes (cached) [5]
    - compiler supports SSE4.1 : yes (cached) [5]
    - has synchronization.lib  : yes (cached) [5]
    - has std::atomic_ref      : no  (cached) [5]
    - has statx                : no  (cached) [5]
    - has statx syscall        : no  (cached) [5]
    - has BCrypt API           : yes (cached) [5]
    - has init_priority attribute : no  (cached) [5]
    - has stat::st_blksize     : no  (cached) [5]
    - has stat::st_mtim        : no  (cached) [5]
    - has stat::st_mtimensec   : no  (cached) [5]
    - has stat::st_mtimespec   : no  (cached) [5]
    - has stat::st_birthtim    : no  (cached) [5]
    - has stat::st_birthtimensec : no  (cached) [5]
    - has stat::st_birthtimespec : no  (cached) [5]
    - cxx11_auto_declarations  : yes (cached) [5]
    - cxx11_constexpr          : yes (cached) [5]
    - cxx11_defaulted_functions : yes (cached) [5]
    - cxx11_final              : yes (cached) [5]
    - cxx11_hdr_mutex          : yes (cached) [5]
    - cxx11_hdr_tuple          : yes (cached) [5]
    - cxx11_lambdas            : yes (cached) [5]
    - cxx11_noexcept           : yes (cached) [5]
    - cxx11_nullptr            : yes (cached) [5]
    - cxx11_rvalue_references  : yes (cached) [5]
    - cxx11_template_aliases   : yes (cached) [5]
    - cxx11_thread_local       : yes (cached) [5]
    - cxx11_variadic_templates : yes (cached) [5]
    - cxx11_auto_declarations  : yes (cached) [6]
    - cxx11_constexpr          : yes (cached) [6]
    - cxx11_defaulted_functions : yes (cached) [6]
    - cxx11_final              : yes (cached) [6]
    - cxx11_hdr_mutex          : yes (cached) [6]
    - cxx11_hdr_tuple          : yes (cached) [6]
    - cxx11_lambdas            : yes (cached) [6]
    - cxx11_noexcept           : yes (cached) [6]
    - cxx11_nullptr            : yes (cached) [6]
    - cxx11_rvalue_references  : yes (cached) [6]
    - cxx11_template_aliases   : yes (cached) [6]
    - cxx11_thread_local       : yes (cached) [6]
    - cxx11_variadic_templates : yes (cached) [6]
    - has_icu builds           : no  (cached) [5]
    - zlib                     : no  (cached) [4]
    - bzip2                    : no  (cached) [4]
    - lzma                     : no  (cached) [4]
    - zstd                     : no  (cached) [4]
    - has_lzma_cputhreads builds : no  (cached) [5]
    - cxx11_decltype           : yes (cached) [5]
    - cxx11_basic_alignas      : yes (cached) [5]
    - iconv (libc)             : no  (cached) [5]
    - iconv (separate)         : no  (cached) [5]
    - icu                      : no  (cached) [5]
    - icu (lib64)              : no  (cached) [5]
    - native atomic int32 supported : yes (cached) [5]
    - has message compiler     : yes (cached) [5]
    - native syslog supported  : no  (cached) [5]
    - pthread supports robust mutexes : no  (cached) [5]
    - compiler supports SSSE3  : yes (cached) [5]
    - compiler supports AVX2   : yes (cached) [5]