>>> Unpacking source... >>> Unpacking asio-1.4.1.tar.bz2 to /var/tmp/portage/dev-cpp/asio-1.4.1/work >>> Source unpacked in /var/tmp/portage/dev-cpp/asio-1.4.1/work >>> Preparing source in /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1 ... * econf: updating asio-1.4.1/config.sub with /usr/share/gnuconfig/config.sub * econf: updating asio-1.4.1/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib configure: loading site script /usr/share/config.site configure: loading site script /usr/share/crossdev/include/site/linux checking whether to enable maintainer-specific portions of Makefiles... no checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking how to create a ustar tar archive... gnutar checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for style of include used by make... GNU checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i686-pc-linux-gnu-gcc accepts -g... yes checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed checking dependency style of i686-pc-linux-gnu-gcc... gcc3 checking whether i686-pc-linux-gnu-gcc and cc understand -c and -o together... yes checking for i686-pc-linux-gnu-g++... i686-pc-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether i686-pc-linux-gnu-g++ accepts -g... yes checking dependency style of i686-pc-linux-gnu-g++... gcc3 checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib checking how to run the C++ preprocessor... i686-pc-linux-gnu-g++ -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking boost/noncopyable.hpp usability... yes checking boost/noncopyable.hpp presence... yes checking for boost/noncopyable.hpp... yes checking openssl/ssl.h usability... yes checking openssl/ssl.h presence... yes checking for openssl/ssl.h... yes configure: creating ./config.status config.status: creating Makefile config.status: creating include/Makefile config.status: creating src/Makefile config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1 ... make -j14 Making all in include make[1]: Entering directory `/var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/include' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/include' Making all in src make[1]: Entering directory `/var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/src' depbase=`echo tests/unit/read.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/read.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/read.o tests/unit/read.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/read_at.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/read_at.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/read_at.o tests/unit/read_at.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/read_until.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/read_until.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/read_until.o tests/unit/read_until.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/serial_port.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/serial_port.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/serial_port.o tests/unit/serial_port.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/serial_port_base.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/serial_port_base.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/serial_port_base.o tests/unit/serial_port_base.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/serial_port_service.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/serial_port_service.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/serial_port_service.o tests/unit/serial_port_service.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/socket_acceptor_service.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/socket_acceptor_service.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/socket_acceptor_service.o tests/unit/socket_acceptor_service.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/socket_base.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/socket_base.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/socket_base.o tests/unit/socket_base.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/strand.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/strand.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/strand.o tests/unit/strand.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/stream_socket_service.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/stream_socket_service.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/stream_socket_service.o tests/unit/stream_socket_service.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/thread.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/thread.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/thread.o tests/unit/thread.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/time_traits.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/time_traits.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/time_traits.o tests/unit/time_traits.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/write.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/write.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/write.o tests/unit/write.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/write_at.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/write_at.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/write_at.o tests/unit/write_at.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/chat/posix_chat_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/chat/posix_chat_client.o -MD -MP -MF $depbase.Tpo -c -o examples/chat/posix_chat_client.o examples/chat/posix_chat_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/performance/client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/performance/client.o -MD -MP -MF $depbase.Tpo -c -o tests/performance/client.o tests/performance/client.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/performance/server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/performance/server.o -MD -MP -MF $depbase.Tpo -c -o tests/performance/server.o tests/performance/server.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/basic_datagram_socket.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/basic_datagram_socket.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/basic_datagram_socket.o tests/unit/basic_datagram_socket.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/basic_deadline_timer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/basic_deadline_timer.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/basic_deadline_timer.o tests/unit/basic_deadline_timer.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/basic_serial_port.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/basic_serial_port.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/basic_serial_port.o tests/unit/basic_serial_port.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/basic_socket_acceptor.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/basic_socket_acceptor.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/basic_socket_acceptor.o tests/unit/basic_socket_acceptor.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/basic_stream_socket.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/basic_stream_socket.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/basic_stream_socket.o tests/unit/basic_stream_socket.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/buffered_read_stream.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/buffered_read_stream.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/buffered_read_stream.o tests/unit/buffered_read_stream.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/buffered_stream.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/buffered_stream.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/buffered_stream.o tests/unit/buffered_stream.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/buffered_write_stream.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/buffered_write_stream.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/buffered_write_stream.o tests/unit/buffered_write_stream.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/buffer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/buffer.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/buffer.o tests/unit/buffer.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/buffers_iterator.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/buffers_iterator.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/buffers_iterator.o tests/unit/buffers_iterator.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/completion_condition.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/completion_condition.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/completion_condition.o tests/unit/completion_condition.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/datagram_socket_service.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/datagram_socket_service.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/datagram_socket_service.o tests/unit/datagram_socket_service.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/deadline_timer_service.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/deadline_timer_service.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/deadline_timer_service.o tests/unit/deadline_timer_service.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/deadline_timer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/deadline_timer.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/deadline_timer.o tests/unit/deadline_timer.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/error.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/error.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/error.o tests/unit/error.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/io_service.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/io_service.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/io_service.o tests/unit/io_service.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/ip/address.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/ip/address.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/ip/address.o tests/unit/ip/address.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/ip/address_v4.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/ip/address_v4.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/ip/address_v4.o tests/unit/ip/address_v4.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/ip/address_v6.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/ip/address_v6.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/ip/address_v6.o tests/unit/ip/address_v6.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/ip/basic_endpoint.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/ip/basic_endpoint.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/ip/basic_endpoint.o tests/unit/ip/basic_endpoint.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/ip/basic_resolver.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/ip/basic_resolver.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/ip/basic_resolver.o tests/unit/ip/basic_resolver.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/ip/basic_resolver_entry.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/ip/basic_resolver_entry.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/ip/basic_resolver_entry.o tests/unit/ip/basic_resolver_entry.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/ip/basic_resolver_iterator.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/ip/basic_resolver_iterator.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/ip/basic_resolver_iterator.o tests/unit/ip/basic_resolver_iterator.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/ip/basic_resolver_query.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/ip/basic_resolver_query.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/ip/basic_resolver_query.o tests/unit/ip/basic_resolver_query.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/ip/host_name.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/ip/host_name.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/ip/host_name.o tests/unit/ip/host_name.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/ip/multicast.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/ip/multicast.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/ip/multicast.o tests/unit/ip/multicast.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/ip/resolver_query_base.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/ip/resolver_query_base.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/ip/resolver_query_base.o tests/unit/ip/resolver_query_base.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/ip/resolver_service.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/ip/resolver_service.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/ip/resolver_service.o tests/unit/ip/resolver_service.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/ip/tcp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/ip/tcp.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/ip/tcp.o tests/unit/ip/tcp.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/ip/udp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/ip/udp.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/ip/udp.o tests/unit/ip/udp.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/ip/unicast.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/ip/unicast.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/ip/unicast.o tests/unit/ip/unicast.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/ip/v6_only.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/ip/v6_only.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/ip/v6_only.o tests/unit/ip/v6_only.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/is_read_buffered.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/is_read_buffered.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/is_read_buffered.o tests/unit/is_read_buffered.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/is_write_buffered.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/is_write_buffered.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/is_write_buffered.o tests/unit/is_write_buffered.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/local/basic_endpoint.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/local/basic_endpoint.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/local/basic_endpoint.o tests/unit/local/basic_endpoint.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/local/connect_pair.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/local/connect_pair.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/local/connect_pair.o tests/unit/local/connect_pair.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/local/datagram_protocol.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/local/datagram_protocol.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/local/datagram_protocol.o tests/unit/local/datagram_protocol.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/local/stream_protocol.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/local/stream_protocol.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/local/stream_protocol.o tests/unit/local/stream_protocol.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/placeholders.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/placeholders.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/placeholders.o tests/unit/placeholders.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/posix/basic_descriptor.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/posix/basic_descriptor.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/posix/basic_descriptor.o tests/unit/posix/basic_descriptor.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/posix/basic_stream_descriptor.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/posix/basic_stream_descriptor.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/posix/basic_stream_descriptor.o tests/unit/posix/basic_stream_descriptor.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/posix/descriptor_base.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/posix/descriptor_base.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/posix/descriptor_base.o tests/unit/posix/descriptor_base.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/posix/stream_descriptor.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/posix/stream_descriptor.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/posix/stream_descriptor.o tests/unit/posix/stream_descriptor.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/posix/stream_descriptor_service.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/posix/stream_descriptor_service.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/posix/stream_descriptor_service.o tests/unit/posix/stream_descriptor_service.cpp &&\ mv -f $depbase.Tpo $depbase.Po i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/read tests/unit/read.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/read_at tests/unit/read_at.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/read_until tests/unit/read_until.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/serial_port tests/unit/serial_port.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/serial_port_base tests/unit/serial_port_base.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/serial_port_service tests/unit/serial_port_service.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/socket_acceptor_service tests/unit/socket_acceptor_service.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/socket_base tests/unit/socket_base.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/strand tests/unit/strand.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/stream_socket_service tests/unit/stream_socket_service.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/thread tests/unit/thread.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/time_traits tests/unit/time_traits.o -lssl -lcrypto depbase=`echo tests/unit/windows/basic_handle.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/windows/basic_handle.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/windows/basic_handle.o tests/unit/windows/basic_handle.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/windows/basic_random_access_handle.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/windows/basic_random_access_handle.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/windows/basic_random_access_handle.o tests/unit/windows/basic_random_access_handle.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/windows/basic_stream_handle.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/windows/basic_stream_handle.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/windows/basic_stream_handle.o tests/unit/windows/basic_stream_handle.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/windows/overlapped_ptr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/windows/overlapped_ptr.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/windows/overlapped_ptr.o tests/unit/windows/overlapped_ptr.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/windows/random_access_handle.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/windows/random_access_handle.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/windows/random_access_handle.o tests/unit/windows/random_access_handle.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/windows/random_access_handle_service.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/windows/random_access_handle_service.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/windows/random_access_handle_service.o tests/unit/windows/random_access_handle_service.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/windows/stream_handle.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/windows/stream_handle.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/windows/stream_handle.o tests/unit/windows/stream_handle.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/windows/stream_handle_service.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/windows/stream_handle_service.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/windows/stream_handle_service.o tests/unit/windows/stream_handle_service.cpp &&\ mv -f $depbase.Tpo $depbase.Po i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/write tests/unit/write.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/write_at tests/unit/write_at.o -lssl -lcrypto depbase=`echo examples/allocation/server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/allocation/server.o -MD -MP -MF $depbase.Tpo -c -o examples/allocation/server.o examples/allocation/server.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/buffers/reference_counted.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/buffers/reference_counted.o -MD -MP -MF $depbase.Tpo -c -o examples/buffers/reference_counted.o examples/buffers/reference_counted.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/chat/chat_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/chat/chat_client.o -MD -MP -MF $depbase.Tpo -c -o examples/chat/chat_client.o examples/chat/chat_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/chat/chat_server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/chat/chat_server.o -MD -MP -MF $depbase.Tpo -c -o examples/chat/chat_server.o examples/chat/chat_server.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/echo/async_tcp_echo_server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/echo/async_tcp_echo_server.o -MD -MP -MF $depbase.Tpo -c -o examples/echo/async_tcp_echo_server.o examples/echo/async_tcp_echo_server.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/echo/async_udp_echo_server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/echo/async_udp_echo_server.o -MD -MP -MF $depbase.Tpo -c -o examples/echo/async_udp_echo_server.o examples/echo/async_udp_echo_server.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/echo/blocking_tcp_echo_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/echo/blocking_tcp_echo_client.o -MD -MP -MF $depbase.Tpo -c -o examples/echo/blocking_tcp_echo_client.o examples/echo/blocking_tcp_echo_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/echo/blocking_tcp_echo_server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/echo/blocking_tcp_echo_server.o -MD -MP -MF $depbase.Tpo -c -o examples/echo/blocking_tcp_echo_server.o examples/echo/blocking_tcp_echo_server.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/echo/blocking_udp_echo_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/echo/blocking_udp_echo_client.o -MD -MP -MF $depbase.Tpo -c -o examples/echo/blocking_udp_echo_client.o examples/echo/blocking_udp_echo_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/echo/blocking_udp_echo_server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/echo/blocking_udp_echo_server.o -MD -MP -MF $depbase.Tpo -c -o examples/echo/blocking_udp_echo_server.o examples/echo/blocking_udp_echo_server.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/http/client/async_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/http/client/async_client.o -MD -MP -MF $depbase.Tpo -c -o examples/http/client/async_client.o examples/http/client/async_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/http/client/sync_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/http/client/sync_client.o -MD -MP -MF $depbase.Tpo -c -o examples/http/client/sync_client.o examples/http/client/sync_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/http/server/connection.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/http/server/connection.o -MD -MP -MF $depbase.Tpo -c -o examples/http/server/connection.o examples/http/server/connection.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/http/server/connection_manager.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/http/server/connection_manager.o -MD -MP -MF $depbase.Tpo -c -o examples/http/server/connection_manager.o examples/http/server/connection_manager.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/http/server/mime_types.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/http/server/mime_types.o -MD -MP -MF $depbase.Tpo -c -o examples/http/server/mime_types.o examples/http/server/mime_types.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/http/server/reply.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/http/server/reply.o -MD -MP -MF $depbase.Tpo -c -o examples/http/server/reply.o examples/http/server/reply.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/http/server/request_handler.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/http/server/request_handler.o -MD -MP -MF $depbase.Tpo -c -o examples/http/server/request_handler.o examples/http/server/request_handler.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/http/server/request_parser.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/http/server/request_parser.o -MD -MP -MF $depbase.Tpo -c -o examples/http/server/request_parser.o examples/http/server/request_parser.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/http/server/server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/http/server/server.o -MD -MP -MF $depbase.Tpo -c -o examples/http/server/server.o examples/http/server/server.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/http/server/posix_main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/http/server/posix_main.o -MD -MP -MF $depbase.Tpo -c -o examples/http/server/posix_main.o examples/http/server/posix_main.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/http/server2/connection.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/http/server2/connection.o -MD -MP -MF $depbase.Tpo -c -o examples/http/server2/connection.o examples/http/server2/connection.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/http/server2/io_service_pool.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/http/server2/io_service_pool.o -MD -MP -MF $depbase.Tpo -c -o examples/http/server2/io_service_pool.o examples/http/server2/io_service_pool.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/http/server2/mime_types.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/http/server2/mime_types.o -MD -MP -MF $depbase.Tpo -c -o examples/http/server2/mime_types.o examples/http/server2/mime_types.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/http/server2/reply.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/http/server2/reply.o -MD -MP -MF $depbase.Tpo -c -o examples/http/server2/reply.o examples/http/server2/reply.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/http/server2/request_handler.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/http/server2/request_handler.o -MD -MP -MF $depbase.Tpo -c -o examples/http/server2/request_handler.o examples/http/server2/request_handler.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/http/server2/request_parser.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/http/server2/request_parser.o -MD -MP -MF $depbase.Tpo -c -o examples/http/server2/request_parser.o examples/http/server2/request_parser.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/http/server2/server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/http/server2/server.o -MD -MP -MF $depbase.Tpo -c -o examples/http/server2/server.o examples/http/server2/server.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/http/server2/posix_main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/http/server2/posix_main.o -MD -MP -MF $depbase.Tpo -c -o examples/http/server2/posix_main.o examples/http/server2/posix_main.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/http/server3/connection.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/http/server3/connection.o -MD -MP -MF $depbase.Tpo -c -o examples/http/server3/connection.o examples/http/server3/connection.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/http/server3/mime_types.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/http/server3/mime_types.o -MD -MP -MF $depbase.Tpo -c -o examples/http/server3/mime_types.o examples/http/server3/mime_types.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/http/server3/reply.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/http/server3/reply.o -MD -MP -MF $depbase.Tpo -c -o examples/http/server3/reply.o examples/http/server3/reply.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/http/server3/request_handler.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/http/server3/request_handler.o -MD -MP -MF $depbase.Tpo -c -o examples/http/server3/request_handler.o examples/http/server3/request_handler.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/http/server3/request_parser.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/http/server3/request_parser.o -MD -MP -MF $depbase.Tpo -c -o examples/http/server3/request_parser.o examples/http/server3/request_parser.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/http/server3/server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/http/server3/server.o -MD -MP -MF $depbase.Tpo -c -o examples/http/server3/server.o examples/http/server3/server.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/http/server3/posix_main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/http/server3/posix_main.o -MD -MP -MF $depbase.Tpo -c -o examples/http/server3/posix_main.o examples/http/server3/posix_main.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/invocation/prioritised_handlers.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/invocation/prioritised_handlers.o -MD -MP -MF $depbase.Tpo -c -o examples/invocation/prioritised_handlers.o examples/invocation/prioritised_handlers.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/iostreams/daytime_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/iostreams/daytime_client.o -MD -MP -MF $depbase.Tpo -c -o examples/iostreams/daytime_client.o examples/iostreams/daytime_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/iostreams/daytime_server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/iostreams/daytime_server.o -MD -MP -MF $depbase.Tpo -c -o examples/iostreams/daytime_server.o examples/iostreams/daytime_server.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/multicast/receiver.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/multicast/receiver.o -MD -MP -MF $depbase.Tpo -c -o examples/multicast/receiver.o examples/multicast/receiver.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/multicast/sender.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/multicast/sender.o -MD -MP -MF $depbase.Tpo -c -o examples/multicast/sender.o examples/multicast/sender.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/nonblocking/third_party_lib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/nonblocking/third_party_lib.o -MD -MP -MF $depbase.Tpo -c -o examples/nonblocking/third_party_lib.o examples/nonblocking/third_party_lib.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/porthopper/client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/porthopper/client.o -MD -MP -MF $depbase.Tpo -c -o examples/porthopper/client.o examples/porthopper/client.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/porthopper/server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/porthopper/server.o -MD -MP -MF $depbase.Tpo -c -o examples/porthopper/server.o examples/porthopper/server.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/services/daytime_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/services/daytime_client.o -MD -MP -MF $depbase.Tpo -c -o examples/services/daytime_client.o examples/services/daytime_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/services/logger_service.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/services/logger_service.o -MD -MP -MF $depbase.Tpo -c -o examples/services/logger_service.o examples/services/logger_service.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/socks4/sync_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/socks4/sync_client.o -MD -MP -MF $depbase.Tpo -c -o examples/socks4/sync_client.o examples/socks4/sync_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/timeouts/accept_timeout.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/timeouts/accept_timeout.o -MD -MP -MF $depbase.Tpo -c -o examples/timeouts/accept_timeout.o examples/timeouts/accept_timeout.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/timeouts/connect_timeout.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/timeouts/connect_timeout.o -MD -MP -MF $depbase.Tpo -c -o examples/timeouts/connect_timeout.o examples/timeouts/connect_timeout.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/timeouts/datagram_receive_timeout.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/timeouts/datagram_receive_timeout.o -MD -MP -MF $depbase.Tpo -c -o examples/timeouts/datagram_receive_timeout.o examples/timeouts/datagram_receive_timeout.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/timeouts/stream_receive_timeout.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/timeouts/stream_receive_timeout.o -MD -MP -MF $depbase.Tpo -c -o examples/timeouts/stream_receive_timeout.o examples/timeouts/stream_receive_timeout.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/timers/time_t_timer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/timers/time_t_timer.o -MD -MP -MF $depbase.Tpo -c -o examples/timers/time_t_timer.o examples/timers/time_t_timer.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/tutorial/timer1/timer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/tutorial/timer1/timer.o -MD -MP -MF $depbase.Tpo -c -o examples/tutorial/timer1/timer.o examples/tutorial/timer1/timer.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/tutorial/timer2/timer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/tutorial/timer2/timer.o -MD -MP -MF $depbase.Tpo -c -o examples/tutorial/timer2/timer.o examples/tutorial/timer2/timer.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/tutorial/timer3/timer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/tutorial/timer3/timer.o -MD -MP -MF $depbase.Tpo -c -o examples/tutorial/timer3/timer.o examples/tutorial/timer3/timer.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/tutorial/timer4/timer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/tutorial/timer4/timer.o -MD -MP -MF $depbase.Tpo -c -o examples/tutorial/timer4/timer.o examples/tutorial/timer4/timer.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/tutorial/timer5/timer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/tutorial/timer5/timer.o -MD -MP -MF $depbase.Tpo -c -o examples/tutorial/timer5/timer.o examples/tutorial/timer5/timer.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/tutorial/daytime1/client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/tutorial/daytime1/client.o -MD -MP -MF $depbase.Tpo -c -o examples/tutorial/daytime1/client.o examples/tutorial/daytime1/client.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/tutorial/daytime2/server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/tutorial/daytime2/server.o -MD -MP -MF $depbase.Tpo -c -o examples/tutorial/daytime2/server.o examples/tutorial/daytime2/server.cpp &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.4.2/include/g++-v4/backward/strstream:46, from examples/porthopper/protocol.hpp:19, from examples/porthopper/client.cpp:21: /usr/lib/gcc/i686-pc-linux-gnu/4.4.2/include/g++-v4/backward/backward_warning.h:28:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. depbase=`echo examples/tutorial/daytime3/server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/tutorial/daytime3/server.o -MD -MP -MF $depbase.Tpo -c -o examples/tutorial/daytime3/server.o examples/tutorial/daytime3/server.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/tutorial/daytime4/client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/tutorial/daytime4/client.o -MD -MP -MF $depbase.Tpo -c -o examples/tutorial/daytime4/client.o examples/tutorial/daytime4/client.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/tutorial/daytime5/server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/tutorial/daytime5/server.o -MD -MP -MF $depbase.Tpo -c -o examples/tutorial/daytime5/server.o examples/tutorial/daytime5/server.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/tutorial/daytime6/server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/tutorial/daytime6/server.o -MD -MP -MF $depbase.Tpo -c -o examples/tutorial/daytime6/server.o examples/tutorial/daytime6/server.cpp &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.4.2/include/g++-v4/backward/strstream:46, from examples/porthopper/protocol.hpp:19, from examples/porthopper/server.cpp:19: /usr/lib/gcc/i686-pc-linux-gnu/4.4.2/include/g++-v4/backward/backward_warning.h:28:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. depbase=`echo examples/tutorial/daytime7/server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/tutorial/daytime7/server.o -MD -MP -MF $depbase.Tpo -c -o examples/tutorial/daytime7/server.o examples/tutorial/daytime7/server.cpp &&\ mv -f $depbase.Tpo $depbase.Po i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/chat/posix_chat_client examples/chat/posix_chat_client.o -lssl -lcrypto depbase=`echo examples/local/connect_pair.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/local/connect_pair.o -MD -MP -MF $depbase.Tpo -c -o examples/local/connect_pair.o examples/local/connect_pair.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/local/iostream_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/local/iostream_client.o -MD -MP -MF $depbase.Tpo -c -o examples/local/iostream_client.o examples/local/iostream_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/local/stream_server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/local/stream_server.o -MD -MP -MF $depbase.Tpo -c -o examples/local/stream_server.o examples/local/stream_server.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/local/stream_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/local/stream_client.o -MD -MP -MF $depbase.Tpo -c -o examples/local/stream_client.o examples/local/stream_client.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/ssl/basic_context.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/ssl/basic_context.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/ssl/basic_context.o tests/unit/ssl/basic_context.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/ssl/context_base.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/ssl/context_base.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/ssl/context_base.o tests/unit/ssl/context_base.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/ssl/context_service.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/ssl/context_service.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/ssl/context_service.o tests/unit/ssl/context_service.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/ssl/context.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/ssl/context.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/ssl/context.o tests/unit/ssl/context.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/ssl/stream_base.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/ssl/stream_base.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/ssl/stream_base.o tests/unit/ssl/stream_base.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/ssl/stream_service.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/ssl/stream_service.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/ssl/stream_service.o tests/unit/ssl/stream_service.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo tests/unit/ssl/stream.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT tests/unit/ssl/stream.o -MD -MP -MF $depbase.Tpo -c -o tests/unit/ssl/stream.o tests/unit/ssl/stream.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/ssl/client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/ssl/client.o -MD -MP -MF $depbase.Tpo -c -o examples/ssl/client.o examples/ssl/client.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo examples/ssl/server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"asio\" -DPACKAGE_TARNAME=\"asio\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"asio\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asio\" -DVERSION=\"1.4.1\" -D_REENTRANT=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -MT examples/ssl/server.o -MD -MP -MF $depbase.Tpo -c -o examples/ssl/server.o examples/ssl/server.cpp &&\ mv -f $depbase.Tpo $depbase.Po i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/performance/client tests/performance/client.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/performance/server tests/performance/server.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/basic_datagram_socket tests/unit/basic_datagram_socket.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/basic_deadline_timer tests/unit/basic_deadline_timer.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/basic_serial_port tests/unit/basic_serial_port.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/basic_socket_acceptor tests/unit/basic_socket_acceptor.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/basic_stream_socket tests/unit/basic_stream_socket.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/buffered_read_stream tests/unit/buffered_read_stream.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/buffered_stream tests/unit/buffered_stream.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/buffered_write_stream tests/unit/buffered_write_stream.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/buffer tests/unit/buffer.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/buffers_iterator tests/unit/buffers_iterator.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/completion_condition tests/unit/completion_condition.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/datagram_socket_service tests/unit/datagram_socket_service.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/deadline_timer_service tests/unit/deadline_timer_service.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/deadline_timer tests/unit/deadline_timer.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/error tests/unit/error.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/io_service tests/unit/io_service.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/ip/address tests/unit/ip/address.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/ip/address_v4 tests/unit/ip/address_v4.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/ip/address_v6 tests/unit/ip/address_v6.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/ip/basic_endpoint tests/unit/ip/basic_endpoint.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/ip/basic_resolver tests/unit/ip/basic_resolver.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/ip/basic_resolver_entry tests/unit/ip/basic_resolver_entry.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/ip/basic_resolver_iterator tests/unit/ip/basic_resolver_iterator.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/ip/basic_resolver_query tests/unit/ip/basic_resolver_query.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/ip/host_name tests/unit/ip/host_name.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/ip/multicast tests/unit/ip/multicast.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/ip/resolver_query_base tests/unit/ip/resolver_query_base.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/ip/resolver_service tests/unit/ip/resolver_service.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/ip/tcp tests/unit/ip/tcp.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/ip/udp tests/unit/ip/udp.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/ip/unicast tests/unit/ip/unicast.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/ip/v6_only tests/unit/ip/v6_only.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/is_read_buffered tests/unit/is_read_buffered.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/is_write_buffered tests/unit/is_write_buffered.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/local/basic_endpoint tests/unit/local/basic_endpoint.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/local/connect_pair tests/unit/local/connect_pair.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/local/datagram_protocol tests/unit/local/datagram_protocol.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/local/stream_protocol tests/unit/local/stream_protocol.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/placeholders tests/unit/placeholders.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/posix/basic_descriptor tests/unit/posix/basic_descriptor.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/posix/basic_stream_descriptor tests/unit/posix/basic_stream_descriptor.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/posix/descriptor_base tests/unit/posix/descriptor_base.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/posix/stream_descriptor tests/unit/posix/stream_descriptor.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/posix/stream_descriptor_service tests/unit/posix/stream_descriptor_service.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/windows/basic_handle tests/unit/windows/basic_handle.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/windows/basic_random_access_handle tests/unit/windows/basic_random_access_handle.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/windows/basic_stream_handle tests/unit/windows/basic_stream_handle.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/windows/overlapped_ptr tests/unit/windows/overlapped_ptr.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/windows/random_access_handle tests/unit/windows/random_access_handle.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/windows/random_access_handle_service tests/unit/windows/random_access_handle_service.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/windows/stream_handle tests/unit/windows/stream_handle.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/windows/stream_handle_service tests/unit/windows/stream_handle_service.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/allocation/server examples/allocation/server.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/buffers/reference_counted examples/buffers/reference_counted.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/chat/chat_client examples/chat/chat_client.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/chat/chat_server examples/chat/chat_server.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/echo/async_tcp_echo_server examples/echo/async_tcp_echo_server.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/echo/async_udp_echo_server examples/echo/async_udp_echo_server.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/echo/blocking_tcp_echo_client examples/echo/blocking_tcp_echo_client.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/echo/blocking_tcp_echo_server examples/echo/blocking_tcp_echo_server.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/echo/blocking_udp_echo_client examples/echo/blocking_udp_echo_client.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/echo/blocking_udp_echo_server examples/echo/blocking_udp_echo_server.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/http/client/async_client examples/http/client/async_client.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/http/client/sync_client examples/http/client/sync_client.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/http/server/http_server examples/http/server/connection.o examples/http/server/connection_manager.o examples/http/server/mime_types.o examples/http/server/reply.o examples/http/server/request_handler.o examples/http/server/request_parser.o examples/http/server/server.o examples/http/server/posix_main.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/http/server2/http_server examples/http/server2/connection.o examples/http/server2/io_service_pool.o examples/http/server2/mime_types.o examples/http/server2/reply.o examples/http/server2/request_handler.o examples/http/server2/request_parser.o examples/http/server2/server.o examples/http/server2/posix_main.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/http/server3/http_server examples/http/server3/connection.o examples/http/server3/mime_types.o examples/http/server3/reply.o examples/http/server3/request_handler.o examples/http/server3/request_parser.o examples/http/server3/server.o examples/http/server3/posix_main.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/invocation/prioritised_handlers examples/invocation/prioritised_handlers.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/iostreams/daytime_client examples/iostreams/daytime_client.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/iostreams/daytime_server examples/iostreams/daytime_server.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/multicast/receiver examples/multicast/receiver.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/multicast/sender examples/multicast/sender.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/nonblocking/third_party_lib examples/nonblocking/third_party_lib.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/porthopper/client examples/porthopper/client.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/porthopper/server examples/porthopper/server.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/services/daytime_client examples/services/daytime_client.o examples/services/logger_service.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/socks4/sync_client examples/socks4/sync_client.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/timeouts/accept_timeout examples/timeouts/accept_timeout.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/timeouts/connect_timeout examples/timeouts/connect_timeout.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/timeouts/datagram_receive_timeout examples/timeouts/datagram_receive_timeout.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/timeouts/stream_receive_timeout examples/timeouts/stream_receive_timeout.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/timers/time_t_timer examples/timers/time_t_timer.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/tutorial/timer1/timer examples/tutorial/timer1/timer.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/tutorial/timer2/timer examples/tutorial/timer2/timer.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/tutorial/timer3/timer examples/tutorial/timer3/timer.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/tutorial/timer4/timer examples/tutorial/timer4/timer.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/tutorial/timer5/timer examples/tutorial/timer5/timer.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/tutorial/daytime1/client examples/tutorial/daytime1/client.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/tutorial/daytime2/server examples/tutorial/daytime2/server.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/tutorial/daytime3/server examples/tutorial/daytime3/server.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/tutorial/daytime4/client examples/tutorial/daytime4/client.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/tutorial/daytime5/server examples/tutorial/daytime5/server.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/tutorial/daytime6/server examples/tutorial/daytime6/server.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/tutorial/daytime7/server examples/tutorial/daytime7/server.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/local/connect_pair examples/local/connect_pair.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/local/iostream_client examples/local/iostream_client.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/local/stream_server examples/local/stream_server.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/local/stream_client examples/local/stream_client.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/ssl/basic_context tests/unit/ssl/basic_context.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/ssl/context_base tests/unit/ssl/context_base.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/ssl/context_service tests/unit/ssl/context_service.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/ssl/server examples/ssl/server.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/ssl/context tests/unit/ssl/context.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/ssl/stream_base tests/unit/ssl/stream_base.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/ssl/stream_service tests/unit/ssl/stream_service.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o examples/ssl/client examples/ssl/client.o -lssl -lcrypto i686-pc-linux-gnu-g++ -I./../include -O2 -pipe -pthread -ftemplate-depth-256 -Wl,-O1 -pthread -o tests/unit/ssl/stream tests/unit/ssl/stream.o -lssl -lcrypto make[1]: Leaving directory `/var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/src' make[1]: Entering directory `/var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1' >>> Source compiled. >>> Test phase [check]: dev-cpp/asio-1.4.1 make -j14 -j1 check Making check in include make[1]: Entering directory `/var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/include' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/include' Making check in src make[1]: Entering directory `/var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/src' make check-TESTS make[2]: Entering directory `/var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/src' Running 1 test case... *** No errors detected PASS: tests/unit/basic_datagram_socket Running 1 test case... *** No errors detected PASS: tests/unit/basic_deadline_timer Running 1 test case... *** No errors detected PASS: tests/unit/basic_serial_port Running 1 test case... *** No errors detected PASS: tests/unit/basic_socket_acceptor Running 1 test case... *** No errors detected PASS: tests/unit/basic_stream_socket Running 2 test cases... *** No errors detected PASS: tests/unit/buffered_read_stream Running 2 test cases... *** No errors detected PASS: tests/unit/buffered_stream Running 2 test cases... *** No errors detected PASS: tests/unit/buffered_write_stream Running 1 test case... *** No errors detected PASS: tests/unit/buffer Running 1 test case... *** No errors detected PASS: tests/unit/buffers_iterator Running 1 test case... *** No errors detected PASS: tests/unit/completion_condition Running 1 test case... *** No errors detected PASS: tests/unit/datagram_socket_service Running 1 test case... *** No errors detected PASS: tests/unit/deadline_timer_service Running 1 test case... *** No errors detected PASS: tests/unit/deadline_timer Running 1 test case... *** No errors detected PASS: tests/unit/error Running 1 test case... *** No errors detected PASS: tests/unit/io_service Running 1 test case... *** No errors detected PASS: tests/unit/ip/address Running 1 test case... *** No errors detected PASS: tests/unit/ip/address_v4 Running 1 test case... *** No errors detected PASS: tests/unit/ip/address_v6 Running 1 test case... *** No errors detected PASS: tests/unit/ip/basic_endpoint Running 1 test case... *** No errors detected PASS: tests/unit/ip/basic_resolver Running 1 test case... *** No errors detected PASS: tests/unit/ip/basic_resolver_entry Running 1 test case... *** No errors detected PASS: tests/unit/ip/basic_resolver_iterator Running 1 test case... *** No errors detected PASS: tests/unit/ip/basic_resolver_query Running 1 test case... *** No errors detected PASS: tests/unit/ip/host_name Running 2 test cases... tests/unit/ip/multicast.cpp(201): error in "ip_multicast_runtime::test": 19, No such device *** 1 failure detected in test suite "Master Test Suite" FAIL: tests/unit/ip/multicast Running 1 test case... *** No errors detected PASS: tests/unit/ip/resolver_query_base Running 1 test case... *** No errors detected PASS: tests/unit/ip/resolver_service Running 4 test cases... *** No errors detected PASS: tests/unit/ip/tcp Running 2 test cases... *** No errors detected PASS: tests/unit/ip/udp Running 2 test cases... *** No errors detected PASS: tests/unit/ip/unicast Running 2 test cases... *** No errors detected PASS: tests/unit/ip/v6_only Running 1 test case... *** No errors detected PASS: tests/unit/is_read_buffered Running 1 test case... *** No errors detected PASS: tests/unit/is_write_buffered Running 1 test case... *** No errors detected PASS: tests/unit/local/basic_endpoint Running 1 test case... *** No errors detected PASS: tests/unit/local/connect_pair Running 1 test case... *** No errors detected PASS: tests/unit/local/datagram_protocol Running 1 test case... *** No errors detected PASS: tests/unit/local/stream_protocol Running 1 test case... *** No errors detected PASS: tests/unit/placeholders Running 1 test case... *** No errors detected PASS: tests/unit/posix/basic_descriptor Running 1 test case... *** No errors detected PASS: tests/unit/posix/basic_stream_descriptor Running 1 test case... *** No errors detected PASS: tests/unit/posix/descriptor_base Running 1 test case... *** No errors detected PASS: tests/unit/posix/stream_descriptor Running 1 test case... *** No errors detected PASS: tests/unit/posix/stream_descriptor_service Running 5 test cases... *** No errors detected PASS: tests/unit/read Running 5 test cases... *** No errors detected PASS: tests/unit/read_at Running 6 test cases... *** No errors detected PASS: tests/unit/read_until Running 1 test case... *** No errors detected PASS: tests/unit/serial_port Running 1 test case... *** No errors detected PASS: tests/unit/serial_port_base Running 1 test case... *** No errors detected PASS: tests/unit/serial_port_service Running 1 test case... *** No errors detected PASS: tests/unit/socket_acceptor_service Running 2 test cases... *** No errors detected PASS: tests/unit/socket_base Running 1 test case... *** No errors detected PASS: tests/unit/strand Running 1 test case... *** No errors detected PASS: tests/unit/stream_socket_service Running 1 test case... *** No errors detected PASS: tests/unit/thread Running 1 test case... *** No errors detected PASS: tests/unit/time_traits Running 1 test case... *** No errors detected PASS: tests/unit/windows/basic_handle Running 1 test case... *** No errors detected PASS: tests/unit/windows/basic_random_access_handle Running 1 test case... *** No errors detected PASS: tests/unit/windows/basic_stream_handle Running 1 test case... *** No errors detected PASS: tests/unit/windows/overlapped_ptr Running 1 test case... *** No errors detected PASS: tests/unit/windows/random_access_handle Running 1 test case... *** No errors detected PASS: tests/unit/windows/random_access_handle_service Running 1 test case... *** No errors detected PASS: tests/unit/windows/stream_handle Running 1 test case... *** No errors detected PASS: tests/unit/windows/stream_handle_service Running 5 test cases... *** No errors detected PASS: tests/unit/write Running 5 test cases... *** No errors detected PASS: tests/unit/write_at Running 1 test case... *** No errors detected PASS: tests/unit/ssl/basic_context Running 1 test case... *** No errors detected PASS: tests/unit/ssl/context_base Running 1 test case... *** No errors detected PASS: tests/unit/ssl/context_service Running 1 test case... *** No errors detected PASS: tests/unit/ssl/context Running 1 test case... *** No errors detected PASS: tests/unit/ssl/stream_base Running 1 test case... *** No errors detected PASS: tests/unit/ssl/stream_service Running 1 test case... *** No errors detected PASS: tests/unit/ssl/stream ==================== 1 of 73 tests failed ==================== make[2]: *** [check-TESTS] Error 1 make[2]: Leaving directory `/var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/src' make[1]: *** [check-am] Error 2 make[1]: Leaving directory `/var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/src' make: *** [check-recursive] Error 1 * ERROR: dev-cpp/asio-1.4.1 failed: * Make check failed. See above for details. * * Call stack: * ebuild.sh, line 55: Called src_test * environment, line 376: Called _eapi0_src_test * ebuild.sh, line 608: Called die * The specific snippet of code: * hasq test $FEATURES && die "Make check failed. See above for details." * * If you need support, post the output of 'emerge --info =dev-cpp/asio-1.4.1', * the complete build log and the output of 'emerge -pqv =dev-cpp/asio-1.4.1'. * The complete build log is located at '/var/log/portage/build/dev-cpp/asio-1.4.1:20091128-122120.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-cpp/asio-1.4.1/temp/environment'. * S: '/var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1' >>> Install asio-1.4.1 into /var/tmp/portage/dev-cpp/asio-1.4.1/image/ category dev-cpp make -j14 DESTDIR=/var/tmp/portage/dev-cpp/asio-1.4.1/image/ install Making install in include make[1]: Entering directory `/var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/include' make[2]: Entering directory `/var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/include' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/include" || /bin/mkdir -p "/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include" /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/basic_datagram_socket.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/basic_datagram_socket.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/basic_deadline_timer.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/basic_deadline_timer.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/basic_io_object.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/basic_io_object.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/basic_raw_socket.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/basic_raw_socket.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/basic_serial_port.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/basic_serial_port.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/basic_socket.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/basic_socket.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/basic_socket_acceptor.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/basic_socket_acceptor.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/basic_socket_iostream.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/basic_socket_iostream.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/basic_socket_streambuf.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/basic_socket_streambuf.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/basic_stream_socket.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/basic_stream_socket.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/basic_streambuf.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/basic_streambuf.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/buffer.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/buffer.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/buffered_read_stream.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/buffered_read_stream.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/buffered_read_stream_fwd.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/buffered_read_stream_fwd.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/buffered_stream.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/buffered_stream.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/buffered_stream_fwd.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/buffered_stream_fwd.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/buffered_write_stream.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/buffered_write_stream.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/buffered_write_stream_fwd.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/buffered_write_stream_fwd.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/buffers_iterator.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/buffers_iterator.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/completion_condition.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/completion_condition.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/datagram_socket_service.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/datagram_socket_service.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/deadline_timer.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/deadline_timer.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/deadline_timer_service.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/deadline_timer_service.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/bind_handler.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/bind_handler.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/buffer_resize_guard.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/buffer_resize_guard.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/buffered_stream_storage.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/buffered_stream_storage.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/call_stack.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/call_stack.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/consuming_buffers.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/consuming_buffers.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/const_buffers_iterator.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/const_buffers_iterator.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/deadline_timer_service.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/deadline_timer_service.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/descriptor_ops.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/descriptor_ops.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/dev_poll_reactor.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/dev_poll_reactor.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/dev_poll_reactor_fwd.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/dev_poll_reactor_fwd.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/epoll_reactor.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/epoll_reactor.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/epoll_reactor_fwd.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/epoll_reactor_fwd.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/eventfd_select_interrupter.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/eventfd_select_interrupter.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/event.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/event.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/fd_set_adapter.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/fd_set_adapter.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/handler_alloc_helpers.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/handler_alloc_helpers.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/handler_base_from_member.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/handler_base_from_member.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/handler_invoke_helpers.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/handler_invoke_helpers.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/handler_queue.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/handler_queue.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/hash_map.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/hash_map.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/indirect_handler_queue.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/indirect_handler_queue.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/io_control.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/io_control.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/kqueue_reactor.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/kqueue_reactor.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/kqueue_reactor_fwd.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/kqueue_reactor_fwd.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/local_free_on_block_exit.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/local_free_on_block_exit.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/mutex.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/mutex.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/noncopyable.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/noncopyable.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/null_event.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/null_event.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/null_mutex.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/null_mutex.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/null_signal_blocker.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/null_signal_blocker.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/null_thread.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/null_thread.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/null_tss_ptr.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/null_tss_ptr.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/old_win_sdk_compat.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/old_win_sdk_compat.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/pipe_select_interrupter.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/pipe_select_interrupter.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/pop_options.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/pop_options.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/posix_event.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/posix_event.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/posix_fd_set_adapter.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/posix_fd_set_adapter.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/posix_mutex.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/posix_mutex.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/posix_signal_blocker.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/posix_signal_blocker.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/posix_thread.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/posix_thread.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/posix_tss_ptr.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/posix_tss_ptr.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/push_options.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/push_options.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/reactive_socket_service.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/reactive_socket_service.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/reactive_descriptor_service.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/reactive_descriptor_service.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/reactive_serial_port_service.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/reactive_serial_port_service.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/reactor_op_queue.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/reactor_op_queue.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/resolver_service.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/resolver_service.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/scoped_lock.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/scoped_lock.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/select_interrupter.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/select_interrupter.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/select_reactor.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/select_reactor.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/select_reactor_fwd.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/select_reactor_fwd.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/service_base.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/service_base.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/service_id.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/service_id.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/service_registry.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/service_registry.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/service_registry_fwd.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/service_registry_fwd.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/signal_blocker.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/signal_blocker.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/signal_init.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/signal_init.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/socket_holder.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/socket_holder.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/socket_ops.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/socket_ops.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/socket_option.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/socket_option.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/socket_select_interrupter.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/socket_select_interrupter.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/socket_types.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/socket_types.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/strand_service.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/strand_service.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/task_io_service.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/task_io_service.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/task_io_service_2lock.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/task_io_service_2lock.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/task_io_service_fwd.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/task_io_service_fwd.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/thread.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/thread.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/throw_error.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/throw_error.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/timer_queue.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/timer_queue.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/timer_queue_base.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/timer_queue_base.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/tss_ptr.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/tss_ptr.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/win_event.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/win_event.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/win_fd_set_adapter.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/win_fd_set_adapter.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/win_iocp_io_service.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/win_iocp_io_service.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/win_iocp_io_service_fwd.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/win_iocp_io_service_fwd.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/win_iocp_handle_service.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/win_iocp_handle_service.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/win_iocp_overlapped_ptr.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/win_iocp_overlapped_ptr.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/win_iocp_serial_port_service.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/win_iocp_serial_port_service.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/win_iocp_socket_service.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/win_iocp_socket_service.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/win_mutex.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/win_mutex.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/win_signal_blocker.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/win_signal_blocker.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/win_thread.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/win_thread.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/win_tss_ptr.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/win_tss_ptr.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/wince_thread.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/wince_thread.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/winsock_init.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/winsock_init.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/detail/wrapped_handler.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/detail/wrapped_handler.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/error.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/error.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/error_code.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/error_code.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/handler_alloc_hook.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/handler_alloc_hook.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/handler_invoke_hook.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/handler_invoke_hook.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/impl/error_code.ipp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/impl/error_code.ipp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/impl/io_service.ipp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/impl/io_service.ipp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/impl/read.ipp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/impl/read.ipp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/impl/read_at.ipp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/impl/read_at.ipp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/impl/read_until.ipp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/impl/read_until.ipp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/impl/serial_port_base.ipp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/impl/serial_port_base.ipp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/impl/write.ipp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/impl/write.ipp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/impl/write_at.ipp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/impl/write_at.ipp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/io_service.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/io_service.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/ip/address.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/ip/address.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/ip/address_v4.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/ip/address_v4.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/ip/address_v6.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/ip/address_v6.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/ip/basic_endpoint.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/ip/basic_endpoint.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/ip/basic_resolver.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/ip/basic_resolver.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/ip/basic_resolver_entry.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/ip/basic_resolver_entry.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/ip/basic_resolver_iterator.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/ip/basic_resolver_iterator.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/ip/basic_resolver_query.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/ip/basic_resolver_query.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/ip/host_name.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/ip/host_name.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/ip/icmp.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/ip/icmp.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/ip/multicast.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/ip/multicast.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/ip/resolver_query_base.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/ip/resolver_query_base.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/ip/resolver_service.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/ip/resolver_service.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/ip/tcp.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/ip/tcp.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/ip/udp.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/ip/udp.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/ip/unicast.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/ip/unicast.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/ip/v6_only.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/ip/v6_only.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/ip/detail/socket_option.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/ip/detail/socket_option.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/is_read_buffered.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/is_read_buffered.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/is_write_buffered.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/is_write_buffered.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/local/basic_endpoint.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/local/basic_endpoint.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/local/connect_pair.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/local/connect_pair.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/local/datagram_protocol.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/local/datagram_protocol.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/local/stream_protocol.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/local/stream_protocol.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/placeholders.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/placeholders.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/posix/basic_descriptor.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/posix/basic_descriptor.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/posix/basic_stream_descriptor.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/posix/basic_stream_descriptor.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/posix/descriptor_base.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/posix/descriptor_base.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/posix/stream_descriptor.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/posix/stream_descriptor.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/posix/stream_descriptor_service.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/posix/stream_descriptor_service.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/raw_socket_service.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/raw_socket_service.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/read.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/read.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/read_at.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/read_at.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/read_until.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/read_until.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/serial_port.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/serial_port.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/serial_port_base.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/serial_port_base.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/serial_port_service.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/serial_port_service.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/socket_acceptor_service.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/socket_acceptor_service.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/socket_base.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/socket_base.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/ssl/basic_context.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/ssl/basic_context.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/ssl/context.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/ssl/context.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/ssl/context_base.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/ssl/context_base.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/ssl/context_service.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/ssl/context_service.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/ssl/detail/openssl_context_service.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/ssl/detail/openssl_context_service.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/ssl/detail/openssl_init.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/ssl/detail/openssl_init.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/ssl/detail/openssl_operation.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/ssl/detail/openssl_operation.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/ssl/detail/openssl_stream_service.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/ssl/detail/openssl_stream_service.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/ssl/detail/openssl_types.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/ssl/detail/openssl_types.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/ssl/stream.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/ssl/stream.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/ssl/stream_base.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/ssl/stream_base.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/ssl/stream_service.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/ssl/stream_service.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/ssl.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/ssl.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/strand.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/strand.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/stream_socket_service.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/stream_socket_service.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/streambuf.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/streambuf.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/system_error.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/system_error.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/thread.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/thread.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/time_traits.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/time_traits.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/version.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/version.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/windows/basic_handle.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/windows/basic_handle.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/windows/basic_random_access_handle.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/windows/basic_random_access_handle.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/windows/basic_stream_handle.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/windows/basic_stream_handle.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/windows/overlapped_ptr.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/windows/overlapped_ptr.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/windows/random_access_handle.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/windows/random_access_handle.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/windows/random_access_handle_service.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/windows/random_access_handle_service.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/windows/stream_handle.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/windows/stream_handle.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/windows/stream_handle_service.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/windows/stream_handle_service.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/write.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/write.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio/write_at.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio/write_at.hpp' /bin/sh /var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/install-sh -c -m 644 'asio.hpp' '/var/tmp/portage/dev-cpp/asio-1.4.1/image//usr/include/asio.hpp' make[2]: Leaving directory `/var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/include' make[1]: Leaving directory `/var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/include' Making install in src make[1]: Entering directory `/var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/src' make[2]: Entering directory `/var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/src' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/src' make[1]: Leaving directory `/var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1/src' make[1]: Entering directory `/var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1' make[2]: Entering directory `/var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1' make[1]: Leaving directory `/var/tmp/portage/dev-cpp/asio-1.4.1/work/asio-1.4.1' >>> Completed installing asio-1.4.1 into /var/tmp/portage/dev-cpp/asio-1.4.1/image/ * Removing /usr/share/doc * Removing /usr/share/info