[pkg-boost-devel] Bug#707389: boost1.49: FTBFS: ./boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant

Lucas Nussbaum lucas at lucas-nussbaum.net
Thu May 9 07:16:57 UTC 2013


Source: boost1.49
Version: 1.49.0-3.2
Severity: serious
Tags: jessie sid
User: debian-qa at lists.debian.org
Usertags: qa-ftbfs-20130509 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
>  debian/rules build
> pyversions: missing X(S)-Python-Version in control file, fall back to debian/pyversions
> pyversions: missing debian/pyversions file, fall back to supported versions
> py3versions: no X-Python3-Version in control file, using supported versions
> ./bootstrap.sh --with-icu --prefix=/«PKGBUILDDIR»/debian/tmp/usr \
> 	  || cat bootstrap.log
> Building Boost.Build engine with toolset gcc... tools/build/v2/engine/bin.linuxx86_64/b2
> Detecting Python version... 2.7
> Detecting Python root... /usr
> Unicode/ICU support for Boost.Regex?... /usr
> Generating Boost.Build configuration in project-config.jam...
> 
> Bootstrapping is done. To build, run:
> 
>     ./b2
>     
> To adjust configuration, edit 'project-config.jam'.
> Further information:
> 
>    - Command line help:
>      ./b2 --help
>      
>    - Getting started guide: 
>      http://www.boost.org/more/getting_started/unix-variants.html
>      
>    - Boost.Build documentation:
>      http://www.boost.org/boost-build2/doc/html/index.html
> 
> pyversions: missing X(S)-Python-Version in control file, fall back to debian/pyversions
> pyversions: missing debian/pyversions file, fall back to supported versions
> py3versions: no X-Python3-Version in control file, using supported versions
> echo "using gcc ;" > user-config.jam
> echo "using mpi ;"     >> user-config.jam
> for pyver in 3.2 3.3; do \
> 		echo "using python : $pyver : /usr ;" >> user-config.jam; \
> 	done
> pyversions: missing X(S)-Python-Version in control file, fall back to debian/pyversions
> pyversions: missing debian/pyversions file, fall back to supported versions
> py3versions: no X-Python3-Version in control file, using supported versions
> dh_testdir
> /«PKGBUILDDIR»/bjam  -d2  --layout=system --ignore-site-config --user-config=/«PKGBUILDDIR»/user-config.jam debug-symbols=on --without-python                        
> 
> Building the Boost C++ Libraries.
> 
> 
> Performing configuration checks
> 
>     - has_icu builds           : yes
>     - iconv (libc)             : yes
>     - icu                      : yes
>     - ../config//has_gcc_visibility builds : yes
>     - ../config//has_long_double_support builds : yes
> 
> Component configuration:
> 
>     - chrono                   : building
>     - date_time                : building
>     - exception                : building
>     - filesystem               : building
>     - graph                    : building
>     - graph_parallel           : building
>     - iostreams                : building
>     - locale                   : building
>     - math                     : building
>     - mpi                      : building
>     - program_options          : building
>     - python                   : not building
>     - random                   : building
>     - regex                    : building
>     - serialization            : building
>     - signals                  : building
>     - system                   : building
>     - test                     : building
>     - thread                   : building
>     - timer                    : building
>     - wave                     : building
> 
> ...patience...
> ...patience...
> ...patience...
> ...patience...
> ...found 13197 targets...
> ...updating 1081 targets...
> common.mkdir stage
> 
>         mkdir -p "stage"
>     
> common.mkdir stage/lib
> 
>         mkdir -p "stage/lib"
>     
> common.mkdir bin.v2/libs/filesystem
> 
>         mkdir -p "bin.v2/libs/filesystem"
>     
> common.mkdir bin.v2/libs/filesystem/build
> 
>         mkdir -p "bin.v2/libs/filesystem/build"
>     
> common.mkdir bin.v2/libs/filesystem/build/gcc-4.7
> 
>         mkdir -p "bin.v2/libs/filesystem/build/gcc-4.7"
>     
> common.mkdir bin.v2/libs/filesystem/build/gcc-4.7/release
> 
>         mkdir -p "bin.v2/libs/filesystem/build/gcc-4.7/release"
>     
> common.mkdir bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on
> 
>         mkdir -p "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on"
>     
> common.mkdir bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi
> 
>         mkdir -p "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi"
>     
> common.mkdir bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v2
> 
>         mkdir -p "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v2"
>     
> common.mkdir bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v2/src
> 
>         mkdir -p "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v2/src"
>     
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v2/src/v2_operations.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v2/src/v2_operations.o" "libs/filesystem/v2/src/v2_operations.cpp"
> 
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v2/src/v2_path.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v2/src/v2_path.o" "libs/filesystem/v2/src/v2_path.cpp"
> 
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v2/src/v2_portability.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v2/src/v2_portability.o" "libs/filesystem/v2/src/v2_portability.cpp"
> 
> common.mkdir bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v3
> 
>         mkdir -p "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v3"
>     
> common.mkdir bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v3/src
> 
>         mkdir -p "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v3/src"
>     
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v3/src/operations.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v3/src/operations.o" "libs/filesystem/v3/src/operations.cpp"
> 
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v3/src/path.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v3/src/path.o" "libs/filesystem/v3/src/path.cpp"
> 
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v3/src/portability.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v3/src/portability.o" "libs/filesystem/v3/src/portability.cpp"
> 
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v3/src/windows_file_codecvt.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v3/src/windows_file_codecvt.o" "libs/filesystem/v3/src/windows_file_codecvt.cpp"
> 
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v3/src/codecvt_error_category.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v3/src/codecvt_error_category.o" "libs/filesystem/v3/src/codecvt_error_category.cpp"
> 
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v3/src/path_traits.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v3/src/path_traits.o" "libs/filesystem/v3/src/path_traits.cpp"
> 
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v3/src/unique_path.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v3/src/unique_path.o" "libs/filesystem/v3/src/unique_path.cpp"
> 
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v3/src/utf8_codecvt_facet.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v3/src/utf8_codecvt_facet.o" "libs/filesystem/v3/src/utf8_codecvt_facet.cpp"
> 
> common.mkdir bin.v2/libs/system
> 
>         mkdir -p "bin.v2/libs/system"
>     
> common.mkdir bin.v2/libs/system/build
> 
>         mkdir -p "bin.v2/libs/system/build"
>     
> common.mkdir bin.v2/libs/system/build/gcc-4.7
> 
>         mkdir -p "bin.v2/libs/system/build/gcc-4.7"
>     
> common.mkdir bin.v2/libs/system/build/gcc-4.7/release
> 
>         mkdir -p "bin.v2/libs/system/build/gcc-4.7/release"
>     
> common.mkdir bin.v2/libs/system/build/gcc-4.7/release/debug-symbols-on
> 
>         mkdir -p "bin.v2/libs/system/build/gcc-4.7/release/debug-symbols-on"
>     
> common.mkdir bin.v2/libs/system/build/gcc-4.7/release/debug-symbols-on/threading-multi
> 
>         mkdir -p "bin.v2/libs/system/build/gcc-4.7/release/debug-symbols-on/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/system/build/gcc-4.7/release/debug-symbols-on/threading-multi/error_code.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/system/build/gcc-4.7/release/debug-symbols-on/threading-multi/error_code.o" "libs/system/src/error_code.cpp"
> 
> gcc.link.dll bin.v2/libs/system/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_system.so.1.49.0
> 
>     "g++"    -o "bin.v2/libs/system/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_system.so.1.49.0" -Wl,-h -Wl,libboost_system.so.1.49.0 -shared -Wl,--start-group "bin.v2/libs/system/build/gcc-4.7/release/debug-symbols-on/threading-multi/error_code.o"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -g -pthread 
> 
> gcc.link.dll bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_filesystem.so.1.49.0
> 
>     "g++"    -o "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_filesystem.so.1.49.0" -Wl,-h -Wl,libboost_filesystem.so.1.49.0 -shared -Wl,--start-group "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v2/src/v2_operations.o" "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v2/src/v2_path.o" "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v2/src/v2_portability.o" "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v3/src/operations.o" "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v3/src/path.o" "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v3/src/portability.o" "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v3/src/windows_file_codecvt.o" "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v3/src/codecvt_error_category.o" "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v3/src/path_traits.o" "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v3/src/unique_path.o" "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/v3/src/utf8_codecvt_facet.o" "bin.v2/libs/system/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_system.so.1.49.0"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -g -pthread 
> 
> common.copy stage/lib/libboost_filesystem.so.1.49.0
> 
>     cp "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_filesystem.so.1.49.0"  "stage/lib/libboost_filesystem.so.1.49.0"
> 
> ln-UNIX stage/lib/libboost_filesystem.so
> 
>     ln -f -s 'libboost_filesystem.so.1.49.0' 'stage/lib/libboost_filesystem.so'
> 
> common.mkdir bin.v2/libs/regex/build/gcc-4.7/release
> 
>         mkdir -p "bin.v2/libs/regex/build/gcc-4.7/release"
>     
> common.mkdir bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on
> 
>         mkdir -p "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on"
>     
> common.mkdir bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi
> 
>         mkdir -p "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/c_regex_traits.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/c_regex_traits.o" "libs/regex/build/../src/c_regex_traits.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/cpp_regex_traits.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/cpp_regex_traits.o" "libs/regex/build/../src/cpp_regex_traits.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/cregex.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/cregex.o" "libs/regex/build/../src/cregex.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/fileiter.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/fileiter.o" "libs/regex/build/../src/fileiter.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/icu.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/icu.o" "libs/regex/build/../src/icu.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/instances.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/instances.o" "libs/regex/build/../src/instances.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/posix_api.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/posix_api.o" "libs/regex/build/../src/posix_api.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/regex.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/regex.o" "libs/regex/build/../src/regex.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/regex_debug.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/regex_debug.o" "libs/regex/build/../src/regex_debug.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/regex_raw_buffer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/regex_raw_buffer.o" "libs/regex/build/../src/regex_raw_buffer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/regex_traits_defaults.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/regex_traits_defaults.o" "libs/regex/build/../src/regex_traits_defaults.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/static_mutex.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/static_mutex.o" "libs/regex/build/../src/static_mutex.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/w32_regex_traits.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/w32_regex_traits.o" "libs/regex/build/../src/w32_regex_traits.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/wc_regex_traits.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/wc_regex_traits.o" "libs/regex/build/../src/wc_regex_traits.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/wide_posix_api.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/wide_posix_api.o" "libs/regex/build/../src/wide_posix_api.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/winstances.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/winstances.o" "libs/regex/build/../src/winstances.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/usinstances.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/usinstances.o" "libs/regex/build/../src/usinstances.cpp"
> 
> gcc.link.dll bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_regex.so.1.49.0
> 
>     "g++" -L"/usr/bin" -L"/usr/lib"   -o "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_regex.so.1.49.0" -Wl,-h -Wl,libboost_regex.so.1.49.0 -shared -Wl,--start-group "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/c_regex_traits.o" "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/cpp_regex_traits.o" "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/cregex.o" "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/fileiter.o" "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/icu.o" "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/instances.o" "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/posix_api.o" "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/regex.o" "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/regex_debug.o" "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/regex_raw_buffer.o" "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/regex_traits_defaults.o" "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/static_mutex.o" "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/w32_regex_traits.o" "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/wc_regex_traits.o" "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/wide_posix_api.o" "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/winstances.o" "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/usinstances.o"  -Wl,-Bstatic  -Wl,-Bdynamic -licuuc -licui18n -licudata -lrt -Wl,--end-group -g -pthread 
> 
> common.copy stage/lib/libboost_regex.so.1.49.0
> 
>     cp "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_regex.so.1.49.0"  "stage/lib/libboost_regex.so.1.49.0"
> 
> ln-UNIX stage/lib/libboost_regex.so
> 
>     ln -f -s 'libboost_regex.so.1.49.0' 'stage/lib/libboost_regex.so'
> 
> common.mkdir bin.v2/libs/graph
> 
>         mkdir -p "bin.v2/libs/graph"
>     
> common.mkdir bin.v2/libs/graph/build
> 
>         mkdir -p "bin.v2/libs/graph/build"
>     
> common.mkdir bin.v2/libs/graph/build/gcc-4.7
> 
>         mkdir -p "bin.v2/libs/graph/build/gcc-4.7"
>     
> common.mkdir bin.v2/libs/graph/build/gcc-4.7/release
> 
>         mkdir -p "bin.v2/libs/graph/build/gcc-4.7/release"
>     
> common.mkdir bin.v2/libs/graph/build/gcc-4.7/release/debug-symbols-on
> 
>         mkdir -p "bin.v2/libs/graph/build/gcc-4.7/release/debug-symbols-on"
>     
> common.mkdir bin.v2/libs/graph/build/gcc-4.7/release/debug-symbols-on/threading-multi
> 
>         mkdir -p "bin.v2/libs/graph/build/gcc-4.7/release/debug-symbols-on/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/graph/build/gcc-4.7/release/debug-symbols-on/threading-multi/read_graphviz_new.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_GRAPH_DYN_LINK=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -I"libs/graph/src" -c -o "bin.v2/libs/graph/build/gcc-4.7/release/debug-symbols-on/threading-multi/read_graphviz_new.o" "libs/graph/src/read_graphviz_new.cpp"
> 
> gcc.compile.c++ bin.v2/libs/graph/build/gcc-4.7/release/debug-symbols-on/threading-multi/graphml.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_GRAPH_DYN_LINK=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -I"libs/graph/src" -c -o "bin.v2/libs/graph/build/gcc-4.7/release/debug-symbols-on/threading-multi/graphml.o" "libs/graph/src/graphml.cpp"
> 
> gcc.link.dll bin.v2/libs/graph/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_graph.so.1.49.0
> 
>     "g++" -L"/usr/bin" -L"/usr/lib"   -o "bin.v2/libs/graph/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_graph.so.1.49.0" -Wl,-h -Wl,libboost_graph.so.1.49.0 -shared -Wl,--start-group "bin.v2/libs/graph/build/gcc-4.7/release/debug-symbols-on/threading-multi/read_graphviz_new.o" "bin.v2/libs/graph/build/gcc-4.7/release/debug-symbols-on/threading-multi/graphml.o" "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_regex.so.1.49.0"  -Wl,-Bstatic  -Wl,-Bdynamic -licuuc -licui18n -licudata -lrt -Wl,--end-group -g -pthread 
> 
> common.copy stage/lib/libboost_graph.so.1.49.0
> 
>     cp "bin.v2/libs/graph/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_graph.so.1.49.0"  "stage/lib/libboost_graph.so.1.49.0"
> 
> ln-UNIX stage/lib/libboost_graph.so
> 
>     ln -f -s 'libboost_graph.so.1.49.0' 'stage/lib/libboost_graph.so'
> 
> common.mkdir bin.v2/libs/serialization
> 
>         mkdir -p "bin.v2/libs/serialization"
>     
> common.mkdir bin.v2/libs/serialization/build
> 
>         mkdir -p "bin.v2/libs/serialization/build"
>     
> common.mkdir bin.v2/libs/serialization/build/gcc-4.7
> 
>         mkdir -p "bin.v2/libs/serialization/build/gcc-4.7"
>     
> common.mkdir bin.v2/libs/serialization/build/gcc-4.7/release
> 
>         mkdir -p "bin.v2/libs/serialization/build/gcc-4.7/release"
>     
> common.mkdir bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on
> 
>         mkdir -p "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on"
>     
> common.mkdir bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi
> 
>         mkdir -p "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/basic_archive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/basic_archive.o" "libs/serialization/src/basic_archive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/basic_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/basic_iarchive.o" "libs/serialization/src/basic_iarchive.cpp"
> 
> libs/serialization/src/basic_iarchive.cpp: In member function 'const boost::archive::detail::basic_pointer_iserializer* boost::archive::detail::basic_iarchive_impl::load_pointer(boost::archive::detail::basic_iarchive&, void*&, const boost::archive::detail::basic_pointer_iserializer*, const boost::archive::detail::basic_pointer_iserializer* (*)(const boost::serialization::extended_type_info&))':
> libs/serialization/src/basic_iarchive.cpp:437:23: warning: variable 'new_cid' set but not used [-Wunused-but-set-variable]
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/basic_iserializer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/basic_iserializer.o" "libs/serialization/src/basic_iserializer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/basic_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/basic_oarchive.o" "libs/serialization/src/basic_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/basic_oserializer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/basic_oserializer.o" "libs/serialization/src/basic_oserializer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/basic_pointer_iserializer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/basic_pointer_iserializer.o" "libs/serialization/src/basic_pointer_iserializer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/basic_pointer_oserializer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/basic_pointer_oserializer.o" "libs/serialization/src/basic_pointer_oserializer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/basic_serializer_map.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/basic_serializer_map.o" "libs/serialization/src/basic_serializer_map.cpp"
> 
> libs/serialization/src/basic_serializer_map.cpp: In member function 'bool boost::archive::detail::basic_serializer_map::insert(const boost::archive::detail::basic_serializer*)':
> libs/serialization/src/basic_serializer_map.cpp:46:47: warning: variable 'result' set but not used [-Wunused-but-set-variable]
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/basic_text_iprimitive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/basic_text_iprimitive.o" "libs/serialization/src/basic_text_iprimitive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/basic_text_oprimitive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/basic_text_oprimitive.o" "libs/serialization/src/basic_text_oprimitive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/basic_xml_archive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/basic_xml_archive.o" "libs/serialization/src/basic_xml_archive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/binary_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/binary_iarchive.o" "libs/serialization/src/binary_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/binary_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/binary_oarchive.o" "libs/serialization/src/binary_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/extended_type_info.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/extended_type_info.o" "libs/serialization/src/extended_type_info.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/extended_type_info_typeid.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/extended_type_info_typeid.o" "libs/serialization/src/extended_type_info_typeid.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/extended_type_info_no_rtti.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/extended_type_info_no_rtti.o" "libs/serialization/src/extended_type_info_no_rtti.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/polymorphic_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/polymorphic_iarchive.o" "libs/serialization/src/polymorphic_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/polymorphic_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/polymorphic_oarchive.o" "libs/serialization/src/polymorphic_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/stl_port.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/stl_port.o" "libs/serialization/src/stl_port.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/text_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/text_iarchive.o" "libs/serialization/src/text_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/text_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/text_oarchive.o" "libs/serialization/src/text_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/void_cast.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/void_cast.o" "libs/serialization/src/void_cast.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/archive_exception.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/archive_exception.o" "libs/serialization/src/archive_exception.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/xml_grammar.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/xml_grammar.o" "libs/serialization/src/xml_grammar.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/xml_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/xml_iarchive.o" "libs/serialization/src/xml_iarchive.cpp"
> 
> ...on 100th target...
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/xml_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/xml_oarchive.o" "libs/serialization/src/xml_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/xml_archive_exception.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/xml_archive_exception.o" "libs/serialization/src/xml_archive_exception.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/shared_ptr_helper.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/shared_ptr_helper.o" "libs/serialization/src/shared_ptr_helper.cpp"
> 
> gcc.link.dll bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_serialization.so.1.49.0
> 
>     "g++"    -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_serialization.so.1.49.0" -Wl,-h -Wl,libboost_serialization.so.1.49.0 -shared -Wl,--start-group "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/basic_archive.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/basic_iarchive.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/basic_iserializer.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/basic_oarchive.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/basic_oserializer.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/basic_pointer_iserializer.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/basic_pointer_oserializer.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/basic_serializer_map.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/basic_text_iprimitive.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/basic_text_oprimitive.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/basic_xml_archive.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/binary_iarchive.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/binary_oarchive.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/extended_type_info.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/extended_type_info_typeid.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/extended_type_info_no_rtti.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/polymorphic_iarchive.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/polymorphic_oarchive.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/stl_port.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/text_iarchive.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/text_oarchive.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/void_cast.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/archive_exception.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/xml_grammar.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/xml_iarchive.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/xml_oarchive.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/xml_archive_exception.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/shared_ptr_helper.o"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -g -pthread 
> 
> common.copy stage/lib/libboost_serialization.so.1.49.0
> 
>     cp "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_serialization.so.1.49.0"  "stage/lib/libboost_serialization.so.1.49.0"
> 
> ln-UNIX stage/lib/libboost_serialization.so
> 
>     ln -f -s 'libboost_serialization.so.1.49.0' 'stage/lib/libboost_serialization.so'
> 
> common.mkdir bin.v2/libs/mpi
> 
>         mkdir -p "bin.v2/libs/mpi"
>     
> common.mkdir bin.v2/libs/mpi/build
> 
>         mkdir -p "bin.v2/libs/mpi/build"
>     
> common.mkdir bin.v2/libs/mpi/build/gcc-4.7
> 
>         mkdir -p "bin.v2/libs/mpi/build/gcc-4.7"
>     
> common.mkdir bin.v2/libs/mpi/build/gcc-4.7/release
> 
>         mkdir -p "bin.v2/libs/mpi/build/gcc-4.7/release"
>     
> common.mkdir bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on
> 
>         mkdir -p "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on"
>     
> common.mkdir bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi
> 
>         mkdir -p "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/broadcast.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/broadcast.o" "libs/mpi/src/broadcast.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/communicator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/communicator.o" "libs/mpi/src/communicator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/computation_tree.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/computation_tree.o" "libs/mpi/src/computation_tree.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/content_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/content_oarchive.o" "libs/mpi/src/content_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/environment.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/environment.o" "libs/mpi/src/environment.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/exception.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/exception.o" "libs/mpi/src/exception.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/graph_communicator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/graph_communicator.o" "libs/mpi/src/graph_communicator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/group.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/group.o" "libs/mpi/src/group.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/intercommunicator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/intercommunicator.o" "libs/mpi/src/intercommunicator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/mpi_datatype_cache.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/mpi_datatype_cache.o" "libs/mpi/src/mpi_datatype_cache.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/mpi_datatype_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/mpi_datatype_oarchive.o" "libs/mpi/src/mpi_datatype_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/packed_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/packed_iarchive.o" "libs/mpi/src/packed_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/packed_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/packed_oarchive.o" "libs/mpi/src/packed_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/packed_skeleton_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/packed_skeleton_iarchive.o" "libs/mpi/src/packed_skeleton_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/packed_skeleton_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/packed_skeleton_oarchive.o" "libs/mpi/src/packed_skeleton_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/point_to_point.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/point_to_point.o" "libs/mpi/src/point_to_point.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/request.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/request.o" "libs/mpi/src/request.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/text_skeleton_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/text_skeleton_oarchive.o" "libs/mpi/src/text_skeleton_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/timer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/timer.o" "libs/mpi/src/timer.cpp"
> 
> gcc.link.dll bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_mpi.so.1.49.0
> 
>     "g++" -L"/usr/lib/openmpi/lib"   -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_mpi.so.1.49.0" -Wl,-h -Wl,libboost_mpi.so.1.49.0 -shared -Wl,--start-group "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/broadcast.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/communicator.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/computation_tree.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/content_oarchive.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/environment.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/exception.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/graph_communicator.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/group.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/intercommunicator.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/mpi_datatype_cache.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/mpi_datatype_oarchive.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/packed_iarchive.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/packed_oarchive.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/packed_skeleton_iarchive.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/packed_skeleton_oarchive.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/point_to_point.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/request.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/text_skeleton_oarchive.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/timer.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_serialization.so.1.49.0"  -Wl,-Bstatic  -Wl,-Bdynamic -ldl -lm -lmpi -lmpi_cxx -lnsl -lopen-pal -lopen-rte -lutil -lrt -Wl,--end-group -g -pthread -Wl,--export-dynamic
> 
> common.copy stage/lib/libboost_mpi.so.1.49.0
> 
>     cp "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_mpi.so.1.49.0"  "stage/lib/libboost_mpi.so.1.49.0"
> 
> ln-UNIX stage/lib/libboost_mpi.so
> 
>     ln -f -s 'libboost_mpi.so.1.49.0' 'stage/lib/libboost_mpi.so'
> 
> common.mkdir bin.v2/libs/graph_parallel
> 
>         mkdir -p "bin.v2/libs/graph_parallel"
>     
> common.mkdir bin.v2/libs/graph_parallel/build
> 
>         mkdir -p "bin.v2/libs/graph_parallel/build"
>     
> common.mkdir bin.v2/libs/graph_parallel/build/gcc-4.7
> 
>         mkdir -p "bin.v2/libs/graph_parallel/build/gcc-4.7"
>     
> common.mkdir bin.v2/libs/graph_parallel/build/gcc-4.7/release
> 
>         mkdir -p "bin.v2/libs/graph_parallel/build/gcc-4.7/release"
>     
> common.mkdir bin.v2/libs/graph_parallel/build/gcc-4.7/release/debug-symbols-on
> 
>         mkdir -p "bin.v2/libs/graph_parallel/build/gcc-4.7/release/debug-symbols-on"
>     
> common.mkdir bin.v2/libs/graph_parallel/build/gcc-4.7/release/debug-symbols-on/threading-multi
> 
>         mkdir -p "bin.v2/libs/graph_parallel/build/gcc-4.7/release/debug-symbols-on/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/graph_parallel/build/gcc-4.7/release/debug-symbols-on/threading-multi/mpi_process_group.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_GRAPH_DYN_LINK=1 -DBOOST_GRAPH_NO_LIB=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -I"libs/graph_parallel/src" -c -o "bin.v2/libs/graph_parallel/build/gcc-4.7/release/debug-symbols-on/threading-multi/mpi_process_group.o" "libs/graph_parallel/src/mpi_process_group.cpp"
> 
> libs/graph_parallel/src/mpi_process_group.cpp: In member function 'void boost::graph::distributed::mpi_process_group::impl::free_sent_batches()':
> libs/graph_parallel/src/mpi_process_group.cpp:1034:7: warning: variable 'result' set but not used [-Wunused-but-set-variable]
> In file included from libs/graph_parallel/src/mpi_process_group.cpp:14:0:
> ./boost/graph/distributed/mpi_process_group.hpp: In member function 'boost::optional<std::pair<int, int> > boost::graph::distributed::mpi_process_group::poll(bool, int, bool) const':
> ./boost/graph/distributed/mpi_process_group.hpp:356:73: warning: '*((void*)& status +8)' may be used uninitialized in this function [-Wmaybe-uninitialized]
> libs/graph_parallel/src/mpi_process_group.cpp:980:32: note: '*((void*)& status +8)' was declared here
> libs/graph_parallel/src/mpi_process_group.cpp:996:7: warning: '*((void*)& status +4)' may be used uninitialized in this function [-Wmaybe-uninitialized]
> gcc.compile.c++ bin.v2/libs/graph_parallel/build/gcc-4.7/release/debug-symbols-on/threading-multi/tag_allocator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_GRAPH_DYN_LINK=1 -DBOOST_GRAPH_NO_LIB=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -I"libs/graph_parallel/src" -c -o "bin.v2/libs/graph_parallel/build/gcc-4.7/release/debug-symbols-on/threading-multi/tag_allocator.o" "libs/graph_parallel/src/tag_allocator.cpp"
> 
> gcc.link.dll bin.v2/libs/graph_parallel/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_graph_parallel.so.1.49.0
> 
>     "g++" -L"/usr/lib/openmpi/lib"   -o "bin.v2/libs/graph_parallel/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_graph_parallel.so.1.49.0" -Wl,-h -Wl,libboost_graph_parallel.so.1.49.0 -shared -Wl,--start-group "bin.v2/libs/graph_parallel/build/gcc-4.7/release/debug-symbols-on/threading-multi/mpi_process_group.o" "bin.v2/libs/graph_parallel/build/gcc-4.7/release/debug-symbols-on/threading-multi/tag_allocator.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_mpi.so.1.49.0" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_serialization.so.1.49.0"  -Wl,-Bstatic  -Wl,-Bdynamic -ldl -lm -lmpi -lmpi_cxx -lnsl -lopen-pal -lopen-rte -lutil -lrt -Wl,--end-group -g -pthread -Wl,--export-dynamic
> 
> common.copy stage/lib/libboost_graph_parallel.so.1.49.0
> 
>     cp "bin.v2/libs/graph_parallel/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_graph_parallel.so.1.49.0"  "stage/lib/libboost_graph_parallel.so.1.49.0"
> 
> ln-UNIX stage/lib/libboost_graph_parallel.so
> 
>     ln -f -s 'libboost_graph_parallel.so.1.49.0' 'stage/lib/libboost_graph_parallel.so'
> 
> common.mkdir bin.v2/libs/iostreams
> 
>         mkdir -p "bin.v2/libs/iostreams"
>     
> common.mkdir bin.v2/libs/iostreams/build
> 
>         mkdir -p "bin.v2/libs/iostreams/build"
>     
> common.mkdir bin.v2/libs/iostreams/build/gcc-4.7
> 
>         mkdir -p "bin.v2/libs/iostreams/build/gcc-4.7"
>     
> common.mkdir bin.v2/libs/iostreams/build/gcc-4.7/release
> 
>         mkdir -p "bin.v2/libs/iostreams/build/gcc-4.7/release"
>     
> common.mkdir bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on
> 
>         mkdir -p "bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on"
>     
> common.mkdir bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/threading-multi
> 
>         mkdir -p "bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/threading-multi/file_descriptor.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_IOSTREAMS_DYN_LINK=1 -DBOOST_IOSTREAMS_USE_DEPRECATED -DNDEBUG  -I"." -c -o "bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/threading-multi/file_descriptor.o" "libs/iostreams/src/file_descriptor.cpp"
> 
> gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/threading-multi/mapped_file.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_IOSTREAMS_DYN_LINK=1 -DBOOST_IOSTREAMS_USE_DEPRECATED -DNDEBUG  -I"." -c -o "bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/threading-multi/mapped_file.o" "libs/iostreams/src/mapped_file.cpp"
> 
> gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/threading-multi/zlib.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_IOSTREAMS_DYN_LINK=1 -DBOOST_IOSTREAMS_USE_DEPRECATED -DNDEBUG  -I"." -c -o "bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/threading-multi/zlib.o" "libs/iostreams/src/zlib.cpp"
> 
> gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/threading-multi/gzip.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_IOSTREAMS_DYN_LINK=1 -DBOOST_IOSTREAMS_USE_DEPRECATED -DNDEBUG  -I"." -c -o "bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/threading-multi/gzip.o" "libs/iostreams/src/gzip.cpp"
> 
> gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/threading-multi/bzip2.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_IOSTREAMS_DYN_LINK=1 -DBOOST_IOSTREAMS_USE_DEPRECATED -DNDEBUG  -I"." -c -o "bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/threading-multi/bzip2.o" "libs/iostreams/src/bzip2.cpp"
> 
> gcc.link.dll bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_iostreams.so.1.49.0
> 
>     "g++"    -o "bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_iostreams.so.1.49.0" -Wl,-h -Wl,libboost_iostreams.so.1.49.0 -shared -Wl,--start-group "bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/threading-multi/file_descriptor.o" "bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/threading-multi/mapped_file.o" "bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/threading-multi/zlib.o" "bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/threading-multi/gzip.o" "bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/threading-multi/bzip2.o"  -Wl,-Bstatic  -Wl,-Bdynamic -lbz2 -lz -lrt -Wl,--end-group -g -pthread 
> 
> common.copy stage/lib/libboost_iostreams.so.1.49.0
> 
>     cp "bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_iostreams.so.1.49.0"  "stage/lib/libboost_iostreams.so.1.49.0"
> 
> ln-UNIX stage/lib/libboost_iostreams.so
> 
>     ln -f -s 'libboost_iostreams.so.1.49.0' 'stage/lib/libboost_iostreams.so'
> 
> common.mkdir bin.v2/libs/thread
> 
>         mkdir -p "bin.v2/libs/thread"
>     
> common.mkdir bin.v2/libs/thread/build
> 
>         mkdir -p "bin.v2/libs/thread/build"
>     
> common.mkdir bin.v2/libs/thread/build/gcc-4.7
> 
>         mkdir -p "bin.v2/libs/thread/build/gcc-4.7"
>     
> common.mkdir bin.v2/libs/thread/build/gcc-4.7/release
> 
>         mkdir -p "bin.v2/libs/thread/build/gcc-4.7/release"
>     
> common.mkdir bin.v2/libs/thread/build/gcc-4.7/release/debug-symbols-on
> 
>         mkdir -p "bin.v2/libs/thread/build/gcc-4.7/release/debug-symbols-on"
>     
> common.mkdir bin.v2/libs/thread/build/gcc-4.7/release/debug-symbols-on/threading-multi
> 
>         mkdir -p "bin.v2/libs/thread/build/gcc-4.7/release/debug-symbols-on/threading-multi"
>     
> common.mkdir bin.v2/libs/thread/build/gcc-4.7/release/debug-symbols-on/threading-multi/pthread
> 
>         mkdir -p "bin.v2/libs/thread/build/gcc-4.7/release/debug-symbols-on/threading-multi/pthread"
>     
> gcc.compile.c++ bin.v2/libs/thread/build/gcc-4.7/release/debug-symbols-on/threading-multi/pthread/thread.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -Wno-long-long -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_BUILD_DLL=1 -DBOOST_THREAD_POSIX -DNDEBUG  -I"." -c -o "bin.v2/libs/thread/build/gcc-4.7/release/debug-symbols-on/threading-multi/pthread/thread.o" "libs/thread/src/pthread/thread.cpp"
> 
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/thread/pthread/thread_data.hpp:12,
>                  from ./boost/thread/thread.hpp:17,
>                  from libs/thread/src/pthread/thread.cpp:10:
> ./boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected '}' before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected unqualified-id before numeric constant
> ./boost/thread/xtime.hpp:46:14: error: expected type-specifier before 'system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/thread/pthread/thread_data.hpp:12,
>                  from ./boost/thread/thread.hpp:17,
>                  from libs/thread/src/pthread/thread.cpp:10:
> ./boost/thread/xtime.hpp: In function 'int xtime_get(xtime*, int)':
> ./boost/thread/xtime.hpp:73:40: error: 'get_system_time' was not declared in this scope
> ./boost/thread/xtime.hpp:73:40: note: suggested alternative:
> In file included from ./boost/thread/locks.hpp:12:0,
>                  from ./boost/thread/pthread/mutex.hpp:12,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/thread/pthread/thread_data.hpp:12,
>                  from ./boost/thread/thread.hpp:17,
>                  from libs/thread/src/pthread/thread.cpp:10:
> ./boost/thread/thread_time.hpp:19:24: note:   'boost::get_system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/thread/pthread/thread_data.hpp:12,
>                  from ./boost/thread/thread.hpp:17,
>                  from libs/thread/src/pthread/thread.cpp:10:
> ./boost/thread/xtime.hpp: At global scope:
> ./boost/thread/xtime.hpp:88:1: error: expected declaration before '}' token
> ...failed gcc.compile.c++ bin.v2/libs/thread/build/gcc-4.7/release/debug-symbols-on/threading-multi/pthread/thread.o...
> gcc.compile.c++ bin.v2/libs/thread/build/gcc-4.7/release/debug-symbols-on/threading-multi/pthread/once.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -Wno-long-long -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_BUILD_DLL=1 -DBOOST_THREAD_POSIX -DNDEBUG  -I"." -c -o "bin.v2/libs/thread/build/gcc-4.7/release/debug-symbols-on/threading-multi/pthread/once.o" "libs/thread/src/pthread/once.cpp"
> 
> ...skipped <pbin.v2/libs/thread/build/gcc-4.7/release/debug-symbols-on/threading-multi>libboost_thread.so.1.49.0 for lack of <pbin.v2/libs/thread/build/gcc-4.7/release/debug-symbols-on/threading-multi>pthread/thread.o...
> ...skipped <pstage/lib>libboost_thread.so.1.49.0 for lack of <pbin.v2/libs/thread/build/gcc-4.7/release/debug-symbols-on/threading-multi>libboost_thread.so.1.49.0...
> ...skipped <pstage/lib>libboost_thread.so for lack of <pstage/lib>libboost_thread.so.1.49.0...
> common.mkdir bin.v2/libs/locale/build/gcc-4.7/release
> 
>         mkdir -p "bin.v2/libs/locale/build/gcc-4.7/release"
>     
> common.mkdir bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on
> 
>         mkdir -p "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on"
>     
> common.mkdir bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi
> 
>         mkdir -p "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi"
>     
> common.mkdir bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/encoding
> 
>         mkdir -p "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/encoding"
>     
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/encoding/codepage.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_DYN_LINK=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_DLL=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/encoding/codepage.o" "libs/locale/src/encoding/codepage.cpp"
> 
> common.mkdir bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/shared
> 
>         mkdir -p "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/shared"
>     
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/shared/date_time.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_DYN_LINK=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_DLL=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/shared/date_time.o" "libs/locale/src/shared/date_time.cpp"
> 
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from libs/locale/src/shared/date_time.cpp:11:
> ./boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected '}' before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected unqualified-id before numeric constant
> ./boost/thread/xtime.hpp:46:14: error: expected type-specifier before 'system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from libs/locale/src/shared/date_time.cpp:11:
> ./boost/thread/xtime.hpp: In function 'int xtime_get(xtime*, int)':
> ./boost/thread/xtime.hpp:73:40: error: 'get_system_time' was not declared in this scope
> ./boost/thread/xtime.hpp:73:40: note: suggested alternative:
> In file included from ./boost/thread/locks.hpp:12:0,
>                  from ./boost/thread/pthread/mutex.hpp:12,
>                  from ./boost/thread/mutex.hpp:16,
>                  from libs/locale/src/shared/date_time.cpp:11:
> ./boost/thread/thread_time.hpp:19:24: note:   'boost::get_system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from libs/locale/src/shared/date_time.cpp:11:
> ./boost/thread/xtime.hpp: At global scope:
> ./boost/thread/xtime.hpp:88:1: error: expected declaration before '}' token
> ...failed gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/shared/date_time.o...
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/shared/format.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_DYN_LINK=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_DLL=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/shared/format.o" "libs/locale/src/shared/format.cpp"
> 
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/shared/formatting.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_DYN_LINK=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_DLL=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/shared/formatting.o" "libs/locale/src/shared/formatting.cpp"
> 
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/shared/generator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_DYN_LINK=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_DLL=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/shared/generator.o" "libs/locale/src/shared/generator.cpp"
> 
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from libs/locale/src/shared/generator.cpp:16:
> ./boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected '}' before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected unqualified-id before numeric constant
> ./boost/thread/xtime.hpp:46:14: error: expected type-specifier before 'system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from libs/locale/src/shared/generator.cpp:16:
> ./boost/thread/xtime.hpp: In function 'int xtime_get(xtime*, int)':
> ./boost/thread/xtime.hpp:73:40: error: 'get_system_time' was not declared in this scope
> ./boost/thread/xtime.hpp:73:40: note: suggested alternative:
> In file included from ./boost/thread/locks.hpp:12:0,
>                  from ./boost/thread/pthread/mutex.hpp:12,
>                  from ./boost/thread/mutex.hpp:16,
>                  from libs/locale/src/shared/generator.cpp:16:
> ./boost/thread/thread_time.hpp:19:24: note:   'boost::get_system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from libs/locale/src/shared/generator.cpp:16:
> ./boost/thread/xtime.hpp: At global scope:
> ./boost/thread/xtime.hpp:88:1: error: expected declaration before '}' token
> ...failed gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/shared/generator.o...
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/shared/ids.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_DYN_LINK=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_DLL=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/shared/ids.o" "libs/locale/src/shared/ids.cpp"
> 
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/shared/localization_backend.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_DYN_LINK=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_DLL=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/shared/localization_backend.o" "libs/locale/src/shared/localization_backend.cpp"
> 
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from libs/locale/src/shared/localization_backend.cpp:11:
> ./boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected '}' before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected unqualified-id before numeric constant
> ./boost/thread/xtime.hpp:46:14: error: expected type-specifier before 'system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from libs/locale/src/shared/localization_backend.cpp:11:
> ./boost/thread/xtime.hpp: In function 'int xtime_get(xtime*, int)':
> ./boost/thread/xtime.hpp:73:40: error: 'get_system_time' was not declared in this scope
> ./boost/thread/xtime.hpp:73:40: note: suggested alternative:
> In file included from ./boost/thread/locks.hpp:12:0,
>                  from ./boost/thread/pthread/mutex.hpp:12,
>                  from ./boost/thread/mutex.hpp:16,
>                  from libs/locale/src/shared/localization_backend.cpp:11:
> ./boost/thread/thread_time.hpp:19:24: note:   'boost::get_system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from libs/locale/src/shared/localization_backend.cpp:11:
> ./boost/thread/xtime.hpp: At global scope:
> ./boost/thread/xtime.hpp:88:1: error: expected declaration before '}' token
> ...failed gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/shared/localization_backend.o...
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/shared/message.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_DYN_LINK=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_DLL=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/shared/message.o" "libs/locale/src/shared/message.cpp"
> 
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/shared/mo_lambda.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_DYN_LINK=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_DLL=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/shared/mo_lambda.o" "libs/locale/src/shared/mo_lambda.cpp"
> 
> common.mkdir bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/util
> 
>         mkdir -p "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/util"
>     
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/util/codecvt_converter.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_DYN_LINK=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_DLL=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/util/codecvt_converter.o" "libs/locale/src/util/codecvt_converter.cpp"
> 
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/util/default_locale.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_DYN_LINK=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_DLL=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/util/default_locale.o" "libs/locale/src/util/default_locale.cpp"
> 
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/util/info.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_DYN_LINK=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_DLL=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/util/info.o" "libs/locale/src/util/info.cpp"
> 
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/util/locale_data.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_DYN_LINK=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_DLL=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/util/locale_data.o" "libs/locale/src/util/locale_data.cpp"
> 
> common.mkdir bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/icu
> 
>         mkdir -p "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/icu"
>     
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/icu/boundary.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_DYN_LINK=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_DLL=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/icu/boundary.o" "libs/locale/src/icu/boundary.cpp"
> 
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/icu/codecvt.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_DYN_LINK=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_DLL=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/icu/codecvt.o" "libs/locale/src/icu/codecvt.cpp"
> 
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/icu/collator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_DYN_LINK=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_DLL=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/icu/collator.o" "libs/locale/src/icu/collator.cpp"
> 
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/thread/pthread/thread_data.hpp:12,
>                  from ./boost/thread/thread.hpp:17,
>                  from ./boost/thread.hpp:13,
>                  from libs/locale/src/icu/collator.cpp:11:
> ./boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected '}' before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected unqualified-id before numeric constant
> ./boost/thread/xtime.hpp:46:14: error: expected type-specifier before 'system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/thread/pthread/thread_data.hpp:12,
>                  from ./boost/thread/thread.hpp:17,
>                  from ./boost/thread.hpp:13,
>                  from libs/locale/src/icu/collator.cpp:11:
> ./boost/thread/xtime.hpp: In function 'int xtime_get(xtime*, int)':
> ./boost/thread/xtime.hpp:73:40: error: 'get_system_time' was not declared in this scope
> ./boost/thread/xtime.hpp:73:40: note: suggested alternative:
> In file included from ./boost/thread/locks.hpp:12:0,
>                  from ./boost/thread/pthread/mutex.hpp:12,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/thread/pthread/thread_data.hpp:12,
>                  from ./boost/thread/thread.hpp:17,
>                  from ./boost/thread.hpp:13,
>                  from libs/locale/src/icu/collator.cpp:11:
> ./boost/thread/thread_time.hpp:19:24: note:   'boost::get_system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/thread/pthread/thread_data.hpp:12,
>                  from ./boost/thread/thread.hpp:17,
>                  from ./boost/thread.hpp:13,
>                  from libs/locale/src/icu/collator.cpp:11:
> ./boost/thread/xtime.hpp: At global scope:
> ./boost/thread/xtime.hpp:88:1: error: expected declaration before '}' token
> ...failed gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/icu/collator.o...
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/icu/conversion.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_DYN_LINK=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_DLL=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/icu/conversion.o" "libs/locale/src/icu/conversion.cpp"
> 
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/icu/date_time.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_DYN_LINK=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_DLL=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/icu/date_time.o" "libs/locale/src/icu/date_time.cpp"
> 
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/thread/pthread/thread_data.hpp:12,
>                  from ./boost/thread/thread.hpp:17,
>                  from ./boost/thread.hpp:13,
>                  from libs/locale/src/icu/date_time.cpp:14:
> ./boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected '}' before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected unqualified-id before numeric constant
> ./boost/thread/xtime.hpp:46:14: error: expected type-specifier before 'system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/thread/pthread/thread_data.hpp:12,
>                  from ./boost/thread/thread.hpp:17,
>                  from ./boost/thread.hpp:13,
>                  from libs/locale/src/icu/date_time.cpp:14:
> ./boost/thread/xtime.hpp: In function 'int xtime_get(xtime*, int)':
> ./boost/thread/xtime.hpp:73:40: error: 'get_system_time' was not declared in this scope
> ./boost/thread/xtime.hpp:73:40: note: suggested alternative:
> In file included from ./boost/thread/locks.hpp:12:0,
>                  from ./boost/thread/pthread/mutex.hpp:12,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/thread/pthread/thread_data.hpp:12,
>                  from ./boost/thread/thread.hpp:17,
>                  from ./boost/thread.hpp:13,
>                  from libs/locale/src/icu/date_time.cpp:14:
> ./boost/thread/thread_time.hpp:19:24: note:   'boost::get_system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/thread/pthread/thread_data.hpp:12,
>                  from ./boost/thread/thread.hpp:17,
>                  from ./boost/thread.hpp:13,
>                  from libs/locale/src/icu/date_time.cpp:14:
> ./boost/thread/xtime.hpp: At global scope:
> ./boost/thread/xtime.hpp:88:1: error: expected declaration before '}' token
> ...failed gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/icu/date_time.o...
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/icu/formatter.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_DYN_LINK=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_DLL=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/icu/formatter.o" "libs/locale/src/icu/formatter.cpp"
> 
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/thread/pthread/thread_data.hpp:12,
>                  from ./boost/thread/thread.hpp:17,
>                  from ./boost/thread.hpp:13,
>                  from libs/locale/src/icu/predefined_formatters.hpp:14,
>                  from libs/locale/src/icu/formatter.cpp:25:
> ./boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected '}' before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected unqualified-id before numeric constant
> ./boost/thread/xtime.hpp:46:14: error: expected type-specifier before 'system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/thread/pthread/thread_data.hpp:12,
>                  from ./boost/thread/thread.hpp:17,
>                  from ./boost/thread.hpp:13,
>                  from libs/locale/src/icu/predefined_formatters.hpp:14,
>                  from libs/locale/src/icu/formatter.cpp:25:
> ./boost/thread/xtime.hpp: In function 'int xtime_get(xtime*, int)':
> ./boost/thread/xtime.hpp:73:40: error: 'get_system_time' was not declared in this scope
> ./boost/thread/xtime.hpp:73:40: note: suggested alternative:
> In file included from ./boost/thread/locks.hpp:12:0,
>                  from ./boost/thread/pthread/mutex.hpp:12,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/thread/pthread/thread_data.hpp:12,
>                  from ./boost/thread/thread.hpp:17,
>                  from ./boost/thread.hpp:13,
>                  from libs/locale/src/icu/predefined_formatters.hpp:14,
>                  from libs/locale/src/icu/formatter.cpp:25:
> ./boost/thread/thread_time.hpp:19:24: note:   'boost::get_system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/thread/pthread/thread_data.hpp:12,
>                  from ./boost/thread/thread.hpp:17,
>                  from ./boost/thread.hpp:13,
>                  from libs/locale/src/icu/predefined_formatters.hpp:14,
>                  from libs/locale/src/icu/formatter.cpp:25:
> ./boost/thread/xtime.hpp: At global scope:
> ./boost/thread/xtime.hpp:88:1: error: expected declaration before '}' token
> ...failed gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/icu/formatter.o...
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/icu/icu_backend.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_DYN_LINK=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_DLL=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/icu/icu_backend.o" "libs/locale/src/icu/icu_backend.cpp"
> 
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/icu/numeric.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_DYN_LINK=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_DLL=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/icu/numeric.o" "libs/locale/src/icu/numeric.cpp"
> 
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/thread/pthread/thread_data.hpp:12,
>                  from ./boost/thread/thread.hpp:17,
>                  from ./boost/thread.hpp:13,
>                  from libs/locale/src/icu/predefined_formatters.hpp:14,
>                  from libs/locale/src/icu/numeric.cpp:18:
> ./boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected '}' before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected unqualified-id before numeric constant
> ./boost/thread/xtime.hpp:46:14: error: expected type-specifier before 'system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/thread/pthread/thread_data.hpp:12,
>                  from ./boost/thread/thread.hpp:17,
>                  from ./boost/thread.hpp:13,
>                  from libs/locale/src/icu/predefined_formatters.hpp:14,
>                  from libs/locale/src/icu/numeric.cpp:18:
> ./boost/thread/xtime.hpp: In function 'int xtime_get(xtime*, int)':
> ./boost/thread/xtime.hpp:73:40: error: 'get_system_time' was not declared in this scope
> ./boost/thread/xtime.hpp:73:40: note: suggested alternative:
> In file included from ./boost/thread/locks.hpp:12:0,
>                  from ./boost/thread/pthread/mutex.hpp:12,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/thread/pthread/thread_data.hpp:12,
>                  from ./boost/thread/thread.hpp:17,
>                  from ./boost/thread.hpp:13,
>                  from libs/locale/src/icu/predefined_formatters.hpp:14,
>                  from libs/locale/src/icu/numeric.cpp:18:
> ./boost/thread/thread_time.hpp:19:24: note:   'boost::get_system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/thread/pthread/thread_data.hpp:12,
>                  from ./boost/thread/thread.hpp:17,
>                  from ./boost/thread.hpp:13,
>                  from libs/locale/src/icu/predefined_formatters.hpp:14,
>                  from libs/locale/src/icu/numeric.cpp:18:
> ./boost/thread/xtime.hpp: At global scope:
> ./boost/thread/xtime.hpp:88:1: error: expected declaration before '}' token
> ...failed gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/icu/numeric.o...
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/icu/time_zone.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_DYN_LINK=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_DLL=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/icu/time_zone.o" "libs/locale/src/icu/time_zone.cpp"
> 
> common.mkdir bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/posix
> 
>         mkdir -p "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/posix"
>     
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/posix/codecvt.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_DYN_LINK=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_DLL=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/posix/codecvt.o" "libs/locale/src/posix/codecvt.cpp"
> 
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/posix/collate.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_DYN_LINK=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_DLL=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/posix/collate.o" "libs/locale/src/posix/collate.cpp"
> 
> ...on 200th target...
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/posix/converter.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_DYN_LINK=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_DLL=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/posix/converter.o" "libs/locale/src/posix/converter.cpp"
> 
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/posix/numeric.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_DYN_LINK=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_DLL=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/posix/numeric.o" "libs/locale/src/posix/numeric.cpp"
> 
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/posix/posix_backend.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_DYN_LINK=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_DLL=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/posix/posix_backend.o" "libs/locale/src/posix/posix_backend.cpp"
> 
> common.mkdir bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/std
> 
>         mkdir -p "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/std"
>     
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/std/codecvt.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_DYN_LINK=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_DLL=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/std/codecvt.o" "libs/locale/src/std/codecvt.cpp"
> 
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/std/collate.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_DYN_LINK=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_DLL=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/std/collate.o" "libs/locale/src/std/collate.cpp"
> 
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/std/converter.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_DYN_LINK=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_DLL=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/std/converter.o" "libs/locale/src/std/converter.cpp"
> 
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/std/numeric.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_DYN_LINK=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_DLL=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/std/numeric.o" "libs/locale/src/std/numeric.cpp"
> 
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/std/std_backend.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_DYN_LINK=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_DLL=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/std/std_backend.o" "libs/locale/src/std/std_backend.cpp"
> 
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/util/gregorian.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_DYN_LINK=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_DLL=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi/util/gregorian.o" "libs/locale/src/util/gregorian.cpp"
> 
> ...skipped <pbin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi>libboost_locale.so.1.49.0 for lack of <pbin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi>shared/date_time.o...
> ...skipped <pstage/lib>libboost_locale.so.1.49.0 for lack of <pbin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/threading-multi>libboost_locale.so.1.49.0...
> ...skipped <pstage/lib>libboost_locale.so for lack of <pstage/lib>libboost_locale.so.1.49.0...
> common.mkdir bin.v2/libs/math/build
> 
>         mkdir -p "bin.v2/libs/math/build"
>     
> common.mkdir bin.v2/libs/math/build/gcc-4.7
> 
>         mkdir -p "bin.v2/libs/math/build/gcc-4.7"
>     
> common.mkdir bin.v2/libs/math/build/gcc-4.7/release
> 
>         mkdir -p "bin.v2/libs/math/build/gcc-4.7/release"
>     
> common.mkdir bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on
> 
>         mkdir -p "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on"
>     
> common.mkdir bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi
> 
>         mkdir -p "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi"
>     
> common.mkdir bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/..
> 
>         mkdir -p "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/.."
>     
> common.mkdir bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src
> 
>         mkdir -p "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src"
>     
> common.mkdir bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1
> 
>         mkdir -p "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1"
>     
> gcc.compile.c++.pch bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1/pch.hpp.gch
> 
>     "g++" -x c++-header -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1/pch.hpp.gch" "libs/math/build/../src/tr1/pch.hpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/assoc_laguerre.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/assoc_laguerre.o" "libs/math/build/../src/tr1/assoc_laguerre.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/assoc_legendre.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/assoc_legendre.o" "libs/math/build/../src/tr1/assoc_legendre.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/beta.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/beta.o" "libs/math/build/../src/tr1/beta.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/comp_ellint_1.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/comp_ellint_1.o" "libs/math/build/../src/tr1/comp_ellint_1.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/comp_ellint_2.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/comp_ellint_2.o" "libs/math/build/../src/tr1/comp_ellint_2.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/comp_ellint_3.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/comp_ellint_3.o" "libs/math/build/../src/tr1/comp_ellint_3.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cyl_bessel_i.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cyl_bessel_i.o" "libs/math/build/../src/tr1/cyl_bessel_i.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cyl_bessel_j.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cyl_bessel_j.o" "libs/math/build/../src/tr1/cyl_bessel_j.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cyl_bessel_k.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cyl_bessel_k.o" "libs/math/build/../src/tr1/cyl_bessel_k.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cyl_neumann.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cyl_neumann.o" "libs/math/build/../src/tr1/cyl_neumann.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/ellint_1.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/ellint_1.o" "libs/math/build/../src/tr1/ellint_1.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/ellint_2.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/ellint_2.o" "libs/math/build/../src/tr1/ellint_2.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/ellint_3.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/ellint_3.o" "libs/math/build/../src/tr1/ellint_3.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/expint.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/expint.o" "libs/math/build/../src/tr1/expint.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/hermite.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/hermite.o" "libs/math/build/../src/tr1/hermite.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/laguerre.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/laguerre.o" "libs/math/build/../src/tr1/laguerre.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/legendre.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/legendre.o" "libs/math/build/../src/tr1/legendre.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/riemann_zeta.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/riemann_zeta.o" "libs/math/build/../src/tr1/riemann_zeta.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/sph_bessel.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/sph_bessel.o" "libs/math/build/../src/tr1/sph_bessel.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/sph_legendre.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/sph_legendre.o" "libs/math/build/../src/tr1/sph_legendre.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/sph_neumann.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/sph_neumann.o" "libs/math/build/../src/tr1/sph_neumann.cpp"
> 
> gcc.link.dll bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_math_tr1.so.1.49.0
> 
>     "g++"    -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_math_tr1.so.1.49.0" -Wl,-h -Wl,libboost_math_tr1.so.1.49.0 -shared -Wl,--start-group "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/assoc_laguerre.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/assoc_legendre.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/beta.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/comp_ellint_1.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/comp_ellint_2.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/comp_ellint_3.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cyl_bessel_i.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cyl_bessel_j.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cyl_bessel_k.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cyl_neumann.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/ellint_1.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/ellint_2.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/ellint_3.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/expint.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/hermite.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/laguerre.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/legendre.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/riemann_zeta.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/sph_bessel.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/sph_legendre.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/sph_neumann.o"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -g -pthread 
> 
> common.copy stage/lib/libboost_math_tr1.so.1.49.0
> 
>     cp "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_math_tr1.so.1.49.0"  "stage/lib/libboost_math_tr1.so.1.49.0"
> 
> ln-UNIX stage/lib/libboost_math_tr1.so
> 
>     ln -f -s 'libboost_math_tr1.so.1.49.0' 'stage/lib/libboost_math_tr1.so'
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/assoc_laguerref.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/assoc_laguerref.o" "libs/math/build/../src/tr1/assoc_laguerref.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/assoc_legendref.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/assoc_legendref.o" "libs/math/build/../src/tr1/assoc_legendref.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/betaf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/betaf.o" "libs/math/build/../src/tr1/betaf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/comp_ellint_1f.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/comp_ellint_1f.o" "libs/math/build/../src/tr1/comp_ellint_1f.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/comp_ellint_2f.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/comp_ellint_2f.o" "libs/math/build/../src/tr1/comp_ellint_2f.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/comp_ellint_3f.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/comp_ellint_3f.o" "libs/math/build/../src/tr1/comp_ellint_3f.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cyl_bessel_if.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cyl_bessel_if.o" "libs/math/build/../src/tr1/cyl_bessel_if.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cyl_bessel_jf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cyl_bessel_jf.o" "libs/math/build/../src/tr1/cyl_bessel_jf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cyl_bessel_kf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cyl_bessel_kf.o" "libs/math/build/../src/tr1/cyl_bessel_kf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cyl_neumannf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cyl_neumannf.o" "libs/math/build/../src/tr1/cyl_neumannf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/ellint_1f.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/ellint_1f.o" "libs/math/build/../src/tr1/ellint_1f.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/ellint_2f.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/ellint_2f.o" "libs/math/build/../src/tr1/ellint_2f.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/ellint_3f.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/ellint_3f.o" "libs/math/build/../src/tr1/ellint_3f.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/expintf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/expintf.o" "libs/math/build/../src/tr1/expintf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/hermitef.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/hermitef.o" "libs/math/build/../src/tr1/hermitef.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/laguerref.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/laguerref.o" "libs/math/build/../src/tr1/laguerref.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/legendref.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/legendref.o" "libs/math/build/../src/tr1/legendref.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/riemann_zetaf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/riemann_zetaf.o" "libs/math/build/../src/tr1/riemann_zetaf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/sph_besself.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/sph_besself.o" "libs/math/build/../src/tr1/sph_besself.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/sph_legendref.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/sph_legendref.o" "libs/math/build/../src/tr1/sph_legendref.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/sph_neumannf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/sph_neumannf.o" "libs/math/build/../src/tr1/sph_neumannf.cpp"
> 
> gcc.link.dll bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_math_tr1f.so.1.49.0
> 
>     "g++"    -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_math_tr1f.so.1.49.0" -Wl,-h -Wl,libboost_math_tr1f.so.1.49.0 -shared -Wl,--start-group "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/assoc_laguerref.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/assoc_legendref.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/betaf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/comp_ellint_1f.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/comp_ellint_2f.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/comp_ellint_3f.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cyl_bessel_if.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cyl_bessel_jf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cyl_bessel_kf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cyl_neumannf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/ellint_1f.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/ellint_2f.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/ellint_3f.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/expintf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/hermitef.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/laguerref.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/legendref.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/riemann_zetaf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/sph_besself.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/sph_legendref.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/sph_neumannf.o"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -g -pthread 
> 
> common.copy stage/lib/libboost_math_tr1f.so.1.49.0
> 
>     cp "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_math_tr1f.so.1.49.0"  "stage/lib/libboost_math_tr1f.so.1.49.0"
> 
> ln-UNIX stage/lib/libboost_math_tr1f.so
> 
>     ln -f -s 'libboost_math_tr1f.so.1.49.0' 'stage/lib/libboost_math_tr1f.so'
> 
> common.mkdir bin.v2/libs/math/config/gcc-4.7/release
> 
>         mkdir -p "bin.v2/libs/math/config/gcc-4.7/release"
>     
> common.mkdir bin.v2/libs/math/config/gcc-4.7/release/debug-symbols-on
> 
>         mkdir -p "bin.v2/libs/math/config/gcc-4.7/release/debug-symbols-on"
>     
> common.mkdir bin.v2/libs/math/config/gcc-4.7/release/debug-symbols-on/threading-multi
> 
>         mkdir -p "bin.v2/libs/math/config/gcc-4.7/release/debug-symbols-on/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/math/config/gcc-4.7/release/debug-symbols-on/threading-multi/has_long_double_support.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/math/config/gcc-4.7/release/debug-symbols-on/threading-multi/has_long_double_support.o" "libs/math/config/has_long_double_support.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/assoc_laguerrel.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/assoc_laguerrel.o" "libs/math/build/../src/tr1/assoc_laguerrel.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/assoc_legendrel.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/assoc_legendrel.o" "libs/math/build/../src/tr1/assoc_legendrel.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/betal.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/betal.o" "libs/math/build/../src/tr1/betal.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/comp_ellint_1l.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/comp_ellint_1l.o" "libs/math/build/../src/tr1/comp_ellint_1l.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/comp_ellint_2l.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/comp_ellint_2l.o" "libs/math/build/../src/tr1/comp_ellint_2l.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/comp_ellint_3l.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/comp_ellint_3l.o" "libs/math/build/../src/tr1/comp_ellint_3l.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cyl_bessel_il.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cyl_bessel_il.o" "libs/math/build/../src/tr1/cyl_bessel_il.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cyl_bessel_jl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cyl_bessel_jl.o" "libs/math/build/../src/tr1/cyl_bessel_jl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cyl_bessel_kl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cyl_bessel_kl.o" "libs/math/build/../src/tr1/cyl_bessel_kl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cyl_neumannl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cyl_neumannl.o" "libs/math/build/../src/tr1/cyl_neumannl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/ellint_1l.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/ellint_1l.o" "libs/math/build/../src/tr1/ellint_1l.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/ellint_2l.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/ellint_2l.o" "libs/math/build/../src/tr1/ellint_2l.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/ellint_3l.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/ellint_3l.o" "libs/math/build/../src/tr1/ellint_3l.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/expintl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/expintl.o" "libs/math/build/../src/tr1/expintl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/hermitel.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/hermitel.o" "libs/math/build/../src/tr1/hermitel.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/laguerrel.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/laguerrel.o" "libs/math/build/../src/tr1/laguerrel.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/legendrel.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/legendrel.o" "libs/math/build/../src/tr1/legendrel.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/riemann_zetal.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/riemann_zetal.o" "libs/math/build/../src/tr1/riemann_zetal.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/sph_bessell.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/sph_bessell.o" "libs/math/build/../src/tr1/sph_bessell.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/sph_legendrel.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/sph_legendrel.o" "libs/math/build/../src/tr1/sph_legendrel.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/sph_neumannl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/sph_neumannl.o" "libs/math/build/../src/tr1/sph_neumannl.cpp"
> 
> gcc.link.dll bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_math_tr1l.so.1.49.0
> 
>     "g++"    -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_math_tr1l.so.1.49.0" -Wl,-h -Wl,libboost_math_tr1l.so.1.49.0 -shared -Wl,--start-group "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/assoc_laguerrel.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/assoc_legendrel.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/betal.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/comp_ellint_1l.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/comp_ellint_2l.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/comp_ellint_3l.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cyl_bessel_il.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cyl_bessel_jl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cyl_bessel_kl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cyl_neumannl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/ellint_1l.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/ellint_2l.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/ellint_3l.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/expintl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/hermitel.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/laguerrel.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/legendrel.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/riemann_zetal.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/sph_bessell.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/sph_legendrel.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/sph_neumannl.o"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -g -pthread 
> 
> common.copy stage/lib/libboost_math_tr1l.so.1.49.0
> 
>     cp "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_math_tr1l.so.1.49.0"  "stage/lib/libboost_math_tr1l.so.1.49.0"
> 
> ln-UNIX stage/lib/libboost_math_tr1l.so
> 
>     ln -f -s 'libboost_math_tr1l.so.1.49.0' 'stage/lib/libboost_math_tr1l.so'
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/acosh.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/acosh.o" "libs/math/build/../src/tr1/acosh.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/asinh.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/asinh.o" "libs/math/build/../src/tr1/asinh.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/atanh.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/atanh.o" "libs/math/build/../src/tr1/atanh.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cbrt.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cbrt.o" "libs/math/build/../src/tr1/cbrt.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/copysign.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/copysign.o" "libs/math/build/../src/tr1/copysign.cpp"
> 
> ...on 300th target...
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/erfc.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/erfc.o" "libs/math/build/../src/tr1/erfc.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/erf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/erf.o" "libs/math/build/../src/tr1/erf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/expm1.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/expm1.o" "libs/math/build/../src/tr1/expm1.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/fmax.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/fmax.o" "libs/math/build/../src/tr1/fmax.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/fmin.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/fmin.o" "libs/math/build/../src/tr1/fmin.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/fpclassify.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/fpclassify.o" "libs/math/build/../src/tr1/fpclassify.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/hypot.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/hypot.o" "libs/math/build/../src/tr1/hypot.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/lgamma.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/lgamma.o" "libs/math/build/../src/tr1/lgamma.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/llround.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/llround.o" "libs/math/build/../src/tr1/llround.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/log1p.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/log1p.o" "libs/math/build/../src/tr1/log1p.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/lround.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/lround.o" "libs/math/build/../src/tr1/lround.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/nextafter.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/nextafter.o" "libs/math/build/../src/tr1/nextafter.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/nexttoward.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/nexttoward.o" "libs/math/build/../src/tr1/nexttoward.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/round.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/round.o" "libs/math/build/../src/tr1/round.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/tgamma.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/tgamma.o" "libs/math/build/../src/tr1/tgamma.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/trunc.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/trunc.o" "libs/math/build/../src/tr1/trunc.cpp"
> 
> gcc.link.dll bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_math_c99.so.1.49.0
> 
>     "g++"    -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_math_c99.so.1.49.0" -Wl,-h -Wl,libboost_math_c99.so.1.49.0 -shared -Wl,--start-group "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/acosh.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/asinh.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/atanh.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cbrt.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/copysign.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/erfc.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/erf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/expm1.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/fmax.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/fmin.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/fpclassify.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/hypot.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/lgamma.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/llround.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/log1p.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/lround.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/nextafter.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/nexttoward.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/round.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/tgamma.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/trunc.o"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -g -pthread 
> 
> common.copy stage/lib/libboost_math_c99.so.1.49.0
> 
>     cp "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_math_c99.so.1.49.0"  "stage/lib/libboost_math_c99.so.1.49.0"
> 
> ln-UNIX stage/lib/libboost_math_c99.so
> 
>     ln -f -s 'libboost_math_c99.so.1.49.0' 'stage/lib/libboost_math_c99.so'
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/acoshf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/acoshf.o" "libs/math/build/../src/tr1/acoshf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/asinhf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/asinhf.o" "libs/math/build/../src/tr1/asinhf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/atanhf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/atanhf.o" "libs/math/build/../src/tr1/atanhf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cbrtf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cbrtf.o" "libs/math/build/../src/tr1/cbrtf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/copysignf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/copysignf.o" "libs/math/build/../src/tr1/copysignf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/erfcf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/erfcf.o" "libs/math/build/../src/tr1/erfcf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/erff.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/erff.o" "libs/math/build/../src/tr1/erff.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/expm1f.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/expm1f.o" "libs/math/build/../src/tr1/expm1f.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/fmaxf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/fmaxf.o" "libs/math/build/../src/tr1/fmaxf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/fminf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/fminf.o" "libs/math/build/../src/tr1/fminf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/fpclassifyf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/fpclassifyf.o" "libs/math/build/../src/tr1/fpclassifyf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/hypotf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/hypotf.o" "libs/math/build/../src/tr1/hypotf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/lgammaf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/lgammaf.o" "libs/math/build/../src/tr1/lgammaf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/llroundf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/llroundf.o" "libs/math/build/../src/tr1/llroundf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/log1pf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/log1pf.o" "libs/math/build/../src/tr1/log1pf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/lroundf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/lroundf.o" "libs/math/build/../src/tr1/lroundf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/nextafterf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/nextafterf.o" "libs/math/build/../src/tr1/nextafterf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/nexttowardf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/nexttowardf.o" "libs/math/build/../src/tr1/nexttowardf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/roundf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/roundf.o" "libs/math/build/../src/tr1/roundf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/tgammaf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/tgammaf.o" "libs/math/build/../src/tr1/tgammaf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/truncf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/truncf.o" "libs/math/build/../src/tr1/truncf.cpp"
> 
> gcc.link.dll bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_math_c99f.so.1.49.0
> 
>     "g++"    -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_math_c99f.so.1.49.0" -Wl,-h -Wl,libboost_math_c99f.so.1.49.0 -shared -Wl,--start-group "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/acoshf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/asinhf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/atanhf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cbrtf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/copysignf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/erfcf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/erff.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/expm1f.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/fmaxf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/fminf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/fpclassifyf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/hypotf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/lgammaf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/llroundf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/log1pf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/lroundf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/nextafterf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/nexttowardf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/roundf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/tgammaf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/truncf.o"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -g -pthread 
> 
> common.copy stage/lib/libboost_math_c99f.so.1.49.0
> 
>     cp "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_math_c99f.so.1.49.0"  "stage/lib/libboost_math_c99f.so.1.49.0"
> 
> ln-UNIX stage/lib/libboost_math_c99f.so
> 
>     ln -f -s 'libboost_math_c99f.so.1.49.0' 'stage/lib/libboost_math_c99f.so'
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/acoshl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/acoshl.o" "libs/math/build/../src/tr1/acoshl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/asinhl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/asinhl.o" "libs/math/build/../src/tr1/asinhl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/atanhl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/atanhl.o" "libs/math/build/../src/tr1/atanhl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cbrtl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cbrtl.o" "libs/math/build/../src/tr1/cbrtl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/copysignl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/copysignl.o" "libs/math/build/../src/tr1/copysignl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/erfcl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/erfcl.o" "libs/math/build/../src/tr1/erfcl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/erfl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/erfl.o" "libs/math/build/../src/tr1/erfl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/expm1l.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/expm1l.o" "libs/math/build/../src/tr1/expm1l.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/fmaxl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/fmaxl.o" "libs/math/build/../src/tr1/fmaxl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/fminl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/fminl.o" "libs/math/build/../src/tr1/fminl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/fpclassifyl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/fpclassifyl.o" "libs/math/build/../src/tr1/fpclassifyl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/hypotl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/hypotl.o" "libs/math/build/../src/tr1/hypotl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/lgammal.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/lgammal.o" "libs/math/build/../src/tr1/lgammal.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/llroundl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/llroundl.o" "libs/math/build/../src/tr1/llroundl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/log1pl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/log1pl.o" "libs/math/build/../src/tr1/log1pl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/lroundl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/lroundl.o" "libs/math/build/../src/tr1/lroundl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/nextafterl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/nextafterl.o" "libs/math/build/../src/tr1/nextafterl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/nexttowardl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/nexttowardl.o" "libs/math/build/../src/tr1/nexttowardl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/roundl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/roundl.o" "libs/math/build/../src/tr1/roundl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/tgammal.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/tgammal.o" "libs/math/build/../src/tr1/tgammal.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/truncl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/truncl.o" "libs/math/build/../src/tr1/truncl.cpp"
> 
> gcc.link.dll bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_math_c99l.so.1.49.0
> 
>     "g++"    -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_math_c99l.so.1.49.0" -Wl,-h -Wl,libboost_math_c99l.so.1.49.0 -shared -Wl,--start-group "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/acoshl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/asinhl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/atanhl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/cbrtl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/copysignl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/erfcl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/erfl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/expm1l.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/fmaxl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/fminl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/fpclassifyl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/hypotl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/lgammal.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/llroundl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/log1pl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/lroundl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/nextafterl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/nexttowardl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/roundl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/tgammal.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/truncl.o"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -g -pthread 
> 
> common.copy stage/lib/libboost_math_c99l.so.1.49.0
> 
>     cp "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_math_c99l.so.1.49.0"  "stage/lib/libboost_math_c99l.so.1.49.0"
> 
> ln-UNIX stage/lib/libboost_math_c99l.so
> 
>     ln -f -s 'libboost_math_c99l.so.1.49.0' 'stage/lib/libboost_math_c99l.so'
> 
> common.mkdir bin.v2/libs/python
> 
>         mkdir -p "bin.v2/libs/python"
>     
> common.mkdir bin.v2/libs/python/build
> 
>         mkdir -p "bin.v2/libs/python/build"
>     
> common.mkdir bin.v2/libs/python/build/gcc-4.7
> 
>         mkdir -p "bin.v2/libs/python/build/gcc-4.7"
>     
> common.mkdir bin.v2/libs/python/build/gcc-4.7/release
> 
>         mkdir -p "bin.v2/libs/python/build/gcc-4.7/release"
>     
> common.mkdir bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on
> 
>         mkdir -p "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on"
>     
> common.mkdir bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi
> 
>         mkdir -p "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/numeric.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/numeric.o" "libs/python/src/numeric.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/list.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/list.o" "libs/python/src/list.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/long.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/long.o" "libs/python/src/long.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/dict.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/dict.o" "libs/python/src/dict.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/tuple.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/tuple.o" "libs/python/src/tuple.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/str.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/str.o" "libs/python/src/str.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/slice.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/slice.o" "libs/python/src/slice.cpp"
> 
> common.mkdir bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/converter
> 
>         mkdir -p "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/converter"
>     
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/converter/from_python.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/converter/from_python.o" "libs/python/src/converter/from_python.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/converter/registry.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/converter/registry.o" "libs/python/src/converter/registry.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/converter/type_id.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/converter/type_id.o" "libs/python/src/converter/type_id.cpp"
> 
> common.mkdir bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/object
> 
>         mkdir -p "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/object"
>     
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/object/enum.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/object/enum.o" "libs/python/src/object/enum.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/object/class.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/object/class.o" "libs/python/src/object/class.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/object/function.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/object/function.o" "libs/python/src/object/function.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/object/inheritance.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/object/inheritance.o" "libs/python/src/object/inheritance.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/object/life_support.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/object/life_support.o" "libs/python/src/object/life_support.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/object/pickle_support.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/object/pickle_support.o" "libs/python/src/object/pickle_support.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/errors.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/errors.o" "libs/python/src/errors.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/module.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/module.o" "libs/python/src/module.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/converter/builtin_converters.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/converter/builtin_converters.o" "libs/python/src/converter/builtin_converters.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/converter/arg_to_python_base.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/converter/arg_to_python_base.o" "libs/python/src/converter/arg_to_python_base.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/object/iterator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/object/iterator.o" "libs/python/src/object/iterator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/object/stl_iterator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/object/stl_iterator.o" "libs/python/src/object/stl_iterator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/object_protocol.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/object_protocol.o" "libs/python/src/object_protocol.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/object_operators.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/object_operators.o" "libs/python/src/object_operators.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/wrapper.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/wrapper.o" "libs/python/src/wrapper.cpp"
> 
> ...on 400th target...
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/import.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/import.o" "libs/python/src/import.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/exec.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/exec.o" "libs/python/src/exec.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/object/function_doc_signature.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/object/function_doc_signature.o" "libs/python/src/object/function_doc_signature.cpp"
> 
> gcc.link.dll bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_python.so.1.49.0
> 
>     "g++"    -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_python.so.1.49.0" -Wl,-h -Wl,libboost_python.so.1.49.0 -shared -Wl,--start-group "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/numeric.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/list.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/long.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/dict.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/tuple.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/str.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/slice.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/converter/from_python.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/converter/registry.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/converter/type_id.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/object/enum.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/object/class.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/object/function.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/object/inheritance.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/object/life_support.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/object/pickle_support.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/errors.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/module.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/converter/builtin_converters.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/converter/arg_to_python_base.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/object/iterator.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/object/stl_iterator.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/object_protocol.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/object_operators.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/wrapper.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/import.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/exec.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/object/function_doc_signature.o"  -Wl,-Bstatic  -Wl,-Bdynamic -lutil -lpthread -ldl -lrt -Wl,--end-group -g -pthread 
> 
> common.copy stage/lib/libboost_python.so.1.49.0
> 
>     cp "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_python.so.1.49.0"  "stage/lib/libboost_python.so.1.49.0"
> 
> ln-UNIX stage/lib/libboost_python.so
> 
>     ln -f -s 'libboost_python.so.1.49.0' 'stage/lib/libboost_python.so'
> 
> common.mkdir bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python
> 
>         mkdir -p "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python"
>     
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python/serialize.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_MPI_PYTHON_SOURCE=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python3.2" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python/serialize.o" "libs/mpi/src/python/serialize.cpp"
> 
> In file included from ./boost/python/detail/wrap_python.hpp:50:0,
>                  from ./boost/python/detail/prefix.hpp:13,
>                  from ./boost/python/ssize_t.hpp:9,
>                  from ./boost/python/object.hpp:8,
>                  from ./boost/mpi/python/serialize.hpp:25,
>                  from libs/mpi/src/python/serialize.cpp:13:
> /usr/include/python3.2/pyconfig.h:1182:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
> In file included from /usr/include/x86_64-linux-gnu/c++/4.7/./bits/os_defines.h:40:0,
>                  from /usr/include/x86_64-linux-gnu/c++/4.7/./bits/c++config.h:414,
>                  from /usr/include/c++/4.7/bits/stl_algobase.h:60,
>                  from /usr/include/c++/4.7/bits/stl_tree.h:63,
>                  from /usr/include/c++/4.7/map:60,
>                  from /usr/lib/openmpi/include/openmpi/ompi/mpi/cxx/mpicxx.h:36,
>                  from /usr/lib/openmpi/include/mpi.h:1886,
>                  from ./boost/mpi/config.hpp:20,
>                  from ./boost/mpi/python/config.hpp:15,
>                  from ./boost/mpi/python/serialize.hpp:23,
>                  from libs/mpi/src/python/serialize.cpp:13:
> /usr/include/features.h:168:0: note: this is the location of the previous definition
> In file included from ./boost/python/detail/wrap_python.hpp:50:0,
>                  from ./boost/python/detail/prefix.hpp:13,
>                  from ./boost/python/ssize_t.hpp:9,
>                  from ./boost/python/object.hpp:8,
>                  from ./boost/mpi/python/serialize.hpp:25,
>                  from libs/mpi/src/python/serialize.cpp:13:
> /usr/include/python3.2/pyconfig.h:1204:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
> In file included from /usr/include/x86_64-linux-gnu/c++/4.7/./bits/os_defines.h:40:0,
>                  from /usr/include/x86_64-linux-gnu/c++/4.7/./bits/c++config.h:414,
>                  from /usr/include/c++/4.7/bits/stl_algobase.h:60,
>                  from /usr/include/c++/4.7/bits/stl_tree.h:63,
>                  from /usr/include/c++/4.7/map:60,
>                  from /usr/lib/openmpi/include/openmpi/ompi/mpi/cxx/mpicxx.h:36,
>                  from /usr/lib/openmpi/include/mpi.h:1886,
>                  from ./boost/mpi/config.hpp:20,
>                  from ./boost/mpi/python/config.hpp:15,
>                  from ./boost/mpi/python/serialize.hpp:23,
>                  from libs/mpi/src/python/serialize.cpp:13:
> /usr/include/features.h:170:0: note: this is the location of the previous definition
> gcc.link.dll bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_mpi_python.so.1.49.0
> 
>     "g++" -L"/usr/lib/openmpi/lib"   -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_mpi_python.so.1.49.0" -Wl,-h -Wl,libboost_mpi_python.so.1.49.0 -shared -Wl,--start-group "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python/serialize.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_python.so.1.49.0" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_mpi.so.1.49.0" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_serialization.so.1.49.0"  -Wl,-Bstatic  -Wl,-Bdynamic -ldl -lm -lmpi -lmpi_cxx -lnsl -lopen-pal -lopen-rte -lutil -lutil -lpthread -ldl -lrt -Wl,--end-group -g -pthread -Wl,--export-dynamic
> 
> common.copy stage/lib/libboost_mpi_python.so.1.49.0
> 
>     cp "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_mpi_python.so.1.49.0"  "stage/lib/libboost_mpi_python.so.1.49.0"
> 
> ln-UNIX stage/lib/libboost_mpi_python.so
> 
>     ln -f -s 'libboost_mpi_python.so.1.49.0' 'stage/lib/libboost_mpi_python.so'
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python/collectives.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python3.2" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python/collectives.o" "libs/mpi/src/python/collectives.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python/py_communicator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python3.2" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python/py_communicator.o" "libs/mpi/src/python/py_communicator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python/datatypes.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python3.2" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python/datatypes.o" "libs/mpi/src/python/datatypes.cpp"
> 
> In file included from ./boost/python/detail/wrap_python.hpp:50:0,
>                  from ./boost/python/detail/prefix.hpp:13,
>                  from ./boost/python/ssize_t.hpp:9,
>                  from ./boost/python/object.hpp:8,
>                  from ./boost/mpi/python/serialize.hpp:25,
>                  from libs/mpi/src/python/datatypes.cpp:13:
> /usr/include/python3.2/pyconfig.h:1182:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
> In file included from /usr/include/x86_64-linux-gnu/c++/4.7/./bits/os_defines.h:40:0,
>                  from /usr/include/x86_64-linux-gnu/c++/4.7/./bits/c++config.h:414,
>                  from /usr/include/c++/4.7/bits/stl_algobase.h:60,
>                  from /usr/include/c++/4.7/bits/stl_tree.h:63,
>                  from /usr/include/c++/4.7/map:60,
>                  from /usr/lib/openmpi/include/openmpi/ompi/mpi/cxx/mpicxx.h:36,
>                  from /usr/lib/openmpi/include/mpi.h:1886,
>                  from ./boost/mpi/config.hpp:20,
>                  from ./boost/mpi/python/config.hpp:15,
>                  from ./boost/mpi/python/serialize.hpp:23,
>                  from libs/mpi/src/python/datatypes.cpp:13:
> /usr/include/features.h:168:0: note: this is the location of the previous definition
> In file included from ./boost/python/detail/wrap_python.hpp:50:0,
>                  from ./boost/python/detail/prefix.hpp:13,
>                  from ./boost/python/ssize_t.hpp:9,
>                  from ./boost/python/object.hpp:8,
>                  from ./boost/mpi/python/serialize.hpp:25,
>                  from libs/mpi/src/python/datatypes.cpp:13:
> /usr/include/python3.2/pyconfig.h:1204:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
> In file included from /usr/include/x86_64-linux-gnu/c++/4.7/./bits/os_defines.h:40:0,
>                  from /usr/include/x86_64-linux-gnu/c++/4.7/./bits/c++config.h:414,
>                  from /usr/include/c++/4.7/bits/stl_algobase.h:60,
>                  from /usr/include/c++/4.7/bits/stl_tree.h:63,
>                  from /usr/include/c++/4.7/map:60,
>                  from /usr/lib/openmpi/include/openmpi/ompi/mpi/cxx/mpicxx.h:36,
>                  from /usr/lib/openmpi/include/mpi.h:1886,
>                  from ./boost/mpi/config.hpp:20,
>                  from ./boost/mpi/python/config.hpp:15,
>                  from ./boost/mpi/python/serialize.hpp:23,
>                  from libs/mpi/src/python/datatypes.cpp:13:
> /usr/include/features.h:170:0: note: this is the location of the previous definition
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python/documentation.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python3.2" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python/documentation.o" "libs/mpi/src/python/documentation.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python/py_environment.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python3.2" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python/py_environment.o" "libs/mpi/src/python/py_environment.cpp"
> 
> In file included from ./boost/python/detail/wrap_python.hpp:50:0,
>                  from ./boost/python/detail/prefix.hpp:13,
>                  from ./boost/python/args.hpp:8,
>                  from ./boost/python.hpp:11,
>                  from libs/mpi/src/python/py_environment.cpp:17:
> /usr/include/python3.2/pyconfig.h:1182:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
> In file included from /usr/include/x86_64-linux-gnu/c++/4.7/./bits/os_defines.h:40:0,
>                  from /usr/include/x86_64-linux-gnu/c++/4.7/./bits/c++config.h:414,
>                  from /usr/include/c++/4.7/bits/localefwd.h:41,
>                  from /usr/include/c++/4.7/locale:40,
>                  from libs/mpi/src/python/py_environment.cpp:15:
> /usr/include/features.h:168:0: note: this is the location of the previous definition
> In file included from ./boost/python/detail/wrap_python.hpp:50:0,
>                  from ./boost/python/detail/prefix.hpp:13,
>                  from ./boost/python/args.hpp:8,
>                  from ./boost/python.hpp:11,
>                  from libs/mpi/src/python/py_environment.cpp:17:
> /usr/include/python3.2/pyconfig.h:1204:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
> In file included from /usr/include/x86_64-linux-gnu/c++/4.7/./bits/os_defines.h:40:0,
>                  from /usr/include/x86_64-linux-gnu/c++/4.7/./bits/c++config.h:414,
>                  from /usr/include/c++/4.7/bits/localefwd.h:41,
>                  from /usr/include/c++/4.7/locale:40,
>                  from libs/mpi/src/python/py_environment.cpp:15:
> /usr/include/features.h:170:0: note: this is the location of the previous definition
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python/py_nonblocking.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python3.2" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python/py_nonblocking.o" "libs/mpi/src/python/py_nonblocking.cpp"
> 
> In file included from ./boost/python/detail/wrap_python.hpp:50:0,
>                  from ./boost/python/detail/prefix.hpp:13,
>                  from ./boost/python/args.hpp:8,
>                  from ./boost/python.hpp:11,
>                  from libs/mpi/src/python/py_nonblocking.cpp:21:
> /usr/include/python3.2/pyconfig.h:1182:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
> In file included from /usr/include/x86_64-linux-gnu/c++/4.7/./bits/os_defines.h:40:0,
>                  from /usr/include/x86_64-linux-gnu/c++/4.7/./bits/c++config.h:414,
>                  from /usr/include/c++/4.7/bits/stl_algobase.h:60,
>                  from /usr/include/c++/4.7/vector:61,
>                  from libs/mpi/src/python/py_nonblocking.cpp:17:
> /usr/include/features.h:168:0: note: this is the location of the previous definition
> In file included from ./boost/python/detail/wrap_python.hpp:50:0,
>                  from ./boost/python/detail/prefix.hpp:13,
>                  from ./boost/python/args.hpp:8,
>                  from ./boost/python.hpp:11,
>                  from libs/mpi/src/python/py_nonblocking.cpp:21:
> /usr/include/python3.2/pyconfig.h:1204:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
> In file included from /usr/include/x86_64-linux-gnu/c++/4.7/./bits/os_defines.h:40:0,
>                  from /usr/include/x86_64-linux-gnu/c++/4.7/./bits/c++config.h:414,
>                  from /usr/include/c++/4.7/bits/stl_algobase.h:60,
>                  from /usr/include/c++/4.7/vector:61,
>                  from libs/mpi/src/python/py_nonblocking.cpp:17:
> /usr/include/features.h:170:0: note: this is the location of the previous definition
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python/py_exception.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python3.2" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python/py_exception.o" "libs/mpi/src/python/py_exception.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python/module.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python3.2" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python/module.o" "libs/mpi/src/python/module.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python/py_request.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python3.2" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python/py_request.o" "libs/mpi/src/python/py_request.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python/skeleton_and_content.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python3.2" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python/skeleton_and_content.o" "libs/mpi/src/python/skeleton_and_content.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python/status.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python3.2" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python/status.o" "libs/mpi/src/python/status.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python/py_timer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python3.2" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python/py_timer.o" "libs/mpi/src/python/py_timer.cpp"
> 
> gcc.link.dll bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/mpi.so
> 
>     "g++" -L"/usr/lib/openmpi/lib"   -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/mpi.so" -Wl,-h -Wl,mpi.so -shared -Wl,--start-group "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python/collectives.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python/py_communicator.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python/datatypes.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python/documentation.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python/py_environment.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python/py_nonblocking.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python/py_exception.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python/module.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python/py_request.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python/skeleton_and_content.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python/status.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/python/py_timer.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_mpi_python.so.1.49.0" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_python.so.1.49.0" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_mpi.so.1.49.0" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_serialization.so.1.49.0"  -Wl,-Bstatic  -Wl,-Bdynamic -ldl -lm -lmpi -lmpi_cxx -lnsl -lopen-pal -lopen-rte -lutil -lutil -lpthread -ldl -lrt -Wl,--end-group -g -pthread -Wl,--export-dynamic
> 
> common.copy stage/lib/mpi.so
> 
>     cp "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/threading-multi/mpi.so"  "stage/lib/mpi.so"
> 
> common.mkdir bin.v2/libs/program_options
> 
>         mkdir -p "bin.v2/libs/program_options"
>     
> common.mkdir bin.v2/libs/program_options/build
> 
>         mkdir -p "bin.v2/libs/program_options/build"
>     
> common.mkdir bin.v2/libs/program_options/build/gcc-4.7
> 
>         mkdir -p "bin.v2/libs/program_options/build/gcc-4.7"
>     
> common.mkdir bin.v2/libs/program_options/build/gcc-4.7/release
> 
>         mkdir -p "bin.v2/libs/program_options/build/gcc-4.7/release"
>     
> common.mkdir bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on
> 
>         mkdir -p "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on"
>     
> common.mkdir bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/threading-multi
> 
>         mkdir -p "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/threading-multi/cmdline.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PROGRAM_OPTIONS_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/threading-multi/cmdline.o" "libs/program_options/src/cmdline.cpp"
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/threading-multi/config_file.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PROGRAM_OPTIONS_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/threading-multi/config_file.o" "libs/program_options/src/config_file.cpp"
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/threading-multi/options_description.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PROGRAM_OPTIONS_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/threading-multi/options_description.o" "libs/program_options/src/options_description.cpp"
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/threading-multi/parsers.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PROGRAM_OPTIONS_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/threading-multi/parsers.o" "libs/program_options/src/parsers.cpp"
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/threading-multi/variables_map.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PROGRAM_OPTIONS_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/threading-multi/variables_map.o" "libs/program_options/src/variables_map.cpp"
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/threading-multi/value_semantic.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PROGRAM_OPTIONS_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/threading-multi/value_semantic.o" "libs/program_options/src/value_semantic.cpp"
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/threading-multi/positional_options.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PROGRAM_OPTIONS_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/threading-multi/positional_options.o" "libs/program_options/src/positional_options.cpp"
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/threading-multi/utf8_codecvt_facet.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PROGRAM_OPTIONS_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/threading-multi/utf8_codecvt_facet.o" "libs/program_options/src/utf8_codecvt_facet.cpp"
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/threading-multi/convert.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PROGRAM_OPTIONS_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/threading-multi/convert.o" "libs/program_options/src/convert.cpp"
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/threading-multi/winmain.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PROGRAM_OPTIONS_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/threading-multi/winmain.o" "libs/program_options/src/winmain.cpp"
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/threading-multi/split.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PROGRAM_OPTIONS_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/threading-multi/split.o" "libs/program_options/src/split.cpp"
> 
> gcc.link.dll bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_program_options.so.1.49.0
> 
>     "g++"    -o "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_program_options.so.1.49.0" -Wl,-h -Wl,libboost_program_options.so.1.49.0 -shared -Wl,--start-group "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/threading-multi/cmdline.o" "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/threading-multi/config_file.o" "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/threading-multi/options_description.o" "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/threading-multi/parsers.o" "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/threading-multi/variables_map.o" "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/threading-multi/value_semantic.o" "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/threading-multi/positional_options.o" "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/threading-multi/utf8_codecvt_facet.o" "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/threading-multi/convert.o" "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/threading-multi/winmain.o" "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/threading-multi/split.o"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -g -pthread 
> 
> common.copy stage/lib/libboost_program_options.so.1.49.0
> 
>     cp "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_program_options.so.1.49.0"  "stage/lib/libboost_program_options.so.1.49.0"
> 
> ln-UNIX stage/lib/libboost_program_options.so
> 
>     ln -f -s 'libboost_program_options.so.1.49.0' 'stage/lib/libboost_program_options.so'
> 
> common.mkdir bin.v2/libs/random
> 
>         mkdir -p "bin.v2/libs/random"
>     
> common.mkdir bin.v2/libs/random/build
> 
>         mkdir -p "bin.v2/libs/random/build"
>     
> common.mkdir bin.v2/libs/random/build/gcc-4.7
> 
>         mkdir -p "bin.v2/libs/random/build/gcc-4.7"
>     
> common.mkdir bin.v2/libs/random/build/gcc-4.7/release
> 
>         mkdir -p "bin.v2/libs/random/build/gcc-4.7/release"
>     
> common.mkdir bin.v2/libs/random/build/gcc-4.7/release/debug-symbols-on
> 
>         mkdir -p "bin.v2/libs/random/build/gcc-4.7/release/debug-symbols-on"
>     
> common.mkdir bin.v2/libs/random/build/gcc-4.7/release/debug-symbols-on/threading-multi
> 
>         mkdir -p "bin.v2/libs/random/build/gcc-4.7/release/debug-symbols-on/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/random/build/gcc-4.7/release/debug-symbols-on/threading-multi/random_device.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_RANDOM_DYN_LINK -DNDEBUG  -I"." -c -o "bin.v2/libs/random/build/gcc-4.7/release/debug-symbols-on/threading-multi/random_device.o" "libs/random/src/random_device.cpp"
> 
> gcc.link.dll bin.v2/libs/random/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_random.so.1.49.0
> 
>     "g++"    -o "bin.v2/libs/random/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_random.so.1.49.0" -Wl,-h -Wl,libboost_random.so.1.49.0 -shared -Wl,--start-group "bin.v2/libs/random/build/gcc-4.7/release/debug-symbols-on/threading-multi/random_device.o"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -g -pthread 
> 
> common.copy stage/lib/libboost_random.so.1.49.0
> 
>     cp "bin.v2/libs/random/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_random.so.1.49.0"  "stage/lib/libboost_random.so.1.49.0"
> 
> ln-UNIX stage/lib/libboost_random.so
> 
>     ln -f -s 'libboost_random.so.1.49.0' 'stage/lib/libboost_random.so'
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/basic_text_wiprimitive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/basic_text_wiprimitive.o" "libs/serialization/src/basic_text_wiprimitive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/basic_text_woprimitive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/basic_text_woprimitive.o" "libs/serialization/src/basic_text_woprimitive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/text_wiarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/text_wiarchive.o" "libs/serialization/src/text_wiarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/text_woarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/text_woarchive.o" "libs/serialization/src/text_woarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/utf8_codecvt_facet.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/utf8_codecvt_facet.o" "libs/serialization/src/utf8_codecvt_facet.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/xml_wgrammar.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/xml_wgrammar.o" "libs/serialization/src/xml_wgrammar.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/xml_wiarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/xml_wiarchive.o" "libs/serialization/src/xml_wiarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/xml_woarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/xml_woarchive.o" "libs/serialization/src/xml_woarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/codecvt_null.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/codecvt_null.o" "libs/serialization/src/codecvt_null.cpp"
> 
> gcc.link.dll bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_wserialization.so.1.49.0
> 
>     "g++"    -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_wserialization.so.1.49.0" -Wl,-h -Wl,libboost_wserialization.so.1.49.0 -shared -Wl,--start-group "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/basic_text_wiprimitive.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/basic_text_woprimitive.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/text_wiarchive.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/text_woarchive.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/utf8_codecvt_facet.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/xml_wgrammar.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/xml_wiarchive.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/xml_woarchive.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/codecvt_null.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_serialization.so.1.49.0"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -g -pthread 
> 
> common.copy stage/lib/libboost_wserialization.so.1.49.0
> 
>     cp "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_wserialization.so.1.49.0"  "stage/lib/libboost_wserialization.so.1.49.0"
> 
> ln-UNIX stage/lib/libboost_wserialization.so
> 
>     ln -f -s 'libboost_wserialization.so.1.49.0' 'stage/lib/libboost_wserialization.so'
> 
> common.mkdir bin.v2/libs/signals
> 
>         mkdir -p "bin.v2/libs/signals"
>     
> common.mkdir bin.v2/libs/signals/build
> 
>         mkdir -p "bin.v2/libs/signals/build"
>     
> common.mkdir bin.v2/libs/signals/build/gcc-4.7
> 
>         mkdir -p "bin.v2/libs/signals/build/gcc-4.7"
>     
> common.mkdir bin.v2/libs/signals/build/gcc-4.7/release
> 
>         mkdir -p "bin.v2/libs/signals/build/gcc-4.7/release"
>     
> common.mkdir bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on
> 
>         mkdir -p "bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on"
>     
> common.mkdir bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/threading-multi
> 
>         mkdir -p "bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/threading-multi/trackable.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SIGNALS_DYN_LINK=1 -DBOOST_SIGNALS_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/threading-multi/trackable.o" "libs/signals/src/trackable.cpp"
> 
> gcc.compile.c++ bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/threading-multi/connection.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SIGNALS_DYN_LINK=1 -DBOOST_SIGNALS_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/threading-multi/connection.o" "libs/signals/src/connection.cpp"
> 
> gcc.compile.c++ bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/threading-multi/named_slot_map.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SIGNALS_DYN_LINK=1 -DBOOST_SIGNALS_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/threading-multi/named_slot_map.o" "libs/signals/src/named_slot_map.cpp"
> 
> gcc.compile.c++ bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/threading-multi/signal_base.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SIGNALS_DYN_LINK=1 -DBOOST_SIGNALS_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/threading-multi/signal_base.o" "libs/signals/src/signal_base.cpp"
> 
> gcc.compile.c++ bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/threading-multi/slot.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SIGNALS_DYN_LINK=1 -DBOOST_SIGNALS_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/threading-multi/slot.o" "libs/signals/src/slot.cpp"
> 
> gcc.link.dll bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_signals.so.1.49.0
> 
>     "g++"    -o "bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_signals.so.1.49.0" -Wl,-h -Wl,libboost_signals.so.1.49.0 -shared -Wl,--start-group "bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/threading-multi/trackable.o" "bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/threading-multi/connection.o" "bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/threading-multi/named_slot_map.o" "bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/threading-multi/signal_base.o" "bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/threading-multi/slot.o"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -g -pthread 
> 
> common.copy stage/lib/libboost_signals.so.1.49.0
> 
>     cp "bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_signals.so.1.49.0"  "stage/lib/libboost_signals.so.1.49.0"
> 
> ln-UNIX stage/lib/libboost_signals.so
> 
>     ln -f -s 'libboost_signals.so.1.49.0' 'stage/lib/libboost_signals.so'
> 
> common.mkdir bin.v2/libs/test
> 
>         mkdir -p "bin.v2/libs/test"
>     
> common.mkdir bin.v2/libs/test/build
> 
>         mkdir -p "bin.v2/libs/test/build"
>     
> common.mkdir bin.v2/libs/test/build/gcc-4.7
> 
>         mkdir -p "bin.v2/libs/test/build/gcc-4.7"
>     
> common.mkdir bin.v2/libs/test/build/gcc-4.7/release
> 
>         mkdir -p "bin.v2/libs/test/build/gcc-4.7/release"
>     
> common.mkdir bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on
> 
>         mkdir -p "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on"
>     
> common.mkdir bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi
> 
>         mkdir -p "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/execution_monitor.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/execution_monitor.o" "libs/test/src/execution_monitor.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/debug.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/debug.o" "libs/test/src/debug.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/cpp_main.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/cpp_main.o" "libs/test/src/cpp_main.cpp"
> 
> gcc.link.dll bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_prg_exec_monitor.so.1.49.0
> 
>     "g++"    -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_prg_exec_monitor.so.1.49.0" -Wl,-h -Wl,libboost_prg_exec_monitor.so.1.49.0 -shared -Wl,--start-group "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/execution_monitor.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/debug.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/cpp_main.o"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -g -pthread 
> 
> common.copy stage/lib/libboost_prg_exec_monitor.so.1.49.0
> 
>     cp "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_prg_exec_monitor.so.1.49.0"  "stage/lib/libboost_prg_exec_monitor.so.1.49.0"
> 
> ln-UNIX stage/lib/libboost_prg_exec_monitor.so
> 
>     ln -f -s 'libboost_prg_exec_monitor.so.1.49.0' 'stage/lib/libboost_prg_exec_monitor.so'
> 
> common.mkdir bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static
> 
>         mkdir -p "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static"
>     
> common.mkdir bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi
> 
>         mkdir -p "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/compiler_log_formatter.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/compiler_log_formatter.o" "libs/test/src/compiler_log_formatter.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/debug.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/debug.o" "libs/test/src/debug.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/execution_monitor.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/execution_monitor.o" "libs/test/src/execution_monitor.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/framework.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/framework.o" "libs/test/src/framework.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/plain_report_formatter.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/plain_report_formatter.o" "libs/test/src/plain_report_formatter.cpp"
> 
> ...on 500th target...
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/progress_monitor.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/progress_monitor.o" "libs/test/src/progress_monitor.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/results_collector.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/results_collector.o" "libs/test/src/results_collector.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/results_reporter.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/results_reporter.o" "libs/test/src/results_reporter.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/test_main.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/test_main.o" "libs/test/src/test_main.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/test_tools.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/test_tools.o" "libs/test/src/test_tools.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/unit_test_log.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/unit_test_log.o" "libs/test/src/unit_test_log.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/unit_test_main.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/unit_test_main.o" "libs/test/src/unit_test_main.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/unit_test_monitor.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/unit_test_monitor.o" "libs/test/src/unit_test_monitor.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/unit_test_parameters.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/unit_test_parameters.o" "libs/test/src/unit_test_parameters.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/unit_test_suite.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/unit_test_suite.o" "libs/test/src/unit_test_suite.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/xml_log_formatter.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/xml_log_formatter.o" "libs/test/src/xml_log_formatter.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/xml_report_formatter.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/xml_report_formatter.o" "libs/test/src/xml_report_formatter.cpp"
> 
> RmTemps bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_test_exec_monitor.a(clean)
> 
>     rm -f "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_test_exec_monitor.a" 
> 
> gcc.archive bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_test_exec_monitor.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_test_exec_monitor.a" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/compiler_log_formatter.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/debug.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/execution_monitor.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/framework.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/plain_report_formatter.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/progress_monitor.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/results_collector.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/results_reporter.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/test_main.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/test_tools.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/unit_test_log.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/unit_test_main.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/unit_test_monitor.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/unit_test_parameters.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/unit_test_suite.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/xml_log_formatter.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/xml_report_formatter.o"
>     "/usr/bin/ranlib" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_test_exec_monitor.a"
> 
> common.copy stage/lib/libboost_test_exec_monitor.a
> 
>     cp "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_test_exec_monitor.a"  "stage/lib/libboost_test_exec_monitor.a"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/compiler_log_formatter.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/compiler_log_formatter.o" "libs/test/src/compiler_log_formatter.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/exception_safety.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/exception_safety.o" "libs/test/src/exception_safety.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/framework.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/framework.o" "libs/test/src/framework.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/interaction_based.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/interaction_based.o" "libs/test/src/interaction_based.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/logged_expectations.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/logged_expectations.o" "libs/test/src/logged_expectations.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/plain_report_formatter.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/plain_report_formatter.o" "libs/test/src/plain_report_formatter.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/progress_monitor.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/progress_monitor.o" "libs/test/src/progress_monitor.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/results_collector.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/results_collector.o" "libs/test/src/results_collector.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/results_reporter.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/results_reporter.o" "libs/test/src/results_reporter.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/test_tools.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/test_tools.o" "libs/test/src/test_tools.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/unit_test_log.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/unit_test_log.o" "libs/test/src/unit_test_log.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/unit_test_main.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/unit_test_main.o" "libs/test/src/unit_test_main.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/unit_test_monitor.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/unit_test_monitor.o" "libs/test/src/unit_test_monitor.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/unit_test_parameters.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/unit_test_parameters.o" "libs/test/src/unit_test_parameters.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/unit_test_suite.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/unit_test_suite.o" "libs/test/src/unit_test_suite.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/xml_log_formatter.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/xml_log_formatter.o" "libs/test/src/xml_log_formatter.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/xml_report_formatter.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/xml_report_formatter.o" "libs/test/src/xml_report_formatter.cpp"
> 
> gcc.link.dll bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_unit_test_framework.so.1.49.0
> 
>     "g++"    -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_unit_test_framework.so.1.49.0" -Wl,-h -Wl,libboost_unit_test_framework.so.1.49.0 -shared -Wl,--start-group "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/compiler_log_formatter.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/debug.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/exception_safety.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/execution_monitor.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/framework.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/interaction_based.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/logged_expectations.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/plain_report_formatter.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/progress_monitor.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/results_collector.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/results_reporter.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/test_tools.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/unit_test_log.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/unit_test_main.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/unit_test_monitor.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/unit_test_parameters.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/unit_test_suite.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/xml_log_formatter.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/xml_report_formatter.o"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -g -pthread 
> 
> common.copy stage/lib/libboost_unit_test_framework.so.1.49.0
> 
>     cp "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_unit_test_framework.so.1.49.0"  "stage/lib/libboost_unit_test_framework.so.1.49.0"
> 
> ln-UNIX stage/lib/libboost_unit_test_framework.so
> 
>     ln -f -s 'libboost_unit_test_framework.so.1.49.0' 'stage/lib/libboost_unit_test_framework.so'
> 
> common.mkdir bin.v2/libs/timer
> 
>         mkdir -p "bin.v2/libs/timer"
>     
> common.mkdir bin.v2/libs/timer/build
> 
>         mkdir -p "bin.v2/libs/timer/build"
>     
> common.mkdir bin.v2/libs/timer/build/gcc-4.7
> 
>         mkdir -p "bin.v2/libs/timer/build/gcc-4.7"
>     
> common.mkdir bin.v2/libs/timer/build/gcc-4.7/release
> 
>         mkdir -p "bin.v2/libs/timer/build/gcc-4.7/release"
>     
> common.mkdir bin.v2/libs/timer/build/gcc-4.7/release/debug-symbols-on
> 
>         mkdir -p "bin.v2/libs/timer/build/gcc-4.7/release/debug-symbols-on"
>     
> common.mkdir bin.v2/libs/timer/build/gcc-4.7/release/debug-symbols-on/threading-multi
> 
>         mkdir -p "bin.v2/libs/timer/build/gcc-4.7/release/debug-symbols-on/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/timer/build/gcc-4.7/release/debug-symbols-on/threading-multi/auto_timers_construction.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_TIMER_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/timer/build/gcc-4.7/release/debug-symbols-on/threading-multi/auto_timers_construction.o" "libs/timer/src/auto_timers_construction.cpp"
> 
> gcc.compile.c++ bin.v2/libs/timer/build/gcc-4.7/release/debug-symbols-on/threading-multi/cpu_timer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_TIMER_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/timer/build/gcc-4.7/release/debug-symbols-on/threading-multi/cpu_timer.o" "libs/timer/src/cpu_timer.cpp"
> 
> common.mkdir bin.v2/libs/chrono
> 
>         mkdir -p "bin.v2/libs/chrono"
>     
> common.mkdir bin.v2/libs/chrono/build
> 
>         mkdir -p "bin.v2/libs/chrono/build"
>     
> common.mkdir bin.v2/libs/chrono/build/gcc-4.7
> 
>         mkdir -p "bin.v2/libs/chrono/build/gcc-4.7"
>     
> common.mkdir bin.v2/libs/chrono/build/gcc-4.7/release
> 
>         mkdir -p "bin.v2/libs/chrono/build/gcc-4.7/release"
>     
> common.mkdir bin.v2/libs/chrono/build/gcc-4.7/release/debug-symbols-on
> 
>         mkdir -p "bin.v2/libs/chrono/build/gcc-4.7/release/debug-symbols-on"
>     
> common.mkdir bin.v2/libs/chrono/build/gcc-4.7/release/debug-symbols-on/threading-multi
> 
>         mkdir -p "bin.v2/libs/chrono/build/gcc-4.7/release/debug-symbols-on/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/chrono/build/gcc-4.7/release/debug-symbols-on/threading-multi/chrono.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC -Wextra -Wno-long-long -pedantic -DBOOST_ALL_DYN_LINK=1 -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DNDEBUG  -I"." -c -o "bin.v2/libs/chrono/build/gcc-4.7/release/debug-symbols-on/threading-multi/chrono.o" "libs/chrono/src/chrono.cpp"
> 
> gcc.compile.c++ bin.v2/libs/chrono/build/gcc-4.7/release/debug-symbols-on/threading-multi/thread_clock.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC -Wextra -Wno-long-long -pedantic -DBOOST_ALL_DYN_LINK=1 -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DNDEBUG  -I"." -c -o "bin.v2/libs/chrono/build/gcc-4.7/release/debug-symbols-on/threading-multi/thread_clock.o" "libs/chrono/src/thread_clock.cpp"
> 
> gcc.compile.c++ bin.v2/libs/chrono/build/gcc-4.7/release/debug-symbols-on/threading-multi/process_cpu_clocks.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC -Wextra -Wno-long-long -pedantic -DBOOST_ALL_DYN_LINK=1 -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DNDEBUG  -I"." -c -o "bin.v2/libs/chrono/build/gcc-4.7/release/debug-symbols-on/threading-multi/process_cpu_clocks.o" "libs/chrono/src/process_cpu_clocks.cpp"
> 
> In file included from ./boost/chrono/detail/inlined/process_cpu_clocks.hpp:39:0,
>                  from libs/chrono/src/process_cpu_clocks.cpp:17:
> ./boost/chrono/detail/inlined/posix/process_cpu_clocks.hpp: In static member function 'static boost::chrono::process_system_cpu_clock::time_point boost::chrono::process_system_cpu_clock::now()':
> ./boost/chrono/detail/inlined/posix/process_cpu_clocks.hpp:218:1: warning: control reaches end of non-void function [-Wreturn-type]
> gcc.link.dll bin.v2/libs/chrono/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_chrono.so.1.49.0
> 
>     "g++"    -o "bin.v2/libs/chrono/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_chrono.so.1.49.0" -Wl,-h -Wl,libboost_chrono.so.1.49.0 -shared -Wl,--start-group "bin.v2/libs/chrono/build/gcc-4.7/release/debug-symbols-on/threading-multi/chrono.o" "bin.v2/libs/chrono/build/gcc-4.7/release/debug-symbols-on/threading-multi/thread_clock.o" "bin.v2/libs/chrono/build/gcc-4.7/release/debug-symbols-on/threading-multi/process_cpu_clocks.o" "bin.v2/libs/system/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_system.so.1.49.0"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -g -pthread -lrt
> 
> gcc.link.dll bin.v2/libs/timer/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_timer.so.1.49.0
> 
>     "g++"    -o "bin.v2/libs/timer/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_timer.so.1.49.0" -Wl,-h -Wl,libboost_timer.so.1.49.0 -shared -Wl,--start-group "bin.v2/libs/timer/build/gcc-4.7/release/debug-symbols-on/threading-multi/auto_timers_construction.o" "bin.v2/libs/timer/build/gcc-4.7/release/debug-symbols-on/threading-multi/cpu_timer.o" "bin.v2/libs/chrono/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_chrono.so.1.49.0" "bin.v2/libs/system/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_system.so.1.49.0"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -g -pthread 
> 
> common.copy stage/lib/libboost_timer.so.1.49.0
> 
>     cp "bin.v2/libs/timer/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_timer.so.1.49.0"  "stage/lib/libboost_timer.so.1.49.0"
> 
> ln-UNIX stage/lib/libboost_timer.so
> 
>     ln -f -s 'libboost_timer.so.1.49.0' 'stage/lib/libboost_timer.so'
> 
> common.mkdir bin.v2/libs/wave
> 
>         mkdir -p "bin.v2/libs/wave"
>     
> common.mkdir bin.v2/libs/wave/build
> 
>         mkdir -p "bin.v2/libs/wave/build"
>     
> common.mkdir bin.v2/libs/wave/build/gcc-4.7
> 
>         mkdir -p "bin.v2/libs/wave/build/gcc-4.7"
>     
> common.mkdir bin.v2/libs/wave/build/gcc-4.7/release
> 
>         mkdir -p "bin.v2/libs/wave/build/gcc-4.7/release"
>     
> common.mkdir bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on
> 
>         mkdir -p "bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on"
>     
> common.mkdir bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/threading-multi
> 
>         mkdir -p "bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/threading-multi/instantiate_cpp_exprgrammar.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_DYN_LINK=1 -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/threading-multi/instantiate_cpp_exprgrammar.o" "libs/wave/src/instantiate_cpp_exprgrammar.cpp"
> 
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_cpp_exprgrammar.cpp:21:
> ./boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected '}' before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected unqualified-id before numeric constant
> ./boost/thread/xtime.hpp:46:14: error: expected type-specifier before 'system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_cpp_exprgrammar.cpp:21:
> ./boost/thread/xtime.hpp: In function 'int xtime_get(xtime*, int)':
> ./boost/thread/xtime.hpp:73:40: error: 'get_system_time' was not declared in this scope
> ./boost/thread/xtime.hpp:73:40: note: suggested alternative:
> In file included from ./boost/thread/locks.hpp:12:0,
>                  from ./boost/thread/pthread/mutex.hpp:12,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_cpp_exprgrammar.cpp:21:
> ./boost/thread/thread_time.hpp:19:24: note:   'boost::get_system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_cpp_exprgrammar.cpp:21:
> ./boost/thread/xtime.hpp: At global scope:
> ./boost/thread/xtime.hpp:88:1: error: expected declaration before '}' token
> ...failed gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/threading-multi/instantiate_cpp_exprgrammar.o...
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/threading-multi/instantiate_cpp_grammar.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_DYN_LINK=1 -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/threading-multi/instantiate_cpp_grammar.o" "libs/wave/src/instantiate_cpp_grammar.cpp"
> 
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_cpp_grammar.cpp:21:
> ./boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected '}' before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected unqualified-id before numeric constant
> ./boost/thread/xtime.hpp:46:14: error: expected type-specifier before 'system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_cpp_grammar.cpp:21:
> ./boost/thread/xtime.hpp: In function 'int xtime_get(xtime*, int)':
> ./boost/thread/xtime.hpp:73:40: error: 'get_system_time' was not declared in this scope
> ./boost/thread/xtime.hpp:73:40: note: suggested alternative:
> In file included from ./boost/thread/locks.hpp:12:0,
>                  from ./boost/thread/pthread/mutex.hpp:12,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_cpp_grammar.cpp:21:
> ./boost/thread/thread_time.hpp:19:24: note:   'boost::get_system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_cpp_grammar.cpp:21:
> ./boost/thread/xtime.hpp: At global scope:
> ./boost/thread/xtime.hpp:88:1: error: expected declaration before '}' token
> ...failed gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/threading-multi/instantiate_cpp_grammar.o...
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/threading-multi/instantiate_cpp_literalgrs.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_DYN_LINK=1 -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/threading-multi/instantiate_cpp_literalgrs.o" "libs/wave/src/instantiate_cpp_literalgrs.cpp"
> 
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_cpp_literalgrs.cpp:20:
> ./boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected '}' before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected unqualified-id before numeric constant
> ./boost/thread/xtime.hpp:46:14: error: expected type-specifier before 'system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_cpp_literalgrs.cpp:20:
> ./boost/thread/xtime.hpp: In function 'int xtime_get(xtime*, int)':
> ./boost/thread/xtime.hpp:73:40: error: 'get_system_time' was not declared in this scope
> ./boost/thread/xtime.hpp:73:40: note: suggested alternative:
> In file included from ./boost/thread/locks.hpp:12:0,
>                  from ./boost/thread/pthread/mutex.hpp:12,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_cpp_literalgrs.cpp:20:
> ./boost/thread/thread_time.hpp:19:24: note:   'boost::get_system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_cpp_literalgrs.cpp:20:
> ./boost/thread/xtime.hpp: At global scope:
> ./boost/thread/xtime.hpp:88:1: error: expected declaration before '}' token
> ...failed gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/threading-multi/instantiate_cpp_literalgrs.o...
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/threading-multi/instantiate_defined_grammar.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_DYN_LINK=1 -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/threading-multi/instantiate_defined_grammar.o" "libs/wave/src/instantiate_defined_grammar.cpp"
> 
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_defined_grammar.cpp:20:
> ./boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected '}' before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected unqualified-id before numeric constant
> ./boost/thread/xtime.hpp:46:14: error: expected type-specifier before 'system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_defined_grammar.cpp:20:
> ./boost/thread/xtime.hpp: In function 'int xtime_get(xtime*, int)':
> ./boost/thread/xtime.hpp:73:40: error: 'get_system_time' was not declared in this scope
> ./boost/thread/xtime.hpp:73:40: note: suggested alternative:
> In file included from ./boost/thread/locks.hpp:12:0,
>                  from ./boost/thread/pthread/mutex.hpp:12,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_defined_grammar.cpp:20:
> ./boost/thread/thread_time.hpp:19:24: note:   'boost::get_system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_defined_grammar.cpp:20:
> ./boost/thread/xtime.hpp: At global scope:
> ./boost/thread/xtime.hpp:88:1: error: expected declaration before '}' token
> ...failed gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/threading-multi/instantiate_defined_grammar.o...
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/threading-multi/instantiate_predef_macros.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_DYN_LINK=1 -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/threading-multi/instantiate_predef_macros.o" "libs/wave/src/instantiate_predef_macros.cpp"
> 
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_predef_macros.cpp:20:
> ./boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected '}' before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected unqualified-id before numeric constant
> ./boost/thread/xtime.hpp:46:14: error: expected type-specifier before 'system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_predef_macros.cpp:20:
> ./boost/thread/xtime.hpp: In function 'int xtime_get(xtime*, int)':
> ./boost/thread/xtime.hpp:73:40: error: 'get_system_time' was not declared in this scope
> ./boost/thread/xtime.hpp:73:40: note: suggested alternative:
> In file included from ./boost/thread/locks.hpp:12:0,
>                  from ./boost/thread/pthread/mutex.hpp:12,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_predef_macros.cpp:20:
> ./boost/thread/thread_time.hpp:19:24: note:   'boost::get_system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_predef_macros.cpp:20:
> ./boost/thread/xtime.hpp: At global scope:
> ./boost/thread/xtime.hpp:88:1: error: expected declaration before '}' token
> ...failed gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/threading-multi/instantiate_predef_macros.o...
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/threading-multi/instantiate_re2c_lexer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_DYN_LINK=1 -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/threading-multi/instantiate_re2c_lexer.o" "libs/wave/src/instantiate_re2c_lexer.cpp"
> 
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_re2c_lexer.cpp:23:
> ./boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected '}' before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected unqualified-id before numeric constant
> ./boost/thread/xtime.hpp:46:14: error: expected type-specifier before 'system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_re2c_lexer.cpp:23:
> ./boost/thread/xtime.hpp: In function 'int xtime_get(xtime*, int)':
> ./boost/thread/xtime.hpp:73:40: error: 'get_system_time' was not declared in this scope
> ./boost/thread/xtime.hpp:73:40: note: suggested alternative:
> In file included from ./boost/thread/locks.hpp:12:0,
>                  from ./boost/thread/pthread/mutex.hpp:12,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_re2c_lexer.cpp:23:
> ./boost/thread/thread_time.hpp:19:24: note:   'boost::get_system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_re2c_lexer.cpp:23:
> ./boost/thread/xtime.hpp: At global scope:
> ./boost/thread/xtime.hpp:88:1: error: expected declaration before '}' token
> ...failed gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/threading-multi/instantiate_re2c_lexer.o...
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/threading-multi/instantiate_re2c_lexer_str.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_DYN_LINK=1 -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/threading-multi/instantiate_re2c_lexer_str.o" "libs/wave/src/instantiate_re2c_lexer_str.cpp"
> 
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_re2c_lexer_str.cpp:23:
> ./boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected '}' before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected unqualified-id before numeric constant
> ./boost/thread/xtime.hpp:46:14: error: expected type-specifier before 'system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_re2c_lexer_str.cpp:23:
> ./boost/thread/xtime.hpp: In function 'int xtime_get(xtime*, int)':
> ./boost/thread/xtime.hpp:73:40: error: 'get_system_time' was not declared in this scope
> ./boost/thread/xtime.hpp:73:40: note: suggested alternative:
> In file included from ./boost/thread/locks.hpp:12:0,
>                  from ./boost/thread/pthread/mutex.hpp:12,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_re2c_lexer_str.cpp:23:
> ./boost/thread/thread_time.hpp:19:24: note:   'boost::get_system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_re2c_lexer_str.cpp:23:
> ./boost/thread/xtime.hpp: At global scope:
> ./boost/thread/xtime.hpp:88:1: error: expected declaration before '}' token
> ...failed gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/threading-multi/instantiate_re2c_lexer_str.o...
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/threading-multi/token_ids.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_DYN_LINK=1 -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/threading-multi/token_ids.o" "libs/wave/src/token_ids.cpp"
> 
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/threading-multi/wave_config_constant.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_DYN_LINK=1 -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/threading-multi/wave_config_constant.o" "libs/wave/src/wave_config_constant.cpp"
> 
> common.mkdir bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/threading-multi/cpplexer
> 
>         mkdir -p "bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/threading-multi/cpplexer"
>     
> common.mkdir bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/threading-multi/cpplexer/re2clex
> 
>         mkdir -p "bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/threading-multi/cpplexer/re2clex"
>     
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/threading-multi/cpplexer/re2clex/aq.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_DYN_LINK=1 -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/threading-multi/cpplexer/re2clex/aq.o" "libs/wave/src/cpplexer/re2clex/aq.cpp"
> 
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/threading-multi/cpplexer/re2clex/cpp_re.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -w -g -pthread -fPIC  -DBOOST_ALL_DYN_LINK=1 -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/threading-multi/cpplexer/re2clex/cpp_re.o" "libs/wave/src/cpplexer/re2clex/cpp_re.cpp"
> 
> common.mkdir bin.v2/libs/date_time
> 
>         mkdir -p "bin.v2/libs/date_time"
>     
> common.mkdir bin.v2/libs/date_time/build
> 
>         mkdir -p "bin.v2/libs/date_time/build"
>     
> common.mkdir bin.v2/libs/date_time/build/gcc-4.7
> 
>         mkdir -p "bin.v2/libs/date_time/build/gcc-4.7"
>     
> common.mkdir bin.v2/libs/date_time/build/gcc-4.7/release
> 
>         mkdir -p "bin.v2/libs/date_time/build/gcc-4.7/release"
>     
> common.mkdir bin.v2/libs/date_time/build/gcc-4.7/release/debug-symbols-on
> 
>         mkdir -p "bin.v2/libs/date_time/build/gcc-4.7/release/debug-symbols-on"
>     
> common.mkdir bin.v2/libs/date_time/build/gcc-4.7/release/debug-symbols-on/threading-multi
> 
>         mkdir -p "bin.v2/libs/date_time/build/gcc-4.7/release/debug-symbols-on/threading-multi"
>     
> common.mkdir bin.v2/libs/date_time/build/gcc-4.7/release/debug-symbols-on/threading-multi/gregorian
> 
>         mkdir -p "bin.v2/libs/date_time/build/gcc-4.7/release/debug-symbols-on/threading-multi/gregorian"
>     
> gcc.compile.c++ bin.v2/libs/date_time/build/gcc-4.7/release/debug-symbols-on/threading-multi/gregorian/greg_month.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_DYN_LINK=1 -DBOOST_ALL_NO_LIB=1 -DDATE_TIME_INLINE -DNDEBUG  -I"." -c -o "bin.v2/libs/date_time/build/gcc-4.7/release/debug-symbols-on/threading-multi/gregorian/greg_month.o" "libs/date_time/src/gregorian/greg_month.cpp"
> 
> gcc.compile.c++ bin.v2/libs/date_time/build/gcc-4.7/release/debug-symbols-on/threading-multi/gregorian/greg_weekday.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_DYN_LINK=1 -DBOOST_ALL_NO_LIB=1 -DDATE_TIME_INLINE -DNDEBUG  -I"." -c -o "bin.v2/libs/date_time/build/gcc-4.7/release/debug-symbols-on/threading-multi/gregorian/greg_weekday.o" "libs/date_time/src/gregorian/greg_weekday.cpp"
> 
> gcc.compile.c++ bin.v2/libs/date_time/build/gcc-4.7/release/debug-symbols-on/threading-multi/gregorian/date_generators.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_DYN_LINK=1 -DBOOST_ALL_NO_LIB=1 -DDATE_TIME_INLINE -DNDEBUG  -I"." -c -o "bin.v2/libs/date_time/build/gcc-4.7/release/debug-symbols-on/threading-multi/gregorian/date_generators.o" "libs/date_time/src/gregorian/date_generators.cpp"
> 
> gcc.link.dll bin.v2/libs/date_time/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_date_time.so.1.49.0
> 
>     "g++"    -o "bin.v2/libs/date_time/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_date_time.so.1.49.0" -Wl,-h -Wl,libboost_date_time.so.1.49.0 -shared -Wl,--start-group "bin.v2/libs/date_time/build/gcc-4.7/release/debug-symbols-on/threading-multi/gregorian/greg_month.o" "bin.v2/libs/date_time/build/gcc-4.7/release/debug-symbols-on/threading-multi/gregorian/greg_weekday.o" "bin.v2/libs/date_time/build/gcc-4.7/release/debug-symbols-on/threading-multi/gregorian/date_generators.o"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -g -pthread 
> 
> ...skipped <pbin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/threading-multi>libboost_wave.so.1.49.0 for lack of <pbin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/threading-multi>instantiate_cpp_exprgrammar.o...
> ...skipped <pstage/lib>libboost_wave.so.1.49.0 for lack of <pbin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/threading-multi>libboost_wave.so.1.49.0...
> ...skipped <pstage/lib>libboost_wave.so for lack of <pstage/lib>libboost_wave.so.1.49.0...
> common.copy stage/lib/libboost_system.so.1.49.0
> 
>     cp "bin.v2/libs/system/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_system.so.1.49.0"  "stage/lib/libboost_system.so.1.49.0"
> 
> ln-UNIX stage/lib/libboost_system.so
> 
>     ln -f -s 'libboost_system.so.1.49.0' 'stage/lib/libboost_system.so'
> 
> common.copy stage/lib/libboost_chrono.so.1.49.0
> 
>     cp "bin.v2/libs/chrono/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_chrono.so.1.49.0"  "stage/lib/libboost_chrono.so.1.49.0"
> 
> ln-UNIX stage/lib/libboost_chrono.so
> 
>     ln -f -s 'libboost_chrono.so.1.49.0' 'stage/lib/libboost_chrono.so'
> 
> common.copy stage/lib/libboost_date_time.so.1.49.0
> 
>     cp "bin.v2/libs/date_time/build/gcc-4.7/release/debug-symbols-on/threading-multi/libboost_date_time.so.1.49.0"  "stage/lib/libboost_date_time.so.1.49.0"
> 
> ln-UNIX stage/lib/libboost_date_time.so
> 
>     ln -f -s 'libboost_date_time.so.1.49.0' 'stage/lib/libboost_date_time.so'
> 
> common.mkdir bin.v2/libs/exception
> 
>         mkdir -p "bin.v2/libs/exception"
>     
> common.mkdir bin.v2/libs/exception/build
> 
>         mkdir -p "bin.v2/libs/exception/build"
>     
> common.mkdir bin.v2/libs/exception/build/gcc-4.7
> 
>         mkdir -p "bin.v2/libs/exception/build/gcc-4.7"
>     
> common.mkdir bin.v2/libs/exception/build/gcc-4.7/release
> 
>         mkdir -p "bin.v2/libs/exception/build/gcc-4.7/release"
>     
> common.mkdir bin.v2/libs/exception/build/gcc-4.7/release/debug-symbols-on
> 
>         mkdir -p "bin.v2/libs/exception/build/gcc-4.7/release/debug-symbols-on"
>     
> common.mkdir bin.v2/libs/exception/build/gcc-4.7/release/debug-symbols-on/link-static
> 
>         mkdir -p "bin.v2/libs/exception/build/gcc-4.7/release/debug-symbols-on/link-static"
>     
> common.mkdir bin.v2/libs/exception/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi
> 
>         mkdir -p "bin.v2/libs/exception/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/exception/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/clone_current_exception_non_intrusive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/exception/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/clone_current_exception_non_intrusive.o" "libs/exception/src/clone_current_exception_non_intrusive.cpp"
> 
> ...on 600th target...
> RmTemps bin.v2/libs/exception/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_exception.a(clean)
> 
>     rm -f "bin.v2/libs/exception/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_exception.a" 
> 
> gcc.archive bin.v2/libs/exception/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_exception.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/exception/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_exception.a" "bin.v2/libs/exception/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/clone_current_exception_non_intrusive.o"
>     "/usr/bin/ranlib" "bin.v2/libs/exception/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_exception.a"
> 
> common.copy stage/lib/libboost_exception.a
> 
>     cp "bin.v2/libs/exception/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_exception.a"  "stage/lib/libboost_exception.a"
> 
> common.mkdir bin.v2/libs/system/build/gcc-4.7/release/debug-symbols-on/link-static
> 
>         mkdir -p "bin.v2/libs/system/build/gcc-4.7/release/debug-symbols-on/link-static"
>     
> common.mkdir bin.v2/libs/system/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi
> 
>         mkdir -p "bin.v2/libs/system/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/system/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/error_code.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/system/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/error_code.o" "libs/system/src/error_code.cpp"
> 
> RmTemps bin.v2/libs/system/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_system.a(clean)
> 
>     rm -f "bin.v2/libs/system/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_system.a" 
> 
> gcc.archive bin.v2/libs/system/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_system.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/system/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_system.a" "bin.v2/libs/system/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/error_code.o"
>     "/usr/bin/ranlib" "bin.v2/libs/system/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_system.a"
> 
> common.copy stage/lib/libboost_system.a
> 
>     cp "bin.v2/libs/system/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_system.a"  "stage/lib/libboost_system.a"
> 
> common.mkdir bin.v2/libs/chrono/build/gcc-4.7/release/debug-symbols-on/link-static
> 
>         mkdir -p "bin.v2/libs/chrono/build/gcc-4.7/release/debug-symbols-on/link-static"
>     
> common.mkdir bin.v2/libs/chrono/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi
> 
>         mkdir -p "bin.v2/libs/chrono/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/chrono/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/chrono.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -Wextra -Wno-long-long -pedantic -DBOOST_ALL_NO_LIB=1 -DBOOST_All_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/chrono/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/chrono.o" "libs/chrono/src/chrono.cpp"
> 
> gcc.compile.c++ bin.v2/libs/chrono/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/thread_clock.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -Wextra -Wno-long-long -pedantic -DBOOST_ALL_NO_LIB=1 -DBOOST_All_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/chrono/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/thread_clock.o" "libs/chrono/src/thread_clock.cpp"
> 
> gcc.compile.c++ bin.v2/libs/chrono/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/process_cpu_clocks.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -Wextra -Wno-long-long -pedantic -DBOOST_ALL_NO_LIB=1 -DBOOST_All_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/chrono/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/process_cpu_clocks.o" "libs/chrono/src/process_cpu_clocks.cpp"
> 
> In file included from ./boost/chrono/detail/inlined/process_cpu_clocks.hpp:39:0,
>                  from libs/chrono/src/process_cpu_clocks.cpp:17:
> ./boost/chrono/detail/inlined/posix/process_cpu_clocks.hpp: In static member function 'static boost::chrono::process_system_cpu_clock::time_point boost::chrono::process_system_cpu_clock::now()':
> ./boost/chrono/detail/inlined/posix/process_cpu_clocks.hpp:218:1: warning: control reaches end of non-void function [-Wreturn-type]
> RmTemps bin.v2/libs/chrono/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_chrono.a(clean)
> 
>     rm -f "bin.v2/libs/chrono/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_chrono.a" 
> 
> gcc.archive bin.v2/libs/chrono/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_chrono.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/chrono/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_chrono.a" "bin.v2/libs/chrono/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/chrono.o" "bin.v2/libs/chrono/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/thread_clock.o" "bin.v2/libs/chrono/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/process_cpu_clocks.o"
>     "/usr/bin/ranlib" "bin.v2/libs/chrono/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_chrono.a"
> 
> common.copy stage/lib/libboost_chrono.a
> 
>     cp "bin.v2/libs/chrono/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_chrono.a"  "stage/lib/libboost_chrono.a"
> 
> common.mkdir bin.v2/libs/date_time/build/gcc-4.7/release/debug-symbols-on/link-static
> 
>         mkdir -p "bin.v2/libs/date_time/build/gcc-4.7/release/debug-symbols-on/link-static"
>     
> common.mkdir bin.v2/libs/date_time/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi
> 
>         mkdir -p "bin.v2/libs/date_time/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi"
>     
> common.mkdir bin.v2/libs/date_time/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/gregorian
> 
>         mkdir -p "bin.v2/libs/date_time/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/gregorian"
>     
> gcc.compile.c++ bin.v2/libs/date_time/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/gregorian/greg_month.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_DATE_TIME_STATIC_LINK -DDATE_TIME_INLINE -DNDEBUG  -I"." -c -o "bin.v2/libs/date_time/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/gregorian/greg_month.o" "libs/date_time/src/gregorian/greg_month.cpp"
> 
> gcc.compile.c++ bin.v2/libs/date_time/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/gregorian/greg_weekday.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_DATE_TIME_STATIC_LINK -DDATE_TIME_INLINE -DNDEBUG  -I"." -c -o "bin.v2/libs/date_time/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/gregorian/greg_weekday.o" "libs/date_time/src/gregorian/greg_weekday.cpp"
> 
> gcc.compile.c++ bin.v2/libs/date_time/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/gregorian/date_generators.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_DATE_TIME_STATIC_LINK -DDATE_TIME_INLINE -DNDEBUG  -I"." -c -o "bin.v2/libs/date_time/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/gregorian/date_generators.o" "libs/date_time/src/gregorian/date_generators.cpp"
> 
> RmTemps bin.v2/libs/date_time/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_date_time.a(clean)
> 
>     rm -f "bin.v2/libs/date_time/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_date_time.a" 
> 
> gcc.archive bin.v2/libs/date_time/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_date_time.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/date_time/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_date_time.a" "bin.v2/libs/date_time/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/gregorian/greg_month.o" "bin.v2/libs/date_time/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/gregorian/greg_weekday.o" "bin.v2/libs/date_time/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/gregorian/date_generators.o"
>     "/usr/bin/ranlib" "bin.v2/libs/date_time/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_date_time.a"
> 
> common.copy stage/lib/libboost_date_time.a
> 
>     cp "bin.v2/libs/date_time/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_date_time.a"  "stage/lib/libboost_date_time.a"
> 
> common.mkdir bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static
> 
>         mkdir -p "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static"
>     
> common.mkdir bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi
> 
>         mkdir -p "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi"
>     
> common.mkdir bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v2
> 
>         mkdir -p "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v2"
>     
> common.mkdir bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v2/src
> 
>         mkdir -p "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v2/src"
>     
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v2/src/v2_operations.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v2/src/v2_operations.o" "libs/filesystem/v2/src/v2_operations.cpp"
> 
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v2/src/v2_path.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v2/src/v2_path.o" "libs/filesystem/v2/src/v2_path.cpp"
> 
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v2/src/v2_portability.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v2/src/v2_portability.o" "libs/filesystem/v2/src/v2_portability.cpp"
> 
> common.mkdir bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v3
> 
>         mkdir -p "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v3"
>     
> common.mkdir bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v3/src
> 
>         mkdir -p "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v3/src"
>     
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v3/src/operations.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v3/src/operations.o" "libs/filesystem/v3/src/operations.cpp"
> 
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v3/src/path.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v3/src/path.o" "libs/filesystem/v3/src/path.cpp"
> 
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v3/src/portability.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v3/src/portability.o" "libs/filesystem/v3/src/portability.cpp"
> 
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v3/src/windows_file_codecvt.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v3/src/windows_file_codecvt.o" "libs/filesystem/v3/src/windows_file_codecvt.cpp"
> 
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v3/src/codecvt_error_category.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v3/src/codecvt_error_category.o" "libs/filesystem/v3/src/codecvt_error_category.cpp"
> 
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v3/src/path_traits.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v3/src/path_traits.o" "libs/filesystem/v3/src/path_traits.cpp"
> 
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v3/src/unique_path.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v3/src/unique_path.o" "libs/filesystem/v3/src/unique_path.cpp"
> 
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v3/src/utf8_codecvt_facet.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v3/src/utf8_codecvt_facet.o" "libs/filesystem/v3/src/utf8_codecvt_facet.cpp"
> 
> RmTemps bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_filesystem.a(clean)
> 
>     rm -f "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_filesystem.a" 
> 
> gcc.archive bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_filesystem.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_filesystem.a" "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v2/src/v2_operations.o" "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v2/src/v2_path.o" "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v2/src/v2_portability.o" "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v3/src/operations.o" "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v3/src/path.o" "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v3/src/portability.o" "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v3/src/windows_file_codecvt.o" "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v3/src/codecvt_error_category.o" "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v3/src/path_traits.o" "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v3/src/unique_path.o" "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/v3/src/utf8_codecvt_facet.o"
>     "/usr/bin/ranlib" "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_filesystem.a"
> 
> common.copy stage/lib/libboost_filesystem.a
> 
>     cp "bin.v2/libs/filesystem/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_filesystem.a"  "stage/lib/libboost_filesystem.a"
> 
> common.mkdir bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static
> 
>         mkdir -p "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static"
>     
> common.mkdir bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi
> 
>         mkdir -p "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/c_regex_traits.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/c_regex_traits.o" "libs/regex/build/../src/c_regex_traits.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cpp_regex_traits.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cpp_regex_traits.o" "libs/regex/build/../src/cpp_regex_traits.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cregex.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cregex.o" "libs/regex/build/../src/cregex.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/fileiter.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/fileiter.o" "libs/regex/build/../src/fileiter.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/icu.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/icu.o" "libs/regex/build/../src/icu.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/instances.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/instances.o" "libs/regex/build/../src/instances.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/posix_api.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/posix_api.o" "libs/regex/build/../src/posix_api.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/regex.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/regex.o" "libs/regex/build/../src/regex.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/regex_debug.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/regex_debug.o" "libs/regex/build/../src/regex_debug.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/regex_raw_buffer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/regex_raw_buffer.o" "libs/regex/build/../src/regex_raw_buffer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/regex_traits_defaults.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/regex_traits_defaults.o" "libs/regex/build/../src/regex_traits_defaults.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/static_mutex.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/static_mutex.o" "libs/regex/build/../src/static_mutex.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/w32_regex_traits.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/w32_regex_traits.o" "libs/regex/build/../src/w32_regex_traits.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/wc_regex_traits.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/wc_regex_traits.o" "libs/regex/build/../src/wc_regex_traits.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/wide_posix_api.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/wide_posix_api.o" "libs/regex/build/../src/wide_posix_api.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/winstances.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/winstances.o" "libs/regex/build/../src/winstances.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/usinstances.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/usinstances.o" "libs/regex/build/../src/usinstances.cpp"
> 
> RmTemps bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_regex.a(clean)
> 
>     rm -f "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_regex.a" 
> 
> gcc.archive bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_regex.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_regex.a" "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/c_regex_traits.o" "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cpp_regex_traits.o" "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cregex.o" "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/fileiter.o" "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/icu.o" "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/instances.o" "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/posix_api.o" "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/regex.o" "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/regex_debug.o" "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/regex_raw_buffer.o" "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/regex_traits_defaults.o" "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/static_mutex.o" "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/w32_regex_traits.o" "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/wc_regex_traits.o" "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/wide_posix_api.o" "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/winstances.o" "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/usinstances.o"
>     "/usr/bin/ranlib" "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_regex.a"
> 
> common.copy stage/lib/libboost_regex.a
> 
>     cp "bin.v2/libs/regex/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_regex.a"  "stage/lib/libboost_regex.a"
> 
> common.mkdir bin.v2/libs/graph/build/gcc-4.7/release/debug-symbols-on/link-static
> 
>         mkdir -p "bin.v2/libs/graph/build/gcc-4.7/release/debug-symbols-on/link-static"
>     
> common.mkdir bin.v2/libs/graph/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi
> 
>         mkdir -p "bin.v2/libs/graph/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/graph/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/read_graphviz_new.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -I"libs/graph/src" -c -o "bin.v2/libs/graph/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/read_graphviz_new.o" "libs/graph/src/read_graphviz_new.cpp"
> 
> gcc.compile.c++ bin.v2/libs/graph/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/graphml.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -I"libs/graph/src" -c -o "bin.v2/libs/graph/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/graphml.o" "libs/graph/src/graphml.cpp"
> 
> RmTemps bin.v2/libs/graph/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_graph.a(clean)
> 
>     rm -f "bin.v2/libs/graph/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_graph.a" 
> 
> gcc.archive bin.v2/libs/graph/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_graph.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/graph/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_graph.a" "bin.v2/libs/graph/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/read_graphviz_new.o" "bin.v2/libs/graph/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/graphml.o"
>     "/usr/bin/ranlib" "bin.v2/libs/graph/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_graph.a"
> 
> common.copy stage/lib/libboost_graph.a
> 
>     cp "bin.v2/libs/graph/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_graph.a"  "stage/lib/libboost_graph.a"
> 
> common.mkdir bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static
> 
>         mkdir -p "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static"
>     
> common.mkdir bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi
> 
>         mkdir -p "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/basic_archive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/basic_archive.o" "libs/serialization/src/basic_archive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/basic_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/basic_iarchive.o" "libs/serialization/src/basic_iarchive.cpp"
> 
> libs/serialization/src/basic_iarchive.cpp: In member function 'const boost::archive::detail::basic_pointer_iserializer* boost::archive::detail::basic_iarchive_impl::load_pointer(boost::archive::detail::basic_iarchive&, void*&, const boost::archive::detail::basic_pointer_iserializer*, const boost::archive::detail::basic_pointer_iserializer* (*)(const boost::serialization::extended_type_info&))':
> libs/serialization/src/basic_iarchive.cpp:437:23: warning: variable 'new_cid' set but not used [-Wunused-but-set-variable]
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/basic_iserializer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/basic_iserializer.o" "libs/serialization/src/basic_iserializer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/basic_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/basic_oarchive.o" "libs/serialization/src/basic_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/basic_oserializer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/basic_oserializer.o" "libs/serialization/src/basic_oserializer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/basic_pointer_iserializer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/basic_pointer_iserializer.o" "libs/serialization/src/basic_pointer_iserializer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/basic_pointer_oserializer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/basic_pointer_oserializer.o" "libs/serialization/src/basic_pointer_oserializer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/basic_serializer_map.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/basic_serializer_map.o" "libs/serialization/src/basic_serializer_map.cpp"
> 
> libs/serialization/src/basic_serializer_map.cpp: In member function 'bool boost::archive::detail::basic_serializer_map::insert(const boost::archive::detail::basic_serializer*)':
> libs/serialization/src/basic_serializer_map.cpp:46:47: warning: variable 'result' set but not used [-Wunused-but-set-variable]
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/basic_text_iprimitive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/basic_text_iprimitive.o" "libs/serialization/src/basic_text_iprimitive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/basic_text_oprimitive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/basic_text_oprimitive.o" "libs/serialization/src/basic_text_oprimitive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/basic_xml_archive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/basic_xml_archive.o" "libs/serialization/src/basic_xml_archive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/binary_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/binary_iarchive.o" "libs/serialization/src/binary_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/binary_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/binary_oarchive.o" "libs/serialization/src/binary_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/extended_type_info.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/extended_type_info.o" "libs/serialization/src/extended_type_info.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/extended_type_info_typeid.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/extended_type_info_typeid.o" "libs/serialization/src/extended_type_info_typeid.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/extended_type_info_no_rtti.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/extended_type_info_no_rtti.o" "libs/serialization/src/extended_type_info_no_rtti.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/polymorphic_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/polymorphic_iarchive.o" "libs/serialization/src/polymorphic_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/polymorphic_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/polymorphic_oarchive.o" "libs/serialization/src/polymorphic_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/stl_port.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/stl_port.o" "libs/serialization/src/stl_port.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/text_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/text_iarchive.o" "libs/serialization/src/text_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/text_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/text_oarchive.o" "libs/serialization/src/text_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/void_cast.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/void_cast.o" "libs/serialization/src/void_cast.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/archive_exception.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/archive_exception.o" "libs/serialization/src/archive_exception.cpp"
> 
> ...on 700th target...
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/xml_grammar.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/xml_grammar.o" "libs/serialization/src/xml_grammar.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/xml_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/xml_iarchive.o" "libs/serialization/src/xml_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/xml_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/xml_oarchive.o" "libs/serialization/src/xml_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/xml_archive_exception.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/xml_archive_exception.o" "libs/serialization/src/xml_archive_exception.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/shared_ptr_helper.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/shared_ptr_helper.o" "libs/serialization/src/shared_ptr_helper.cpp"
> 
> RmTemps bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_serialization.a(clean)
> 
>     rm -f "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_serialization.a" 
> 
> gcc.archive bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_serialization.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_serialization.a" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/basic_archive.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/basic_iarchive.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/basic_iserializer.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/basic_oarchive.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/basic_oserializer.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/basic_pointer_iserializer.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/basic_pointer_oserializer.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/basic_serializer_map.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/basic_text_iprimitive.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/basic_text_oprimitive.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/basic_xml_archive.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/binary_iarchive.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/binary_oarchive.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/extended_type_info.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/extended_type_info_typeid.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/extended_type_info_no_rtti.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/polymorphic_iarchive.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/polymorphic_oarchive.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/stl_port.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/text_iarchive.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/text_oarchive.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/void_cast.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/archive_exception.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/xml_grammar.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/xml_iarchive.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/xml_oarchive.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/xml_archive_exception.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/shared_ptr_helper.o"
>     "/usr/bin/ranlib" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_serialization.a"
> 
> common.copy stage/lib/libboost_serialization.a
> 
>     cp "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_serialization.a"  "stage/lib/libboost_serialization.a"
> 
> common.mkdir bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static
> 
>         mkdir -p "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static"
>     
> common.mkdir bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi
> 
>         mkdir -p "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/broadcast.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/broadcast.o" "libs/mpi/src/broadcast.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/communicator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/communicator.o" "libs/mpi/src/communicator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/computation_tree.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/computation_tree.o" "libs/mpi/src/computation_tree.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/content_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/content_oarchive.o" "libs/mpi/src/content_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/environment.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/environment.o" "libs/mpi/src/environment.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/exception.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/exception.o" "libs/mpi/src/exception.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/graph_communicator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/graph_communicator.o" "libs/mpi/src/graph_communicator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/group.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/group.o" "libs/mpi/src/group.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/intercommunicator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/intercommunicator.o" "libs/mpi/src/intercommunicator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/mpi_datatype_cache.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/mpi_datatype_cache.o" "libs/mpi/src/mpi_datatype_cache.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/mpi_datatype_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/mpi_datatype_oarchive.o" "libs/mpi/src/mpi_datatype_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/packed_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/packed_iarchive.o" "libs/mpi/src/packed_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/packed_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/packed_oarchive.o" "libs/mpi/src/packed_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/packed_skeleton_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/packed_skeleton_iarchive.o" "libs/mpi/src/packed_skeleton_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/packed_skeleton_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/packed_skeleton_oarchive.o" "libs/mpi/src/packed_skeleton_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/point_to_point.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/point_to_point.o" "libs/mpi/src/point_to_point.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/request.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/request.o" "libs/mpi/src/request.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/text_skeleton_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/text_skeleton_oarchive.o" "libs/mpi/src/text_skeleton_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/timer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/timer.o" "libs/mpi/src/timer.cpp"
> 
> RmTemps bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_mpi.a(clean)
> 
>     rm -f "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_mpi.a" 
> 
> gcc.archive bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_mpi.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_mpi.a" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/broadcast.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/communicator.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/computation_tree.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/content_oarchive.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/environment.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/exception.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/graph_communicator.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/group.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/intercommunicator.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/mpi_datatype_cache.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/mpi_datatype_oarchive.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/packed_iarchive.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/packed_oarchive.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/packed_skeleton_iarchive.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/packed_skeleton_oarchive.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/point_to_point.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/request.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/text_skeleton_oarchive.o" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/timer.o"
>     "/usr/bin/ranlib" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_mpi.a"
> 
> common.copy stage/lib/libboost_mpi.a
> 
>     cp "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_mpi.a"  "stage/lib/libboost_mpi.a"
> 
> common.mkdir bin.v2/libs/graph_parallel/build/gcc-4.7/release/debug-symbols-on/link-static
> 
>         mkdir -p "bin.v2/libs/graph_parallel/build/gcc-4.7/release/debug-symbols-on/link-static"
>     
> common.mkdir bin.v2/libs/graph_parallel/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi
> 
>         mkdir -p "bin.v2/libs/graph_parallel/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/graph_parallel/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/mpi_process_group.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_GRAPH_NO_LIB=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -I"libs/graph_parallel/src" -c -o "bin.v2/libs/graph_parallel/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/mpi_process_group.o" "libs/graph_parallel/src/mpi_process_group.cpp"
> 
> libs/graph_parallel/src/mpi_process_group.cpp: In member function 'void boost::graph::distributed::mpi_process_group::impl::free_sent_batches()':
> libs/graph_parallel/src/mpi_process_group.cpp:1034:7: warning: variable 'result' set but not used [-Wunused-but-set-variable]
> In file included from libs/graph_parallel/src/mpi_process_group.cpp:14:0:
> ./boost/graph/distributed/mpi_process_group.hpp: In member function 'boost::optional<std::pair<int, int> > boost::graph::distributed::mpi_process_group::poll(bool, int, bool) const':
> ./boost/graph/distributed/mpi_process_group.hpp:356:73: warning: '*((void*)& status +8)' may be used uninitialized in this function [-Wmaybe-uninitialized]
> libs/graph_parallel/src/mpi_process_group.cpp:980:32: note: '*((void*)& status +8)' was declared here
> libs/graph_parallel/src/mpi_process_group.cpp:996:7: warning: '*((void*)& status +4)' may be used uninitialized in this function [-Wmaybe-uninitialized]
> In file included from libs/graph_parallel/src/mpi_process_group.cpp:14:0:
> ./boost/graph/distributed/mpi_process_group.hpp: In member function 'boost::optional<std::pair<int, int> > boost::graph::distributed::mpi_process_group::_ZNK5boost5graph11distributed17mpi_process_group4pollEbib.constprop.729(bool) const':
> ./boost/graph/distributed/mpi_process_group.hpp:356:73: warning: '*((void*)& status +8)' may be used uninitialized in this function [-Wmaybe-uninitialized]
> libs/graph_parallel/src/mpi_process_group.cpp:980:32: note: '*((void*)& status +8)' was declared here
> libs/graph_parallel/src/mpi_process_group.cpp:996:7: warning: '*((void*)& status +4)' may be used uninitialized in this function [-Wmaybe-uninitialized]
> gcc.compile.c++ bin.v2/libs/graph_parallel/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/tag_allocator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_GRAPH_NO_LIB=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -I"libs/graph_parallel/src" -c -o "bin.v2/libs/graph_parallel/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/tag_allocator.o" "libs/graph_parallel/src/tag_allocator.cpp"
> 
> RmTemps bin.v2/libs/graph_parallel/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_graph_parallel.a(clean)
> 
>     rm -f "bin.v2/libs/graph_parallel/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_graph_parallel.a" 
> 
> gcc.archive bin.v2/libs/graph_parallel/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_graph_parallel.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/graph_parallel/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_graph_parallel.a" "bin.v2/libs/graph_parallel/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/mpi_process_group.o" "bin.v2/libs/graph_parallel/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/tag_allocator.o"
>     "/usr/bin/ranlib" "bin.v2/libs/graph_parallel/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_graph_parallel.a"
> 
> common.copy stage/lib/libboost_graph_parallel.a
> 
>     cp "bin.v2/libs/graph_parallel/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_graph_parallel.a"  "stage/lib/libboost_graph_parallel.a"
> 
> common.mkdir bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/link-static
> 
>         mkdir -p "bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/link-static"
>     
> common.mkdir bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi
> 
>         mkdir -p "bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/file_descriptor.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_IOSTREAMS_USE_DEPRECATED -DNDEBUG  -I"." -c -o "bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/file_descriptor.o" "libs/iostreams/src/file_descriptor.cpp"
> 
> gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/mapped_file.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_IOSTREAMS_USE_DEPRECATED -DNDEBUG  -I"." -c -o "bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/mapped_file.o" "libs/iostreams/src/mapped_file.cpp"
> 
> gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/zlib.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_IOSTREAMS_USE_DEPRECATED -DNDEBUG  -I"." -c -o "bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/zlib.o" "libs/iostreams/src/zlib.cpp"
> 
> gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/gzip.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_IOSTREAMS_USE_DEPRECATED -DNDEBUG  -I"." -c -o "bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/gzip.o" "libs/iostreams/src/gzip.cpp"
> 
> gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/bzip2.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_IOSTREAMS_USE_DEPRECATED -DNDEBUG  -I"." -c -o "bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/bzip2.o" "libs/iostreams/src/bzip2.cpp"
> 
> RmTemps bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_iostreams.a(clean)
> 
>     rm -f "bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_iostreams.a" 
> 
> gcc.archive bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_iostreams.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_iostreams.a" "bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/file_descriptor.o" "bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/mapped_file.o" "bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/zlib.o" "bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/gzip.o" "bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/bzip2.o"
>     "/usr/bin/ranlib" "bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_iostreams.a"
> 
> common.copy stage/lib/libboost_iostreams.a
> 
>     cp "bin.v2/libs/iostreams/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_iostreams.a"  "stage/lib/libboost_iostreams.a"
> 
> common.mkdir bin.v2/libs/thread/build/gcc-4.7/release/debug-symbols-on/link-static
> 
>         mkdir -p "bin.v2/libs/thread/build/gcc-4.7/release/debug-symbols-on/link-static"
>     
> common.mkdir bin.v2/libs/thread/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi
> 
>         mkdir -p "bin.v2/libs/thread/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi"
>     
> common.mkdir bin.v2/libs/thread/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/pthread
> 
>         mkdir -p "bin.v2/libs/thread/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/pthread"
>     
> gcc.compile.c++ bin.v2/libs/thread/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/pthread/thread.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -Wno-long-long -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_BUILD_LIB=1 -DBOOST_THREAD_POSIX -DNDEBUG  -I"." -c -o "bin.v2/libs/thread/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/pthread/thread.o" "libs/thread/src/pthread/thread.cpp"
> 
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/thread/pthread/thread_data.hpp:12,
>                  from ./boost/thread/thread.hpp:17,
>                  from libs/thread/src/pthread/thread.cpp:10:
> ./boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected '}' before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected unqualified-id before numeric constant
> ./boost/thread/xtime.hpp:46:14: error: expected type-specifier before 'system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/thread/pthread/thread_data.hpp:12,
>                  from ./boost/thread/thread.hpp:17,
>                  from libs/thread/src/pthread/thread.cpp:10:
> ./boost/thread/xtime.hpp: In function 'int xtime_get(xtime*, int)':
> ./boost/thread/xtime.hpp:73:40: error: 'get_system_time' was not declared in this scope
> ./boost/thread/xtime.hpp:73:40: note: suggested alternative:
> In file included from ./boost/thread/locks.hpp:12:0,
>                  from ./boost/thread/pthread/mutex.hpp:12,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/thread/pthread/thread_data.hpp:12,
>                  from ./boost/thread/thread.hpp:17,
>                  from libs/thread/src/pthread/thread.cpp:10:
> ./boost/thread/thread_time.hpp:19:24: note:   'boost::get_system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/thread/pthread/thread_data.hpp:12,
>                  from ./boost/thread/thread.hpp:17,
>                  from libs/thread/src/pthread/thread.cpp:10:
> ./boost/thread/xtime.hpp: At global scope:
> ./boost/thread/xtime.hpp:88:1: error: expected declaration before '}' token
> ...failed gcc.compile.c++ bin.v2/libs/thread/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/pthread/thread.o...
> gcc.compile.c++ bin.v2/libs/thread/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/pthread/once.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -Wno-long-long -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_BUILD_LIB=1 -DBOOST_THREAD_POSIX -DNDEBUG  -I"." -c -o "bin.v2/libs/thread/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/pthread/once.o" "libs/thread/src/pthread/once.cpp"
> 
> ...skipped <pbin.v2/libs/thread/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi>libboost_thread.a(clean) for lack of <pbin.v2/libs/thread/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi>pthread/thread.o...
> ...skipped <pbin.v2/libs/thread/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi>libboost_thread.a for lack of <pbin.v2/libs/thread/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi>pthread/thread.o...
> ...skipped <pstage/lib>libboost_thread.a for lack of <pbin.v2/libs/thread/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi>libboost_thread.a...
> common.mkdir bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static
> 
>         mkdir -p "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static"
>     
> common.mkdir bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi
> 
>         mkdir -p "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi"
>     
> common.mkdir bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/encoding
> 
>         mkdir -p "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/encoding"
>     
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/encoding/codepage.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/encoding/codepage.o" "libs/locale/src/encoding/codepage.cpp"
> 
> common.mkdir bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/shared
> 
>         mkdir -p "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/shared"
>     
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/shared/date_time.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/shared/date_time.o" "libs/locale/src/shared/date_time.cpp"
> 
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from libs/locale/src/shared/date_time.cpp:11:
> ./boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected '}' before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected unqualified-id before numeric constant
> ./boost/thread/xtime.hpp:46:14: error: expected type-specifier before 'system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from libs/locale/src/shared/date_time.cpp:11:
> ./boost/thread/xtime.hpp: In function 'int xtime_get(xtime*, int)':
> ./boost/thread/xtime.hpp:73:40: error: 'get_system_time' was not declared in this scope
> ./boost/thread/xtime.hpp:73:40: note: suggested alternative:
> In file included from ./boost/thread/locks.hpp:12:0,
>                  from ./boost/thread/pthread/mutex.hpp:12,
>                  from ./boost/thread/mutex.hpp:16,
>                  from libs/locale/src/shared/date_time.cpp:11:
> ./boost/thread/thread_time.hpp:19:24: note:   'boost::get_system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from libs/locale/src/shared/date_time.cpp:11:
> ./boost/thread/xtime.hpp: At global scope:
> ./boost/thread/xtime.hpp:88:1: error: expected declaration before '}' token
> ...failed gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/shared/date_time.o...
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/shared/format.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/shared/format.o" "libs/locale/src/shared/format.cpp"
> 
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/shared/formatting.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/shared/formatting.o" "libs/locale/src/shared/formatting.cpp"
> 
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/shared/generator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/shared/generator.o" "libs/locale/src/shared/generator.cpp"
> 
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from libs/locale/src/shared/generator.cpp:16:
> ./boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected '}' before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected unqualified-id before numeric constant
> ./boost/thread/xtime.hpp:46:14: error: expected type-specifier before 'system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from libs/locale/src/shared/generator.cpp:16:
> ./boost/thread/xtime.hpp: In function 'int xtime_get(xtime*, int)':
> ./boost/thread/xtime.hpp:73:40: error: 'get_system_time' was not declared in this scope
> ./boost/thread/xtime.hpp:73:40: note: suggested alternative:
> In file included from ./boost/thread/locks.hpp:12:0,
>                  from ./boost/thread/pthread/mutex.hpp:12,
>                  from ./boost/thread/mutex.hpp:16,
>                  from libs/locale/src/shared/generator.cpp:16:
> ./boost/thread/thread_time.hpp:19:24: note:   'boost::get_system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from libs/locale/src/shared/generator.cpp:16:
> ./boost/thread/xtime.hpp: At global scope:
> ./boost/thread/xtime.hpp:88:1: error: expected declaration before '}' token
> ...failed gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/shared/generator.o...
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/shared/ids.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/shared/ids.o" "libs/locale/src/shared/ids.cpp"
> 
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/shared/localization_backend.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/shared/localization_backend.o" "libs/locale/src/shared/localization_backend.cpp"
> 
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from libs/locale/src/shared/localization_backend.cpp:11:
> ./boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected '}' before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected unqualified-id before numeric constant
> ./boost/thread/xtime.hpp:46:14: error: expected type-specifier before 'system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from libs/locale/src/shared/localization_backend.cpp:11:
> ./boost/thread/xtime.hpp: In function 'int xtime_get(xtime*, int)':
> ./boost/thread/xtime.hpp:73:40: error: 'get_system_time' was not declared in this scope
> ./boost/thread/xtime.hpp:73:40: note: suggested alternative:
> In file included from ./boost/thread/locks.hpp:12:0,
>                  from ./boost/thread/pthread/mutex.hpp:12,
>                  from ./boost/thread/mutex.hpp:16,
>                  from libs/locale/src/shared/localization_backend.cpp:11:
> ./boost/thread/thread_time.hpp:19:24: note:   'boost::get_system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from libs/locale/src/shared/localization_backend.cpp:11:
> ./boost/thread/xtime.hpp: At global scope:
> ./boost/thread/xtime.hpp:88:1: error: expected declaration before '}' token
> ...failed gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/shared/localization_backend.o...
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/shared/message.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/shared/message.o" "libs/locale/src/shared/message.cpp"
> 
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/shared/mo_lambda.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/shared/mo_lambda.o" "libs/locale/src/shared/mo_lambda.cpp"
> 
> common.mkdir bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/util
> 
>         mkdir -p "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/util"
>     
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/util/codecvt_converter.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/util/codecvt_converter.o" "libs/locale/src/util/codecvt_converter.cpp"
> 
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/util/default_locale.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/util/default_locale.o" "libs/locale/src/util/default_locale.cpp"
> 
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/util/info.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/util/info.o" "libs/locale/src/util/info.cpp"
> 
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/util/locale_data.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/util/locale_data.o" "libs/locale/src/util/locale_data.cpp"
> 
> common.mkdir bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/icu
> 
>         mkdir -p "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/icu"
>     
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/icu/boundary.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/icu/boundary.o" "libs/locale/src/icu/boundary.cpp"
> 
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/icu/codecvt.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/icu/codecvt.o" "libs/locale/src/icu/codecvt.cpp"
> 
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/icu/collator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/icu/collator.o" "libs/locale/src/icu/collator.cpp"
> 
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/thread/pthread/thread_data.hpp:12,
>                  from ./boost/thread/thread.hpp:17,
>                  from ./boost/thread.hpp:13,
>                  from libs/locale/src/icu/collator.cpp:11:
> ./boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected '}' before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected unqualified-id before numeric constant
> ./boost/thread/xtime.hpp:46:14: error: expected type-specifier before 'system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/thread/pthread/thread_data.hpp:12,
>                  from ./boost/thread/thread.hpp:17,
>                  from ./boost/thread.hpp:13,
>                  from libs/locale/src/icu/collator.cpp:11:
> ./boost/thread/xtime.hpp: In function 'int xtime_get(xtime*, int)':
> ./boost/thread/xtime.hpp:73:40: error: 'get_system_time' was not declared in this scope
> ./boost/thread/xtime.hpp:73:40: note: suggested alternative:
> In file included from ./boost/thread/locks.hpp:12:0,
>                  from ./boost/thread/pthread/mutex.hpp:12,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/thread/pthread/thread_data.hpp:12,
>                  from ./boost/thread/thread.hpp:17,
>                  from ./boost/thread.hpp:13,
>                  from libs/locale/src/icu/collator.cpp:11:
> ./boost/thread/thread_time.hpp:19:24: note:   'boost::get_system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/thread/pthread/thread_data.hpp:12,
>                  from ./boost/thread/thread.hpp:17,
>                  from ./boost/thread.hpp:13,
>                  from libs/locale/src/icu/collator.cpp:11:
> ./boost/thread/xtime.hpp: At global scope:
> ./boost/thread/xtime.hpp:88:1: error: expected declaration before '}' token
> ...failed gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/icu/collator.o...
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/icu/conversion.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/icu/conversion.o" "libs/locale/src/icu/conversion.cpp"
> 
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/icu/date_time.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/icu/date_time.o" "libs/locale/src/icu/date_time.cpp"
> 
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/thread/pthread/thread_data.hpp:12,
>                  from ./boost/thread/thread.hpp:17,
>                  from ./boost/thread.hpp:13,
>                  from libs/locale/src/icu/date_time.cpp:14:
> ./boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected '}' before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected unqualified-id before numeric constant
> ./boost/thread/xtime.hpp:46:14: error: expected type-specifier before 'system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/thread/pthread/thread_data.hpp:12,
>                  from ./boost/thread/thread.hpp:17,
>                  from ./boost/thread.hpp:13,
>                  from libs/locale/src/icu/date_time.cpp:14:
> ./boost/thread/xtime.hpp: In function 'int xtime_get(xtime*, int)':
> ./boost/thread/xtime.hpp:73:40: error: 'get_system_time' was not declared in this scope
> ./boost/thread/xtime.hpp:73:40: note: suggested alternative:
> In file included from ./boost/thread/locks.hpp:12:0,
>                  from ./boost/thread/pthread/mutex.hpp:12,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/thread/pthread/thread_data.hpp:12,
>                  from ./boost/thread/thread.hpp:17,
>                  from ./boost/thread.hpp:13,
>                  from libs/locale/src/icu/date_time.cpp:14:
> ./boost/thread/thread_time.hpp:19:24: note:   'boost::get_system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/thread/pthread/thread_data.hpp:12,
>                  from ./boost/thread/thread.hpp:17,
>                  from ./boost/thread.hpp:13,
>                  from libs/locale/src/icu/date_time.cpp:14:
> ./boost/thread/xtime.hpp: At global scope:
> ./boost/thread/xtime.hpp:88:1: error: expected declaration before '}' token
> ...failed gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/icu/date_time.o...
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/icu/formatter.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/icu/formatter.o" "libs/locale/src/icu/formatter.cpp"
> 
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/thread/pthread/thread_data.hpp:12,
>                  from ./boost/thread/thread.hpp:17,
>                  from ./boost/thread.hpp:13,
>                  from libs/locale/src/icu/predefined_formatters.hpp:14,
>                  from libs/locale/src/icu/formatter.cpp:25:
> ./boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected '}' before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected unqualified-id before numeric constant
> ./boost/thread/xtime.hpp:46:14: error: expected type-specifier before 'system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/thread/pthread/thread_data.hpp:12,
>                  from ./boost/thread/thread.hpp:17,
>                  from ./boost/thread.hpp:13,
>                  from libs/locale/src/icu/predefined_formatters.hpp:14,
>                  from libs/locale/src/icu/formatter.cpp:25:
> ./boost/thread/xtime.hpp: In function 'int xtime_get(xtime*, int)':
> ./boost/thread/xtime.hpp:73:40: error: 'get_system_time' was not declared in this scope
> ./boost/thread/xtime.hpp:73:40: note: suggested alternative:
> In file included from ./boost/thread/locks.hpp:12:0,
>                  from ./boost/thread/pthread/mutex.hpp:12,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/thread/pthread/thread_data.hpp:12,
>                  from ./boost/thread/thread.hpp:17,
>                  from ./boost/thread.hpp:13,
>                  from libs/locale/src/icu/predefined_formatters.hpp:14,
>                  from libs/locale/src/icu/formatter.cpp:25:
> ./boost/thread/thread_time.hpp:19:24: note:   'boost::get_system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/thread/pthread/thread_data.hpp:12,
>                  from ./boost/thread/thread.hpp:17,
>                  from ./boost/thread.hpp:13,
>                  from libs/locale/src/icu/predefined_formatters.hpp:14,
>                  from libs/locale/src/icu/formatter.cpp:25:
> ./boost/thread/xtime.hpp: At global scope:
> ./boost/thread/xtime.hpp:88:1: error: expected declaration before '}' token
> ...failed gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/icu/formatter.o...
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/icu/icu_backend.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/icu/icu_backend.o" "libs/locale/src/icu/icu_backend.cpp"
> 
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/icu/numeric.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/icu/numeric.o" "libs/locale/src/icu/numeric.cpp"
> 
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/thread/pthread/thread_data.hpp:12,
>                  from ./boost/thread/thread.hpp:17,
>                  from ./boost/thread.hpp:13,
>                  from libs/locale/src/icu/predefined_formatters.hpp:14,
>                  from libs/locale/src/icu/numeric.cpp:18:
> ./boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected '}' before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected unqualified-id before numeric constant
> ./boost/thread/xtime.hpp:46:14: error: expected type-specifier before 'system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/thread/pthread/thread_data.hpp:12,
>                  from ./boost/thread/thread.hpp:17,
>                  from ./boost/thread.hpp:13,
>                  from libs/locale/src/icu/predefined_formatters.hpp:14,
>                  from libs/locale/src/icu/numeric.cpp:18:
> ./boost/thread/xtime.hpp: In function 'int xtime_get(xtime*, int)':
> ./boost/thread/xtime.hpp:73:40: error: 'get_system_time' was not declared in this scope
> ./boost/thread/xtime.hpp:73:40: note: suggested alternative:
> In file included from ./boost/thread/locks.hpp:12:0,
>                  from ./boost/thread/pthread/mutex.hpp:12,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/thread/pthread/thread_data.hpp:12,
>                  from ./boost/thread/thread.hpp:17,
>                  from ./boost/thread.hpp:13,
>                  from libs/locale/src/icu/predefined_formatters.hpp:14,
>                  from libs/locale/src/icu/numeric.cpp:18:
> ./boost/thread/thread_time.hpp:19:24: note:   'boost::get_system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/thread/pthread/thread_data.hpp:12,
>                  from ./boost/thread/thread.hpp:17,
>                  from ./boost/thread.hpp:13,
>                  from libs/locale/src/icu/predefined_formatters.hpp:14,
>                  from libs/locale/src/icu/numeric.cpp:18:
> ./boost/thread/xtime.hpp: At global scope:
> ./boost/thread/xtime.hpp:88:1: error: expected declaration before '}' token
> ...failed gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/icu/numeric.o...
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/icu/time_zone.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/icu/time_zone.o" "libs/locale/src/icu/time_zone.cpp"
> 
> common.mkdir bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/posix
> 
>         mkdir -p "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/posix"
>     
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/posix/codecvt.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/posix/codecvt.o" "libs/locale/src/posix/codecvt.cpp"
> 
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/posix/collate.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/posix/collate.o" "libs/locale/src/posix/collate.cpp"
> 
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/posix/converter.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/posix/converter.o" "libs/locale/src/posix/converter.cpp"
> 
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/posix/numeric.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/posix/numeric.o" "libs/locale/src/posix/numeric.cpp"
> 
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/posix/posix_backend.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/posix/posix_backend.o" "libs/locale/src/posix/posix_backend.cpp"
> 
> common.mkdir bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/std
> 
>         mkdir -p "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/std"
>     
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/std/codecvt.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/std/codecvt.o" "libs/locale/src/std/codecvt.cpp"
> 
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/std/collate.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/std/collate.o" "libs/locale/src/std/collate.cpp"
> 
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/std/converter.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/std/converter.o" "libs/locale/src/std/converter.cpp"
> 
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/std/numeric.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/std/numeric.o" "libs/locale/src/std/numeric.cpp"
> 
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/std/std_backend.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/std/std_backend.o" "libs/locale/src/std/std_backend.cpp"
> 
> gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/util/gregorian.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_LOCALE_WITH_ICU=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/util/gregorian.o" "libs/locale/src/util/gregorian.cpp"
> 
> ...skipped <pbin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi>libboost_locale.a(clean) for lack of <pbin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi>shared/date_time.o...
> ...skipped <pbin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi>libboost_locale.a for lack of <pbin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi>shared/date_time.o...
> ...skipped <pstage/lib>libboost_locale.a for lack of <pbin.v2/libs/locale/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi>libboost_locale.a...
> common.mkdir bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static
> 
>         mkdir -p "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static"
>     
> common.mkdir bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi
> 
>         mkdir -p "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi"
>     
> common.mkdir bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/..
> 
>         mkdir -p "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/.."
>     
> common.mkdir bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src
> 
>         mkdir -p "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src"
>     
> common.mkdir bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1
> 
>         mkdir -p "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1"
>     
> ...on 800th target...
> gcc.compile.c++.pch bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1/pch.hpp.gch
> 
>     "g++" -x c++-header -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1/pch.hpp.gch" "libs/math/build/../src/tr1/pch.hpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/assoc_laguerre.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/assoc_laguerre.o" "libs/math/build/../src/tr1/assoc_laguerre.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/assoc_legendre.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/assoc_legendre.o" "libs/math/build/../src/tr1/assoc_legendre.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/beta.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/beta.o" "libs/math/build/../src/tr1/beta.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/comp_ellint_1.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/comp_ellint_1.o" "libs/math/build/../src/tr1/comp_ellint_1.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/comp_ellint_2.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/comp_ellint_2.o" "libs/math/build/../src/tr1/comp_ellint_2.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/comp_ellint_3.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/comp_ellint_3.o" "libs/math/build/../src/tr1/comp_ellint_3.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_i.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_i.o" "libs/math/build/../src/tr1/cyl_bessel_i.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_j.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_j.o" "libs/math/build/../src/tr1/cyl_bessel_j.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_k.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_k.o" "libs/math/build/../src/tr1/cyl_bessel_k.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cyl_neumann.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cyl_neumann.o" "libs/math/build/../src/tr1/cyl_neumann.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ellint_1.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ellint_1.o" "libs/math/build/../src/tr1/ellint_1.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ellint_2.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ellint_2.o" "libs/math/build/../src/tr1/ellint_2.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ellint_3.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ellint_3.o" "libs/math/build/../src/tr1/ellint_3.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/expint.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/expint.o" "libs/math/build/../src/tr1/expint.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/hermite.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/hermite.o" "libs/math/build/../src/tr1/hermite.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/laguerre.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/laguerre.o" "libs/math/build/../src/tr1/laguerre.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/legendre.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/legendre.o" "libs/math/build/../src/tr1/legendre.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/riemann_zeta.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/riemann_zeta.o" "libs/math/build/../src/tr1/riemann_zeta.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/sph_bessel.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/sph_bessel.o" "libs/math/build/../src/tr1/sph_bessel.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/sph_legendre.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/sph_legendre.o" "libs/math/build/../src/tr1/sph_legendre.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/sph_neumann.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/sph_neumann.o" "libs/math/build/../src/tr1/sph_neumann.cpp"
> 
> RmTemps bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_math_tr1.a(clean)
> 
>     rm -f "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_math_tr1.a" 
> 
> gcc.archive bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_math_tr1.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_math_tr1.a" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/assoc_laguerre.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/assoc_legendre.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/beta.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/comp_ellint_1.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/comp_ellint_2.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/comp_ellint_3.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_i.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_j.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_k.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cyl_neumann.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ellint_1.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ellint_2.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ellint_3.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/expint.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/hermite.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/laguerre.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/legendre.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/riemann_zeta.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/sph_bessel.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/sph_legendre.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/sph_neumann.o"
>     "/usr/bin/ranlib" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_math_tr1.a"
> 
> common.copy stage/lib/libboost_math_tr1.a
> 
>     cp "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_math_tr1.a"  "stage/lib/libboost_math_tr1.a"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/assoc_laguerref.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/assoc_laguerref.o" "libs/math/build/../src/tr1/assoc_laguerref.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/assoc_legendref.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/assoc_legendref.o" "libs/math/build/../src/tr1/assoc_legendref.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/betaf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/betaf.o" "libs/math/build/../src/tr1/betaf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/comp_ellint_1f.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/comp_ellint_1f.o" "libs/math/build/../src/tr1/comp_ellint_1f.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/comp_ellint_2f.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/comp_ellint_2f.o" "libs/math/build/../src/tr1/comp_ellint_2f.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/comp_ellint_3f.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/comp_ellint_3f.o" "libs/math/build/../src/tr1/comp_ellint_3f.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_if.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_if.o" "libs/math/build/../src/tr1/cyl_bessel_if.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_jf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_jf.o" "libs/math/build/../src/tr1/cyl_bessel_jf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_kf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_kf.o" "libs/math/build/../src/tr1/cyl_bessel_kf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cyl_neumannf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cyl_neumannf.o" "libs/math/build/../src/tr1/cyl_neumannf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ellint_1f.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ellint_1f.o" "libs/math/build/../src/tr1/ellint_1f.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ellint_2f.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ellint_2f.o" "libs/math/build/../src/tr1/ellint_2f.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ellint_3f.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ellint_3f.o" "libs/math/build/../src/tr1/ellint_3f.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/expintf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/expintf.o" "libs/math/build/../src/tr1/expintf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/hermitef.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/hermitef.o" "libs/math/build/../src/tr1/hermitef.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/laguerref.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/laguerref.o" "libs/math/build/../src/tr1/laguerref.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/legendref.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/legendref.o" "libs/math/build/../src/tr1/legendref.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/riemann_zetaf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/riemann_zetaf.o" "libs/math/build/../src/tr1/riemann_zetaf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/sph_besself.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/sph_besself.o" "libs/math/build/../src/tr1/sph_besself.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/sph_legendref.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/sph_legendref.o" "libs/math/build/../src/tr1/sph_legendref.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/sph_neumannf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/sph_neumannf.o" "libs/math/build/../src/tr1/sph_neumannf.cpp"
> 
> RmTemps bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_math_tr1f.a(clean)
> 
>     rm -f "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_math_tr1f.a" 
> 
> gcc.archive bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_math_tr1f.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_math_tr1f.a" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/assoc_laguerref.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/assoc_legendref.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/betaf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/comp_ellint_1f.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/comp_ellint_2f.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/comp_ellint_3f.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_if.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_jf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_kf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cyl_neumannf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ellint_1f.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ellint_2f.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ellint_3f.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/expintf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/hermitef.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/laguerref.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/legendref.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/riemann_zetaf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/sph_besself.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/sph_legendref.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/sph_neumannf.o"
>     "/usr/bin/ranlib" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_math_tr1f.a"
> 
> common.copy stage/lib/libboost_math_tr1f.a
> 
>     cp "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_math_tr1f.a"  "stage/lib/libboost_math_tr1f.a"
> 
> common.mkdir bin.v2/libs/math/config/gcc-4.7/release/debug-symbols-on/link-static
> 
>         mkdir -p "bin.v2/libs/math/config/gcc-4.7/release/debug-symbols-on/link-static"
>     
> common.mkdir bin.v2/libs/math/config/gcc-4.7/release/debug-symbols-on/link-static/threading-multi
> 
>         mkdir -p "bin.v2/libs/math/config/gcc-4.7/release/debug-symbols-on/link-static/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/math/config/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/has_long_double_support.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/math/config/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/has_long_double_support.o" "libs/math/config/has_long_double_support.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/assoc_laguerrel.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/assoc_laguerrel.o" "libs/math/build/../src/tr1/assoc_laguerrel.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/assoc_legendrel.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/assoc_legendrel.o" "libs/math/build/../src/tr1/assoc_legendrel.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/betal.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/betal.o" "libs/math/build/../src/tr1/betal.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/comp_ellint_1l.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/comp_ellint_1l.o" "libs/math/build/../src/tr1/comp_ellint_1l.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/comp_ellint_2l.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/comp_ellint_2l.o" "libs/math/build/../src/tr1/comp_ellint_2l.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/comp_ellint_3l.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/comp_ellint_3l.o" "libs/math/build/../src/tr1/comp_ellint_3l.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_il.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_il.o" "libs/math/build/../src/tr1/cyl_bessel_il.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_jl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_jl.o" "libs/math/build/../src/tr1/cyl_bessel_jl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_kl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_kl.o" "libs/math/build/../src/tr1/cyl_bessel_kl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cyl_neumannl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cyl_neumannl.o" "libs/math/build/../src/tr1/cyl_neumannl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ellint_1l.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ellint_1l.o" "libs/math/build/../src/tr1/ellint_1l.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ellint_2l.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ellint_2l.o" "libs/math/build/../src/tr1/ellint_2l.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ellint_3l.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ellint_3l.o" "libs/math/build/../src/tr1/ellint_3l.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/expintl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/expintl.o" "libs/math/build/../src/tr1/expintl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/hermitel.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/hermitel.o" "libs/math/build/../src/tr1/hermitel.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/laguerrel.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/laguerrel.o" "libs/math/build/../src/tr1/laguerrel.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/legendrel.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/legendrel.o" "libs/math/build/../src/tr1/legendrel.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/riemann_zetal.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/riemann_zetal.o" "libs/math/build/../src/tr1/riemann_zetal.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/sph_bessell.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/sph_bessell.o" "libs/math/build/../src/tr1/sph_bessell.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/sph_legendrel.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/sph_legendrel.o" "libs/math/build/../src/tr1/sph_legendrel.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/sph_neumannl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/sph_neumannl.o" "libs/math/build/../src/tr1/sph_neumannl.cpp"
> 
> RmTemps bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_math_tr1l.a(clean)
> 
>     rm -f "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_math_tr1l.a" 
> 
> gcc.archive bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_math_tr1l.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_math_tr1l.a" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/assoc_laguerrel.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/assoc_legendrel.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/betal.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/comp_ellint_1l.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/comp_ellint_2l.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/comp_ellint_3l.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_il.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_jl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_kl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cyl_neumannl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ellint_1l.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ellint_2l.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/ellint_3l.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/expintl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/hermitel.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/laguerrel.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/legendrel.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/riemann_zetal.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/sph_bessell.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/sph_legendrel.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/sph_neumannl.o"
>     "/usr/bin/ranlib" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_math_tr1l.a"
> 
> common.copy stage/lib/libboost_math_tr1l.a
> 
>     cp "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_math_tr1l.a"  "stage/lib/libboost_math_tr1l.a"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/acosh.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/acosh.o" "libs/math/build/../src/tr1/acosh.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/asinh.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/asinh.o" "libs/math/build/../src/tr1/asinh.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/atanh.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/atanh.o" "libs/math/build/../src/tr1/atanh.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cbrt.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cbrt.o" "libs/math/build/../src/tr1/cbrt.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/copysign.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/copysign.o" "libs/math/build/../src/tr1/copysign.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/erfc.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/erfc.o" "libs/math/build/../src/tr1/erfc.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/erf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/erf.o" "libs/math/build/../src/tr1/erf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/expm1.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/expm1.o" "libs/math/build/../src/tr1/expm1.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/fmax.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/fmax.o" "libs/math/build/../src/tr1/fmax.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/fmin.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/fmin.o" "libs/math/build/../src/tr1/fmin.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/fpclassify.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/fpclassify.o" "libs/math/build/../src/tr1/fpclassify.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/hypot.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/hypot.o" "libs/math/build/../src/tr1/hypot.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/lgamma.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/lgamma.o" "libs/math/build/../src/tr1/lgamma.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/llround.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/llround.o" "libs/math/build/../src/tr1/llround.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/log1p.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/log1p.o" "libs/math/build/../src/tr1/log1p.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/lround.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/lround.o" "libs/math/build/../src/tr1/lround.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/nextafter.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/nextafter.o" "libs/math/build/../src/tr1/nextafter.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/nexttoward.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/nexttoward.o" "libs/math/build/../src/tr1/nexttoward.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/round.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/round.o" "libs/math/build/../src/tr1/round.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/tgamma.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/tgamma.o" "libs/math/build/../src/tr1/tgamma.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/trunc.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/trunc.o" "libs/math/build/../src/tr1/trunc.cpp"
> 
> RmTemps bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_math_c99.a(clean)
> 
>     rm -f "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_math_c99.a" 
> 
> gcc.archive bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_math_c99.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_math_c99.a" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/acosh.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/asinh.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/atanh.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cbrt.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/copysign.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/erfc.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/erf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/expm1.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/fmax.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/fmin.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/fpclassify.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/hypot.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/lgamma.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/llround.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/log1p.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/lround.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/nextafter.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/nexttoward.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/round.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/tgamma.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/trunc.o"
>     "/usr/bin/ranlib" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_math_c99.a"
> 
> common.copy stage/lib/libboost_math_c99.a
> 
>     cp "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_math_c99.a"  "stage/lib/libboost_math_c99.a"
> 
> ...on 900th target...
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/acoshf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/acoshf.o" "libs/math/build/../src/tr1/acoshf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/asinhf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/asinhf.o" "libs/math/build/../src/tr1/asinhf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/atanhf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/atanhf.o" "libs/math/build/../src/tr1/atanhf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cbrtf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cbrtf.o" "libs/math/build/../src/tr1/cbrtf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/copysignf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/copysignf.o" "libs/math/build/../src/tr1/copysignf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/erfcf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/erfcf.o" "libs/math/build/../src/tr1/erfcf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/erff.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/erff.o" "libs/math/build/../src/tr1/erff.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/expm1f.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/expm1f.o" "libs/math/build/../src/tr1/expm1f.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/fmaxf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/fmaxf.o" "libs/math/build/../src/tr1/fmaxf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/fminf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/fminf.o" "libs/math/build/../src/tr1/fminf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/fpclassifyf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/fpclassifyf.o" "libs/math/build/../src/tr1/fpclassifyf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/hypotf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/hypotf.o" "libs/math/build/../src/tr1/hypotf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/lgammaf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/lgammaf.o" "libs/math/build/../src/tr1/lgammaf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/llroundf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/llroundf.o" "libs/math/build/../src/tr1/llroundf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/log1pf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/log1pf.o" "libs/math/build/../src/tr1/log1pf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/lroundf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/lroundf.o" "libs/math/build/../src/tr1/lroundf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/nextafterf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/nextafterf.o" "libs/math/build/../src/tr1/nextafterf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/nexttowardf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/nexttowardf.o" "libs/math/build/../src/tr1/nexttowardf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/roundf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/roundf.o" "libs/math/build/../src/tr1/roundf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/tgammaf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/tgammaf.o" "libs/math/build/../src/tr1/tgammaf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/truncf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/truncf.o" "libs/math/build/../src/tr1/truncf.cpp"
> 
> RmTemps bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_math_c99f.a(clean)
> 
>     rm -f "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_math_c99f.a" 
> 
> gcc.archive bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_math_c99f.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_math_c99f.a" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/acoshf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/asinhf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/atanhf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cbrtf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/copysignf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/erfcf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/erff.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/expm1f.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/fmaxf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/fminf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/fpclassifyf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/hypotf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/lgammaf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/llroundf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/log1pf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/lroundf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/nextafterf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/nexttowardf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/roundf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/tgammaf.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/truncf.o"
>     "/usr/bin/ranlib" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_math_c99f.a"
> 
> common.copy stage/lib/libboost_math_c99f.a
> 
>     cp "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_math_c99f.a"  "stage/lib/libboost_math_c99f.a"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/acoshl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/acoshl.o" "libs/math/build/../src/tr1/acoshl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/asinhl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/asinhl.o" "libs/math/build/../src/tr1/asinhl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/atanhl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/atanhl.o" "libs/math/build/../src/tr1/atanhl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cbrtl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cbrtl.o" "libs/math/build/../src/tr1/cbrtl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/copysignl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/copysignl.o" "libs/math/build/../src/tr1/copysignl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/erfcl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/erfcl.o" "libs/math/build/../src/tr1/erfcl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/erfl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/erfl.o" "libs/math/build/../src/tr1/erfl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/expm1l.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/expm1l.o" "libs/math/build/../src/tr1/expm1l.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/fmaxl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/fmaxl.o" "libs/math/build/../src/tr1/fmaxl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/fminl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/fminl.o" "libs/math/build/../src/tr1/fminl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/fpclassifyl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/fpclassifyl.o" "libs/math/build/../src/tr1/fpclassifyl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/hypotl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/hypotl.o" "libs/math/build/../src/tr1/hypotl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/lgammal.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/lgammal.o" "libs/math/build/../src/tr1/lgammal.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/llroundl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/llroundl.o" "libs/math/build/../src/tr1/llroundl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/log1pl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/log1pl.o" "libs/math/build/../src/tr1/log1pl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/lroundl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/lroundl.o" "libs/math/build/../src/tr1/lroundl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/nextafterl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/nextafterl.o" "libs/math/build/../src/tr1/nextafterl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/nexttowardl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/nexttowardl.o" "libs/math/build/../src/tr1/nexttowardl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/roundl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/roundl.o" "libs/math/build/../src/tr1/roundl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/tgammal.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/tgammal.o" "libs/math/build/../src/tr1/tgammal.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/truncl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/truncl.o" "libs/math/build/../src/tr1/truncl.cpp"
> 
> RmTemps bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_math_c99l.a(clean)
> 
>     rm -f "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_math_c99l.a" 
> 
> gcc.archive bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_math_c99l.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_math_c99l.a" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/acoshl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/asinhl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/atanhl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cbrtl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/copysignl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/erfcl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/erfl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/expm1l.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/fmaxl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/fminl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/fpclassifyl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/hypotl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/lgammal.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/llroundl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/log1pl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/lroundl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/nextafterl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/nexttowardl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/roundl.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/tgammal.o" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/truncl.o"
>     "/usr/bin/ranlib" "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_math_c99l.a"
> 
> common.copy stage/lib/libboost_math_c99l.a
> 
>     cp "bin.v2/libs/math/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_math_c99l.a"  "stage/lib/libboost_math_c99l.a"
> 
> common.mkdir bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static
> 
>         mkdir -p "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static"
>     
> common.mkdir bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi
> 
>         mkdir -p "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/numeric.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/numeric.o" "libs/python/src/numeric.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/list.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/list.o" "libs/python/src/list.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/long.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/long.o" "libs/python/src/long.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/dict.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/dict.o" "libs/python/src/dict.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/tuple.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/tuple.o" "libs/python/src/tuple.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/str.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/str.o" "libs/python/src/str.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/slice.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/slice.o" "libs/python/src/slice.cpp"
> 
> common.mkdir bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/converter
> 
>         mkdir -p "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/converter"
>     
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/converter/from_python.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/converter/from_python.o" "libs/python/src/converter/from_python.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/converter/registry.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/converter/registry.o" "libs/python/src/converter/registry.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/converter/type_id.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/converter/type_id.o" "libs/python/src/converter/type_id.cpp"
> 
> common.mkdir bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/object
> 
>         mkdir -p "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/object"
>     
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/object/enum.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/object/enum.o" "libs/python/src/object/enum.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/object/class.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/object/class.o" "libs/python/src/object/class.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/object/function.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/object/function.o" "libs/python/src/object/function.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/object/inheritance.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/object/inheritance.o" "libs/python/src/object/inheritance.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/object/life_support.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/object/life_support.o" "libs/python/src/object/life_support.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/object/pickle_support.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/object/pickle_support.o" "libs/python/src/object/pickle_support.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/errors.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/errors.o" "libs/python/src/errors.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/module.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/module.o" "libs/python/src/module.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/converter/builtin_converters.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/converter/builtin_converters.o" "libs/python/src/converter/builtin_converters.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/converter/arg_to_python_base.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/converter/arg_to_python_base.o" "libs/python/src/converter/arg_to_python_base.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/object/iterator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/object/iterator.o" "libs/python/src/object/iterator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/object/stl_iterator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/object/stl_iterator.o" "libs/python/src/object/stl_iterator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/object_protocol.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/object_protocol.o" "libs/python/src/object_protocol.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/object_operators.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/object_operators.o" "libs/python/src/object_operators.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/wrapper.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/wrapper.o" "libs/python/src/wrapper.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/import.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/import.o" "libs/python/src/import.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/exec.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/exec.o" "libs/python/src/exec.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/object/function_doc_signature.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/object/function_doc_signature.o" "libs/python/src/object/function_doc_signature.cpp"
> 
> RmTemps bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_python.a(clean)
> 
>     rm -f "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_python.a" 
> 
> gcc.archive bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_python.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_python.a" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/numeric.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/list.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/long.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/dict.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/tuple.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/str.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/slice.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/converter/from_python.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/converter/registry.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/converter/type_id.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/object/enum.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/object/class.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/object/function.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/object/inheritance.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/object/life_support.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/object/pickle_support.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/errors.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/module.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/converter/builtin_converters.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/converter/arg_to_python_base.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/object/iterator.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/object/stl_iterator.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/object_protocol.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/object_operators.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/wrapper.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/import.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/exec.o" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/object/function_doc_signature.o"
>     "/usr/bin/ranlib" "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_python.a"
> 
> common.copy stage/lib/libboost_python.a
> 
>     cp "bin.v2/libs/python/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_python.a"  "stage/lib/libboost_python.a"
> 
> common.mkdir bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/python
> 
>         mkdir -p "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/python"
>     
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/python/serialize.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_PYTHON_SOURCE=1 -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/python/serialize.o" "libs/mpi/src/python/serialize.cpp"
> 
> In file included from ./boost/python/detail/wrap_python.hpp:50:0,
>                  from ./boost/python/detail/prefix.hpp:13,
>                  from ./boost/python/ssize_t.hpp:9,
>                  from ./boost/python/object.hpp:8,
>                  from ./boost/mpi/python/serialize.hpp:25,
>                  from libs/mpi/src/python/serialize.cpp:13:
> /usr/include/python3.2/pyconfig.h:1182:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
> In file included from /usr/include/x86_64-linux-gnu/c++/4.7/./bits/os_defines.h:40:0,
>                  from /usr/include/x86_64-linux-gnu/c++/4.7/./bits/c++config.h:414,
>                  from /usr/include/c++/4.7/bits/stl_algobase.h:60,
>                  from /usr/include/c++/4.7/bits/stl_tree.h:63,
>                  from /usr/include/c++/4.7/map:60,
>                  from /usr/lib/openmpi/include/openmpi/ompi/mpi/cxx/mpicxx.h:36,
>                  from /usr/lib/openmpi/include/mpi.h:1886,
>                  from ./boost/mpi/config.hpp:20,
>                  from ./boost/mpi/python/config.hpp:15,
>                  from ./boost/mpi/python/serialize.hpp:23,
>                  from libs/mpi/src/python/serialize.cpp:13:
> /usr/include/features.h:168:0: note: this is the location of the previous definition
> In file included from ./boost/python/detail/wrap_python.hpp:50:0,
>                  from ./boost/python/detail/prefix.hpp:13,
>                  from ./boost/python/ssize_t.hpp:9,
>                  from ./boost/python/object.hpp:8,
>                  from ./boost/mpi/python/serialize.hpp:25,
>                  from libs/mpi/src/python/serialize.cpp:13:
> /usr/include/python3.2/pyconfig.h:1204:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
> In file included from /usr/include/x86_64-linux-gnu/c++/4.7/./bits/os_defines.h:40:0,
>                  from /usr/include/x86_64-linux-gnu/c++/4.7/./bits/c++config.h:414,
>                  from /usr/include/c++/4.7/bits/stl_algobase.h:60,
>                  from /usr/include/c++/4.7/bits/stl_tree.h:63,
>                  from /usr/include/c++/4.7/map:60,
>                  from /usr/lib/openmpi/include/openmpi/ompi/mpi/cxx/mpicxx.h:36,
>                  from /usr/lib/openmpi/include/mpi.h:1886,
>                  from ./boost/mpi/config.hpp:20,
>                  from ./boost/mpi/python/config.hpp:15,
>                  from ./boost/mpi/python/serialize.hpp:23,
>                  from libs/mpi/src/python/serialize.cpp:13:
> /usr/include/features.h:170:0: note: this is the location of the previous definition
> RmTemps bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_mpi_python.a(clean)
> 
>     rm -f "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_mpi_python.a" 
> 
> gcc.archive bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_mpi_python.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_mpi_python.a" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/python/serialize.o"
>     "/usr/bin/ranlib" "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_mpi_python.a"
> 
> common.copy stage/lib/libboost_mpi_python.a
> 
>     cp "bin.v2/libs/mpi/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_mpi_python.a"  "stage/lib/libboost_mpi_python.a"
> 
> common.mkdir bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static
> 
>         mkdir -p "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static"
>     
> common.mkdir bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi
> 
>         mkdir -p "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cmdline.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cmdline.o" "libs/program_options/src/cmdline.cpp"
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/config_file.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/config_file.o" "libs/program_options/src/config_file.cpp"
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/options_description.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/options_description.o" "libs/program_options/src/options_description.cpp"
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/parsers.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/parsers.o" "libs/program_options/src/parsers.cpp"
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/variables_map.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/variables_map.o" "libs/program_options/src/variables_map.cpp"
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/value_semantic.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/value_semantic.o" "libs/program_options/src/value_semantic.cpp"
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/positional_options.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/positional_options.o" "libs/program_options/src/positional_options.cpp"
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/utf8_codecvt_facet.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/utf8_codecvt_facet.o" "libs/program_options/src/utf8_codecvt_facet.cpp"
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/convert.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/convert.o" "libs/program_options/src/convert.cpp"
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/winmain.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/winmain.o" "libs/program_options/src/winmain.cpp"
> 
> ...on 1000th target...
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/split.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/split.o" "libs/program_options/src/split.cpp"
> 
> RmTemps bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_program_options.a(clean)
> 
>     rm -f "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_program_options.a" 
> 
> gcc.archive bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_program_options.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_program_options.a" "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cmdline.o" "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/config_file.o" "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/options_description.o" "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/parsers.o" "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/variables_map.o" "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/value_semantic.o" "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/positional_options.o" "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/utf8_codecvt_facet.o" "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/convert.o" "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/winmain.o" "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/split.o"
>     "/usr/bin/ranlib" "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_program_options.a"
> 
> common.copy stage/lib/libboost_program_options.a
> 
>     cp "bin.v2/libs/program_options/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_program_options.a"  "stage/lib/libboost_program_options.a"
> 
> common.mkdir bin.v2/libs/random/build/gcc-4.7/release/debug-symbols-on/link-static
> 
>         mkdir -p "bin.v2/libs/random/build/gcc-4.7/release/debug-symbols-on/link-static"
>     
> common.mkdir bin.v2/libs/random/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi
> 
>         mkdir -p "bin.v2/libs/random/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/random/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/random_device.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/random/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/random_device.o" "libs/random/src/random_device.cpp"
> 
> RmTemps bin.v2/libs/random/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_random.a(clean)
> 
>     rm -f "bin.v2/libs/random/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_random.a" 
> 
> gcc.archive bin.v2/libs/random/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_random.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/random/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_random.a" "bin.v2/libs/random/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/random_device.o"
>     "/usr/bin/ranlib" "bin.v2/libs/random/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_random.a"
> 
> common.copy stage/lib/libboost_random.a
> 
>     cp "bin.v2/libs/random/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_random.a"  "stage/lib/libboost_random.a"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/basic_text_wiprimitive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/basic_text_wiprimitive.o" "libs/serialization/src/basic_text_wiprimitive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/basic_text_woprimitive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/basic_text_woprimitive.o" "libs/serialization/src/basic_text_woprimitive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/text_wiarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/text_wiarchive.o" "libs/serialization/src/text_wiarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/text_woarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/text_woarchive.o" "libs/serialization/src/text_woarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/utf8_codecvt_facet.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/utf8_codecvt_facet.o" "libs/serialization/src/utf8_codecvt_facet.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/xml_wgrammar.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/xml_wgrammar.o" "libs/serialization/src/xml_wgrammar.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/xml_wiarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/xml_wiarchive.o" "libs/serialization/src/xml_wiarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/xml_woarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/xml_woarchive.o" "libs/serialization/src/xml_woarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/codecvt_null.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/codecvt_null.o" "libs/serialization/src/codecvt_null.cpp"
> 
> RmTemps bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_wserialization.a(clean)
> 
>     rm -f "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_wserialization.a" 
> 
> gcc.archive bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_wserialization.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_wserialization.a" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/basic_text_wiprimitive.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/basic_text_woprimitive.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/text_wiarchive.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/text_woarchive.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/utf8_codecvt_facet.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/xml_wgrammar.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/xml_wiarchive.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/xml_woarchive.o" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/codecvt_null.o"
>     "/usr/bin/ranlib" "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_wserialization.a"
> 
> common.copy stage/lib/libboost_wserialization.a
> 
>     cp "bin.v2/libs/serialization/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_wserialization.a"  "stage/lib/libboost_wserialization.a"
> 
> common.mkdir bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/link-static
> 
>         mkdir -p "bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/link-static"
>     
> common.mkdir bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi
> 
>         mkdir -p "bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/trackable.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_SIGNALS_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/trackable.o" "libs/signals/src/trackable.cpp"
> 
> gcc.compile.c++ bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/connection.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_SIGNALS_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/connection.o" "libs/signals/src/connection.cpp"
> 
> gcc.compile.c++ bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/named_slot_map.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_SIGNALS_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/named_slot_map.o" "libs/signals/src/named_slot_map.cpp"
> 
> gcc.compile.c++ bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/signal_base.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_SIGNALS_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/signal_base.o" "libs/signals/src/signal_base.cpp"
> 
> gcc.compile.c++ bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/slot.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_SIGNALS_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/slot.o" "libs/signals/src/slot.cpp"
> 
> RmTemps bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_signals.a(clean)
> 
>     rm -f "bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_signals.a" 
> 
> gcc.archive bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_signals.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_signals.a" "bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/trackable.o" "bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/connection.o" "bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/named_slot_map.o" "bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/signal_base.o" "bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/slot.o"
>     "/usr/bin/ranlib" "bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_signals.a"
> 
> common.copy stage/lib/libboost_signals.a
> 
>     cp "bin.v2/libs/signals/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_signals.a"  "stage/lib/libboost_signals.a"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cpp_main.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cpp_main.o" "libs/test/src/cpp_main.cpp"
> 
> RmTemps bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_prg_exec_monitor.a(clean)
> 
>     rm -f "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_prg_exec_monitor.a" 
> 
> gcc.archive bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_prg_exec_monitor.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_prg_exec_monitor.a" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/execution_monitor.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/debug.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cpp_main.o"
>     "/usr/bin/ranlib" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_prg_exec_monitor.a"
> 
> common.copy stage/lib/libboost_prg_exec_monitor.a
> 
>     cp "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_prg_exec_monitor.a"  "stage/lib/libboost_prg_exec_monitor.a"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/exception_safety.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/exception_safety.o" "libs/test/src/exception_safety.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/interaction_based.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/interaction_based.o" "libs/test/src/interaction_based.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/logged_expectations.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/logged_expectations.o" "libs/test/src/logged_expectations.cpp"
> 
> RmTemps bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_unit_test_framework.a(clean)
> 
>     rm -f "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_unit_test_framework.a" 
> 
> gcc.archive bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_unit_test_framework.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_unit_test_framework.a" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/compiler_log_formatter.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/debug.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/exception_safety.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/execution_monitor.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/framework.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/interaction_based.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/logged_expectations.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/plain_report_formatter.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/progress_monitor.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/results_collector.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/results_reporter.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/test_tools.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/unit_test_log.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/unit_test_main.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/unit_test_monitor.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/unit_test_parameters.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/unit_test_suite.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/xml_log_formatter.o" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/xml_report_formatter.o"
>     "/usr/bin/ranlib" "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_unit_test_framework.a"
> 
> common.copy stage/lib/libboost_unit_test_framework.a
> 
>     cp "bin.v2/libs/test/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_unit_test_framework.a"  "stage/lib/libboost_unit_test_framework.a"
> 
> common.mkdir bin.v2/libs/timer/build/gcc-4.7/release/debug-symbols-on/link-static
> 
>         mkdir -p "bin.v2/libs/timer/build/gcc-4.7/release/debug-symbols-on/link-static"
>     
> common.mkdir bin.v2/libs/timer/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi
> 
>         mkdir -p "bin.v2/libs/timer/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/timer/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/auto_timers_construction.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/timer/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/auto_timers_construction.o" "libs/timer/src/auto_timers_construction.cpp"
> 
> gcc.compile.c++ bin.v2/libs/timer/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cpu_timer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TIMER_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/timer/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cpu_timer.o" "libs/timer/src/cpu_timer.cpp"
> 
> RmTemps bin.v2/libs/timer/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_timer.a(clean)
> 
>     rm -f "bin.v2/libs/timer/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_timer.a" 
> 
> gcc.archive bin.v2/libs/timer/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_timer.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/timer/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_timer.a" "bin.v2/libs/timer/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/auto_timers_construction.o" "bin.v2/libs/timer/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cpu_timer.o"
>     "/usr/bin/ranlib" "bin.v2/libs/timer/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_timer.a"
> 
> common.copy stage/lib/libboost_timer.a
> 
>     cp "bin.v2/libs/timer/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/libboost_timer.a"  "stage/lib/libboost_timer.a"
> 
> common.mkdir bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static
> 
>         mkdir -p "bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static"
>     
> common.mkdir bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi
> 
>         mkdir -p "bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/instantiate_cpp_exprgrammar.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/instantiate_cpp_exprgrammar.o" "libs/wave/src/instantiate_cpp_exprgrammar.cpp"
> 
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_cpp_exprgrammar.cpp:21:
> ./boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected '}' before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected unqualified-id before numeric constant
> ./boost/thread/xtime.hpp:46:14: error: expected type-specifier before 'system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_cpp_exprgrammar.cpp:21:
> ./boost/thread/xtime.hpp: In function 'int xtime_get(xtime*, int)':
> ./boost/thread/xtime.hpp:73:40: error: 'get_system_time' was not declared in this scope
> ./boost/thread/xtime.hpp:73:40: note: suggested alternative:
> In file included from ./boost/thread/locks.hpp:12:0,
>                  from ./boost/thread/pthread/mutex.hpp:12,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_cpp_exprgrammar.cpp:21:
> ./boost/thread/thread_time.hpp:19:24: note:   'boost::get_system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_cpp_exprgrammar.cpp:21:
> ./boost/thread/xtime.hpp: At global scope:
> ./boost/thread/xtime.hpp:88:1: error: expected declaration before '}' token
> ...failed gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/instantiate_cpp_exprgrammar.o...
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/instantiate_cpp_grammar.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/instantiate_cpp_grammar.o" "libs/wave/src/instantiate_cpp_grammar.cpp"
> 
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_cpp_grammar.cpp:21:
> ./boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected '}' before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected unqualified-id before numeric constant
> ./boost/thread/xtime.hpp:46:14: error: expected type-specifier before 'system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_cpp_grammar.cpp:21:
> ./boost/thread/xtime.hpp: In function 'int xtime_get(xtime*, int)':
> ./boost/thread/xtime.hpp:73:40: error: 'get_system_time' was not declared in this scope
> ./boost/thread/xtime.hpp:73:40: note: suggested alternative:
> In file included from ./boost/thread/locks.hpp:12:0,
>                  from ./boost/thread/pthread/mutex.hpp:12,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_cpp_grammar.cpp:21:
> ./boost/thread/thread_time.hpp:19:24: note:   'boost::get_system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_cpp_grammar.cpp:21:
> ./boost/thread/xtime.hpp: At global scope:
> ./boost/thread/xtime.hpp:88:1: error: expected declaration before '}' token
> ...failed gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/instantiate_cpp_grammar.o...
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/instantiate_cpp_literalgrs.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/instantiate_cpp_literalgrs.o" "libs/wave/src/instantiate_cpp_literalgrs.cpp"
> 
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_cpp_literalgrs.cpp:20:
> ./boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected '}' before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected unqualified-id before numeric constant
> ./boost/thread/xtime.hpp:46:14: error: expected type-specifier before 'system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_cpp_literalgrs.cpp:20:
> ./boost/thread/xtime.hpp: In function 'int xtime_get(xtime*, int)':
> ./boost/thread/xtime.hpp:73:40: error: 'get_system_time' was not declared in this scope
> ./boost/thread/xtime.hpp:73:40: note: suggested alternative:
> In file included from ./boost/thread/locks.hpp:12:0,
>                  from ./boost/thread/pthread/mutex.hpp:12,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_cpp_literalgrs.cpp:20:
> ./boost/thread/thread_time.hpp:19:24: note:   'boost::get_system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_cpp_literalgrs.cpp:20:
> ./boost/thread/xtime.hpp: At global scope:
> ./boost/thread/xtime.hpp:88:1: error: expected declaration before '}' token
> ...failed gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/instantiate_cpp_literalgrs.o...
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/instantiate_defined_grammar.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/instantiate_defined_grammar.o" "libs/wave/src/instantiate_defined_grammar.cpp"
> 
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_defined_grammar.cpp:20:
> ./boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected '}' before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected unqualified-id before numeric constant
> ./boost/thread/xtime.hpp:46:14: error: expected type-specifier before 'system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_defined_grammar.cpp:20:
> ./boost/thread/xtime.hpp: In function 'int xtime_get(xtime*, int)':
> ./boost/thread/xtime.hpp:73:40: error: 'get_system_time' was not declared in this scope
> ./boost/thread/xtime.hpp:73:40: note: suggested alternative:
> In file included from ./boost/thread/locks.hpp:12:0,
>                  from ./boost/thread/pthread/mutex.hpp:12,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_defined_grammar.cpp:20:
> ./boost/thread/thread_time.hpp:19:24: note:   'boost::get_system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_defined_grammar.cpp:20:
> ./boost/thread/xtime.hpp: At global scope:
> ./boost/thread/xtime.hpp:88:1: error: expected declaration before '}' token
> ...failed gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/instantiate_defined_grammar.o...
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/instantiate_predef_macros.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/instantiate_predef_macros.o" "libs/wave/src/instantiate_predef_macros.cpp"
> 
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_predef_macros.cpp:20:
> ./boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected '}' before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected unqualified-id before numeric constant
> ./boost/thread/xtime.hpp:46:14: error: expected type-specifier before 'system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_predef_macros.cpp:20:
> ./boost/thread/xtime.hpp: In function 'int xtime_get(xtime*, int)':
> ./boost/thread/xtime.hpp:73:40: error: 'get_system_time' was not declared in this scope
> ./boost/thread/xtime.hpp:73:40: note: suggested alternative:
> In file included from ./boost/thread/locks.hpp:12:0,
>                  from ./boost/thread/pthread/mutex.hpp:12,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_predef_macros.cpp:20:
> ./boost/thread/thread_time.hpp:19:24: note:   'boost::get_system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_predef_macros.cpp:20:
> ./boost/thread/xtime.hpp: At global scope:
> ./boost/thread/xtime.hpp:88:1: error: expected declaration before '}' token
> ...failed gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/instantiate_predef_macros.o...
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/instantiate_re2c_lexer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/instantiate_re2c_lexer.o" "libs/wave/src/instantiate_re2c_lexer.cpp"
> 
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_re2c_lexer.cpp:23:
> ./boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected '}' before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected unqualified-id before numeric constant
> ./boost/thread/xtime.hpp:46:14: error: expected type-specifier before 'system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_re2c_lexer.cpp:23:
> ./boost/thread/xtime.hpp: In function 'int xtime_get(xtime*, int)':
> ./boost/thread/xtime.hpp:73:40: error: 'get_system_time' was not declared in this scope
> ./boost/thread/xtime.hpp:73:40: note: suggested alternative:
> In file included from ./boost/thread/locks.hpp:12:0,
>                  from ./boost/thread/pthread/mutex.hpp:12,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_re2c_lexer.cpp:23:
> ./boost/thread/thread_time.hpp:19:24: note:   'boost::get_system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_re2c_lexer.cpp:23:
> ./boost/thread/xtime.hpp: At global scope:
> ./boost/thread/xtime.hpp:88:1: error: expected declaration before '}' token
> ...failed gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/instantiate_re2c_lexer.o...
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/instantiate_re2c_lexer_str.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/instantiate_re2c_lexer_str.o" "libs/wave/src/instantiate_re2c_lexer_str.cpp"
> 
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_re2c_lexer_str.cpp:23:
> ./boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected '}' before numeric constant
> ./boost/thread/xtime.hpp:23:5: error: expected unqualified-id before numeric constant
> ./boost/thread/xtime.hpp:46:14: error: expected type-specifier before 'system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_re2c_lexer_str.cpp:23:
> ./boost/thread/xtime.hpp: In function 'int xtime_get(xtime*, int)':
> ./boost/thread/xtime.hpp:73:40: error: 'get_system_time' was not declared in this scope
> ./boost/thread/xtime.hpp:73:40: note: suggested alternative:
> In file included from ./boost/thread/locks.hpp:12:0,
>                  from ./boost/thread/pthread/mutex.hpp:12,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_re2c_lexer_str.cpp:23:
> ./boost/thread/thread_time.hpp:19:24: note:   'boost::get_system_time'
> In file included from ./boost/thread/pthread/mutex.hpp:14:0,
>                  from ./boost/thread/mutex.hpp:16,
>                  from ./boost/pool/detail/mutex.hpp:14,
>                  from ./boost/pool/poolfwd.hpp:24,
>                  from ./boost/pool/singleton_pool.hpp:22,
>                  from ./boost/wave/cpplexer/cpp_lex_token.hpp:25,
>                  from libs/wave/src/instantiate_re2c_lexer_str.cpp:23:
> ./boost/thread/xtime.hpp: At global scope:
> ./boost/thread/xtime.hpp:88:1: error: expected declaration before '}' token
> ...failed gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/instantiate_re2c_lexer_str.o...
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/token_ids.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/token_ids.o" "libs/wave/src/token_ids.cpp"
> 
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/wave_config_constant.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/wave_config_constant.o" "libs/wave/src/wave_config_constant.cpp"
> 
> common.mkdir bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cpplexer
> 
>         mkdir -p "bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cpplexer"
>     
> common.mkdir bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cpplexer/re2clex
> 
>         mkdir -p "bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cpplexer/re2clex"
>     
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cpplexer/re2clex/aq.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cpplexer/re2clex/aq.o" "libs/wave/src/cpplexer/re2clex/aq.cpp"
> 
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cpplexer/re2clex/cpp_re.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -w -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi/cpplexer/re2clex/cpp_re.o" "libs/wave/src/cpplexer/re2clex/cpp_re.cpp"
> 
> ...skipped <pbin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi>libboost_wave.a(clean) for lack of <pbin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi>instantiate_cpp_exprgrammar.o...
> ...skipped <pbin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi>libboost_wave.a for lack of <pbin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi>instantiate_cpp_exprgrammar.o...
> ...skipped <pstage/lib>libboost_wave.a for lack of <pbin.v2/libs/wave/build/gcc-4.7/release/debug-symbols-on/link-static/threading-multi>libboost_wave.a...
> ...failed updating 30 targets...
> ...skipped 18 targets...
> ...updated 1033 targets...
> make: *** [build-stamp] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2013/05/09/boost1.49_1.49.0-3.2_unstable.log

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



More information about the pkg-boost-devel mailing list