Skip to content

Instantly share code, notes, and snippets.

@danielhams
Created June 27, 2019 19:46
Show Gist options
  • Save danielhams/1c2e7df262d1c3178b0b8d6836818ea0 to your computer and use it in GitHub Desktop.
Save danielhams/1c2e7df262d1c3178b0b8d6836818ea0 to your computer and use it in GitHub Desktop.
Output of latest boost building on Irix with GCC 8.2.0
[didbsshell dan@leafy boost_1_69_0]$ ./b2 -j 3 --link=shared --threading=multi
--with-thread --with-system --with-chrono --with-program_options --with-atomic
--with-container --with-filesystem --prefix=/usr/people/dan/boostinstalltest st
age
Performing configuration checks
- default address-model : 32-bit
- default architecture : none
- lockfree boost::atomic_flag : yes
Component configuration:
- atomic : building
- chrono : building
- container : building
- context : not building
- contract : not building
- coroutine : not building
- date_time : not building
- exception : not building
- fiber : not building
- filesystem : building
- graph : not building
- graph_parallel : not building
- iostreams : not building
- locale : not building
- log : not building
- math : not building
- mpi : not building
- program_options : building
- python : not building
- random : not building
- regex : not building
- serialization : not building
- stacktrace : not building
- system : building
- test : not building
- thread : building
- timer : not building
- type_erasure : not building
- wave : not building
...patience...
...found 1554 targets...
...updating 162 targets...
gcc.compile.c++ bin.v2/libs/system/build/gcc-8.2.0/release/threading-multi/visibility-hidden/error_code.o
gcc.link.dll bin.v2/libs/system/build/gcc-8.2.0/release/threading-multi/visibility-hidden/libboost_system.so.1.69.0
common.copy stage/lib/libboost_system.so.1.69.0
ln-UNIX stage/lib/libboost_system.so
gcc.compile.c++ bin.v2/libs/atomic/build/gcc-8.2.0/release/threading-multi/visibility-hidden/lockpool.o
gcc.link.dll bin.v2/libs/atomic/build/gcc-8.2.0/release/threading-multi/visibility-hidden/libboost_atomic.so.1.69.0
common.copy stage/lib/libboost_atomic.so.1.69.0
ln-UNIX stage/lib/libboost_atomic.so
gcc.compile.c++ bin.v2/libs/chrono/build/gcc-8.2.0/release/threading-multi/visibility-hidden/thread_clock.o
gcc.compile.c++ bin.v2/libs/chrono/build/gcc-8.2.0/release/threading-multi/visibility-hidden/chrono.o
gcc.compile.c++ bin.v2/libs/container/build/gcc-8.2.0/release/threading-multi/visibility-hidden/dlmalloc.o
gcc.compile.c++ bin.v2/libs/chrono/build/gcc-8.2.0/release/threading-multi/visibility-hidden/process_cpu_clocks.o
gcc.link.dll bin.v2/libs/chrono/build/gcc-8.2.0/release/threading-multi/visibility-hidden/libboost_chrono.so.1.69.0
common.copy stage/lib/libboost_chrono.so.1.69.0
ln-UNIX stage/lib/libboost_chrono.so
gcc.compile.c++ bin.v2/libs/container/build/gcc-8.2.0/release/threading-multi/visibility-hidden/global_resource.o
gcc.compile.c++ bin.v2/libs/container/build/gcc-8.2.0/release/threading-multi/visibility-hidden/monotonic_buffer_resource.o
gcc.compile.c bin.v2/libs/container/build/gcc-8.2.0/release/threading-multi/visibility-hidden/alloc_lib.o
gcc.compile.c++ bin.v2/libs/container/build/gcc-8.2.0/release/threading-multi/visibility-hidden/pool_resource.o
gcc.compile.c++ bin.v2/libs/container/build/gcc-8.2.0/release/threading-multi/visibility-hidden/synchronized_pool_resource.o
gcc.compile.c++ bin.v2/libs/container/build/gcc-8.2.0/release/threading-multi/visibility-hidden/unsynchronized_pool_resource.o
gcc.link.dll bin.v2/libs/container/build/gcc-8.2.0/release/threading-multi/visibility-hidden/libboost_container.so.1.69.0
common.copy stage/lib/libboost_container.so.1.69.0
ln-UNIX stage/lib/libboost_container.so
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-8.2.0/release/threading-multi/visibility-hidden/codecvt_error_category.o
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-8.2.0/release/threading-multi/visibility-hidden/path_traits.o
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-8.2.0/release/threading-multi/visibility-hidden/path.o
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-8.2.0/release/threading-multi/visibility-hidden/operations.o
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-8.2.0/release/threading-multi/visibility-hidden/portability.o
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-8.2.0/release/threading-multi/visibility-hidden/windows_file_codecvt.o
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-8.2.0/release/threading-multi/visibility-hidden/utf8_codecvt_facet.o
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-8.2.0/release/threading-multi/visibility-hidden/unique_path.o
gcc.link.dll bin.v2/libs/filesystem/build/gcc-8.2.0/release/threading-multi/visibility-hidden/libboost_filesystem.so.1.69.0
common.copy stage/lib/libboost_filesystem.so.1.69.0
ln-UNIX stage/lib/libboost_filesystem.so
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-8.2.0/release/threading-multi/visibility-hidden/config_file.o
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-8.2.0/release/threading-multi/visibility-hidden/cmdline.o
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-8.2.0/release/threading-multi/visibility-hidden/options_description.o
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-8.2.0/release/threading-multi/visibility-hidden/variables_map.o
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-8.2.0/release/threading-multi/visibility-hidden/positional_options.o
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-8.2.0/release/threading-multi/visibility-hidden/utf8_codecvt_facet.o
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-8.2.0/release/threading-multi/visibility-hidden/parsers.o
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-8.2.0/release/threading-multi/visibility-hidden/value_semantic.o
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-8.2.0/release/threading-multi/visibility-hidden/convert.o
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-8.2.0/release/threading-multi/visibility-hidden/winmain.o
gcc.compile.c++ bin.v2/libs/thread/build/gcc-8.2.0/release/threadapi-pthread/threading-multi/visibility-hidden/pthread/once.o
gcc.compile.c++ bin.v2/libs/thread/build/gcc-8.2.0/release/threadapi-pthread/threading-multi/visibility-hidden/future.o
gcc.compile.c++ bin.v2/libs/atomic/build/gcc-8.2.0/release/link-static/threading-multi/visibility-hidden/lockpool.o
gcc.archive bin.v2/libs/atomic/build/gcc-8.2.0/release/link-static/threading-multi/visibility-hidden/libboost_atomic.a
common.copy stage/lib/libboost_atomic.a
gcc.compile.c++ bin.v2/libs/system/build/gcc-8.2.0/release/link-static/threading-multi/visibility-hidden/error_code.o
gcc.archive bin.v2/libs/system/build/gcc-8.2.0/release/link-static/threading-multi/visibility-hidden/libboost_system.a
common.copy stage/lib/libboost_system.a
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-8.2.0/release/threading-multi/visibility-hidden/split.o
gcc.link.dll bin.v2/libs/program_options/build/gcc-8.2.0/release/threading-multi/visibility-hidden/libboost_program_options.so.1.69.0
common.copy stage/lib/libboost_program_options.so.1.69.0
ln-UNIX stage/lib/libboost_program_options.so
...on 100th target...
gcc.compile.c++ bin.v2/libs/chrono/build/gcc-8.2.0/release/link-static/threading-multi/visibility-hidden/thread_clock.o
gcc.compile.c++ bin.v2/libs/chrono/build/gcc-8.2.0/release/link-static/threading-multi/visibility-hidden/chrono.o
gcc.compile.c++ bin.v2/libs/chrono/build/gcc-8.2.0/release/link-static/threading-multi/visibility-hidden/process_cpu_clocks.o
gcc.archive bin.v2/libs/chrono/build/gcc-8.2.0/release/link-static/threading-multi/visibility-hidden/libboost_chrono.a
common.copy stage/lib/libboost_chrono.a
gcc.compile.c++ bin.v2/libs/container/build/gcc-8.2.0/release/link-static/threading-multi/visibility-hidden/dlmalloc.o
gcc.compile.c++ bin.v2/libs/container/build/gcc-8.2.0/release/link-static/threading-multi/visibility-hidden/global_resource.o
gcc.compile.c++ bin.v2/libs/container/build/gcc-8.2.0/release/link-static/threading-multi/visibility-hidden/monotonic_buffer_resource.o
gcc.compile.c bin.v2/libs/container/build/gcc-8.2.0/release/link-static/threading-multi/visibility-hidden/alloc_lib.o
gcc.compile.c++ bin.v2/libs/container/build/gcc-8.2.0/release/link-static/threading-multi/visibility-hidden/pool_resource.o
gcc.compile.c++ bin.v2/libs/container/build/gcc-8.2.0/release/link-static/threading-multi/visibility-hidden/synchronized_pool_resource.o
gcc.compile.c++ bin.v2/libs/container/build/gcc-8.2.0/release/link-static/threading-multi/visibility-hidden/unsynchronized_pool_resource.o
gcc.archive bin.v2/libs/container/build/gcc-8.2.0/release/link-static/threading-multi/visibility-hidden/libboost_container.a
common.copy stage/lib/libboost_container.a
gcc.compile.c++ bin.v2/libs/thread/build/gcc-8.2.0/release/threadapi-pthread/threading-multi/visibility-hidden/pthread/thread.o
gcc.link.dll bin.v2/libs/thread/build/gcc-8.2.0/release/threadapi-pthread/threading-multi/visibility-hidden/libboost_thread.so.1.69.0
common.copy stage/lib/libboost_thread.so.1.69.0
ln-UNIX stage/lib/libboost_thread.so
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-8.2.0/release/link-static/threading-multi/visibility-hidden/codecvt_error_category.o
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-8.2.0/release/link-static/threading-multi/visibility-hidden/path_traits.o
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-8.2.0/release/link-static/threading-multi/visibility-hidden/path.o
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-8.2.0/release/link-static/threading-multi/visibility-hidden/operations.o
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-8.2.0/release/link-static/threading-multi/visibility-hidden/portability.o
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-8.2.0/release/link-static/threading-multi/visibility-hidden/windows_file_codecvt.o
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-8.2.0/release/link-static/threading-multi/visibility-hidden/utf8_codecvt_facet.o
gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-8.2.0/release/link-static/threading-multi/visibility-hidden/unique_path.o
gcc.archive bin.v2/libs/filesystem/build/gcc-8.2.0/release/link-static/threading-multi/visibility-hidden/libboost_filesystem.a
common.copy stage/lib/libboost_filesystem.a
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-8.2.0/release/link-static/threading-multi/visibility-hidden/config_file.o
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-8.2.0/release/link-static/threading-multi/visibility-hidden/cmdline.o
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-8.2.0/release/link-static/threading-multi/visibility-hidden/options_description.o
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-8.2.0/release/link-static/threading-multi/visibility-hidden/variables_map.o
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-8.2.0/release/link-static/threading-multi/visibility-hidden/positional_options.o
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-8.2.0/release/link-static/threading-multi/visibility-hidden/parsers.o
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-8.2.0/release/link-static/threading-multi/visibility-hidden/utf8_codecvt_facet.o
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-8.2.0/release/link-static/threading-multi/visibility-hidden/convert.o
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-8.2.0/release/link-static/threading-multi/visibility-hidden/value_semantic.o
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-8.2.0/release/link-static/threading-multi/visibility-hidden/winmain.o
gcc.compile.c++ bin.v2/libs/thread/build/gcc-8.2.0/release/link-static/threadapi-pthread/threading-multi/visibility-hidden/pthread/once.o
gcc.compile.c++ bin.v2/libs/thread/build/gcc-8.2.0/release/link-static/threadapi-pthread/threading-multi/visibility-hidden/future.o
gcc.compile.c++ bin.v2/libs/program_options/build/gcc-8.2.0/release/link-static/threading-multi/visibility-hidden/split.o
gcc.archive bin.v2/libs/program_options/build/gcc-8.2.0/release/link-static/threading-multi/visibility-hidden/libboost_program_options.a
common.copy stage/lib/libboost_program_options.a
gcc.compile.c++ bin.v2/libs/thread/build/gcc-8.2.0/release/link-static/threadapi-pthread/threading-multi/visibility-hidden/pthread/thread.o
gcc.archive bin.v2/libs/thread/build/gcc-8.2.0/release/link-static/threadapi-pthread/threading-multi/visibility-hidden/libboost_thread.a
common.copy stage/lib/libboost_thread.a
...updated 162 targets...
[didbsshell dan@leafy boost_1_69_0]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment