Created
September 22, 2011 07:01
-
-
Save ringods/1234224 to your computer and use it in GitHub Desktop.
SCons dependency tree: output when building "production"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rdesmet@amplidata-desktop-ringo:~/Projects/amplidata/default/thirdparty$ /usr/local/bin/scons --tree=prune production | |
scons: Reading SConscript files ... | |
scons: done reading SConscript files. | |
scons: Building targets ... | |
params(target,source,env) returns: | |
configure_opts = ['--disable-shared', '--enable-static', '--prefix=/home/rdesmet/Projects/amplidata/default/thirdparty/target/debug'] | |
cd /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/build/debug && CFLAGS=" -fPIC -DSSE_16 " CXXFLAGS=" -fPIC -DSSE_16 " LDFLAGS="" /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/configure --disable-shared --enable-static --prefix=/home/rdesmet/Projects/amplidata/default/thirdparty/target/debug | |
params(target,source,env) returns: | |
configure_opts = ['--disable-shared', '--enable-static', '--prefix=/home/rdesmet/Projects/amplidata/default/thirdparty/target/debug'] | |
Mkdir("/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/build/debug") | |
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 for gcc... 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 gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of gcc... gcc3 | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking dependency style of g++... gcc3 | |
checking build system type... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking for a sed that does not truncate output... /bin/sed | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for ld used by gcc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for BSD-compatible nm... /usr/bin/nm -B | |
checking whether ln -s works... yes | |
checking how to recognize dependent libraries... pass_all | |
checking how to run the C preprocessor... gcc -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 dlfcn.h usability... yes | |
checking dlfcn.h presence... yes | |
checking for dlfcn.h... yes | |
checking how to run the C++ preprocessor... g++ -E | |
checking for g77... no | |
checking for xlf... no | |
checking for f77... no | |
checking for frt... no | |
checking for pgf77... no | |
checking for cf77... no | |
checking for fort77... no | |
checking for fl32... no | |
checking for af77... no | |
checking for xlf90... no | |
checking for f90... no | |
checking for pgf90... no | |
checking for pghpf... no | |
checking for epcf90... no | |
checking for gfortran... no | |
checking for g95... no | |
checking for xlf95... no | |
checking for f95... no | |
checking for fort... no | |
checking for ifort... no | |
checking for ifc... no | |
checking for efc... no | |
checking for pgf95... no | |
checking for lf95... no | |
checking for ftn... no | |
checking whether we are using the GNU Fortran 77 compiler... no | |
checking whether accepts -g... no | |
checking the maximum length of command line arguments... 1572864 | |
checking command to parse /usr/bin/nm -B output from gcc object... ok | |
checking for objdir... .libs | |
checking for ar... ar | |
checking for ranlib... ranlib | |
checking for strip... strip | |
checking if gcc supports -fno-rtti -fno-exceptions... no | |
checking for gcc option to produce PIC... -fPIC | |
checking if gcc PIC flag -fPIC works... yes | |
checking if gcc static flag -static works... yes | |
checking if gcc supports -c -o file.o... yes | |
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
configure: creating libtool | |
appending configuration tag "CXX" to libtool | |
checking for ld used by g++... /usr/bin/ld -m elf_x86_64 | |
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes | |
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking for g++ option to produce PIC... -fPIC | |
checking if g++ PIC flag -fPIC works... yes | |
checking if g++ static flag -static works... yes | |
checking if g++ supports -c -o file.o... yes | |
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
(cached) (cached) checking how to hardcode library paths into programs... immediate | |
appending configuration tag "F77" to libtool | |
checking for python... /usr/bin/python | |
checking for the pthreads library -lpthreads... no | |
checking whether pthreads work without any flags... no | |
checking whether pthreads work with -Kthread... no | |
checking whether pthreads work with -kthread... no | |
checking for the pthreads library -llthread... no | |
checking whether pthreads work with -pthread... yes | |
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
checking if more special flags are required for pthreads... no | |
checking whether to check for GCC pthread/shared inconsistencies... yes | |
checking whether -pthread is sufficient with -shared... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating scripts/gtest-config | |
config.status: creating build-aux/config.h | |
config.status: executing depfiles commands | |
make -C gtest/build/debug install | |
depbase=`echo src/gtest.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I./build-aux -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include -fPIC -DSSE_16 -MT src/gtest.lo -MD -MP -MF $depbase.Tpo -c -o src/gtest.lo /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/src/gtest.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
g++ -DHAVE_CONFIG_H -I. -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I./build-aux -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include -fPIC -DSSE_16 -MT src/gtest.lo -MD -MP -MF src/.deps/gtest.Tpo -c /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/src/gtest.cc -o src/gtest.o | |
depbase=`echo src/gtest-death-test.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I./build-aux -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include -fPIC -DSSE_16 -MT src/gtest-death-test.lo -MD -MP -MF $depbase.Tpo -c -o src/gtest-death-test.lo /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/src/gtest-death-test.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
g++ -DHAVE_CONFIG_H -I. -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I./build-aux -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include -fPIC -DSSE_16 -MT src/gtest-death-test.lo -MD -MP -MF src/.deps/gtest-death-test.Tpo -c /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/src/gtest-death-test.cc -o src/gtest-death-test.o | |
depbase=`echo src/gtest-filepath.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I./build-aux -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include -fPIC -DSSE_16 -MT src/gtest-filepath.lo -MD -MP -MF $depbase.Tpo -c -o src/gtest-filepath.lo /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/src/gtest-filepath.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
g++ -DHAVE_CONFIG_H -I. -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I./build-aux -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include -fPIC -DSSE_16 -MT src/gtest-filepath.lo -MD -MP -MF src/.deps/gtest-filepath.Tpo -c /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/src/gtest-filepath.cc -o src/gtest-filepath.o | |
depbase=`echo src/gtest-port.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I./build-aux -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include -fPIC -DSSE_16 -MT src/gtest-port.lo -MD -MP -MF $depbase.Tpo -c -o src/gtest-port.lo /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/src/gtest-port.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
g++ -DHAVE_CONFIG_H -I. -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I./build-aux -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include -fPIC -DSSE_16 -MT src/gtest-port.lo -MD -MP -MF src/.deps/gtest-port.Tpo -c /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/src/gtest-port.cc -o src/gtest-port.o | |
depbase=`echo src/gtest-test-part.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I./build-aux -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include -fPIC -DSSE_16 -MT src/gtest-test-part.lo -MD -MP -MF $depbase.Tpo -c -o src/gtest-test-part.lo /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/src/gtest-test-part.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
g++ -DHAVE_CONFIG_H -I. -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I./build-aux -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include -fPIC -DSSE_16 -MT src/gtest-test-part.lo -MD -MP -MF src/.deps/gtest-test-part.Tpo -c /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/src/gtest-test-part.cc -o src/gtest-test-part.o | |
depbase=`echo src/gtest-typed-test.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I./build-aux -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include -fPIC -DSSE_16 -MT src/gtest-typed-test.lo -MD -MP -MF $depbase.Tpo -c -o src/gtest-typed-test.lo /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/src/gtest-typed-test.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
g++ -DHAVE_CONFIG_H -I. -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I./build-aux -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include -fPIC -DSSE_16 -MT src/gtest-typed-test.lo -MD -MP -MF src/.deps/gtest-typed-test.Tpo -c /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/src/gtest-typed-test.cc -o src/gtest-typed-test.o | |
/bin/bash ./libtool --tag=CXX --mode=link g++ -fPIC -DSSE_16 -o lib/libgtest.la -rpath /home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/lib src/gtest.lo src/gtest-death-test.lo src/gtest-filepath.lo src/gtest-port.lo src/gtest-test-part.lo src/gtest-typed-test.lo | |
mkdir lib/.libs | |
ar cru lib/.libs/libgtest.a src/gtest.o src/gtest-death-test.o src/gtest-filepath.o src/gtest-port.o src/gtest-test-part.o src/gtest-typed-test.o | |
ranlib lib/.libs/libgtest.a | |
creating lib/libgtest.la | |
(cd lib/.libs && rm -f libgtest.la && ln -s ../libgtest.la libgtest.la) | |
depbase=`echo src/gtest_main.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I./build-aux -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include -fPIC -DSSE_16 -MT src/gtest_main.lo -MD -MP -MF $depbase.Tpo -c -o src/gtest_main.lo /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/src/gtest_main.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
g++ -DHAVE_CONFIG_H -I. -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I./build-aux -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include -fPIC -DSSE_16 -MT src/gtest_main.lo -MD -MP -MF src/.deps/gtest_main.Tpo -c /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/src/gtest_main.cc -o src/gtest_main.o | |
/bin/bash ./libtool --tag=CXX --mode=link g++ -fPIC -DSSE_16 -o lib/libgtest_main.la -rpath /home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/lib src/gtest_main.lo lib/libgtest.la | |
ar cru lib/.libs/libgtest_main.a src/gtest_main.o | |
ranlib lib/.libs/libgtest_main.a | |
creating lib/libgtest_main.la | |
(cd lib/.libs && rm -f libgtest_main.la && ln -s ../libgtest_main.la libgtest_main.la) | |
depbase=`echo samples/sample1.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I./build-aux -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include -fPIC -DSSE_16 -MT samples/sample1.lo -MD -MP -MF $depbase.Tpo -c -o samples/sample1.lo /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/samples/sample1.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
g++ -DHAVE_CONFIG_H -I. -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I./build-aux -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include -fPIC -DSSE_16 -MT samples/sample1.lo -MD -MP -MF samples/.deps/sample1.Tpo -c /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/samples/sample1.cc -o samples/sample1.o | |
depbase=`echo samples/sample2.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I./build-aux -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include -fPIC -DSSE_16 -MT samples/sample2.lo -MD -MP -MF $depbase.Tpo -c -o samples/sample2.lo /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/samples/sample2.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
g++ -DHAVE_CONFIG_H -I. -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I./build-aux -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include -fPIC -DSSE_16 -MT samples/sample2.lo -MD -MP -MF samples/.deps/sample2.Tpo -c /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/samples/sample2.cc -o samples/sample2.o | |
depbase=`echo samples/sample4.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I./build-aux -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include -fPIC -DSSE_16 -MT samples/sample4.lo -MD -MP -MF $depbase.Tpo -c -o samples/sample4.lo /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/samples/sample4.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
g++ -DHAVE_CONFIG_H -I. -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I./build-aux -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include -fPIC -DSSE_16 -MT samples/sample4.lo -MD -MP -MF samples/.deps/sample4.Tpo -c /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/samples/sample4.cc -o samples/sample4.o | |
/bin/bash ./libtool --tag=CXX --mode=link g++ -fPIC -DSSE_16 -o samples/libsamples.la samples/sample1.lo samples/sample2.lo samples/sample4.lo | |
mkdir samples/.libs | |
ar cru samples/.libs/libsamples.a samples/sample1.o samples/sample2.o samples/sample4.o | |
ranlib samples/.libs/libsamples.a | |
creating samples/libsamples.la | |
(cd samples/.libs && rm -f libsamples.la && ln -s ../libsamples.la libsamples.la) | |
make[1]: Entering directory `/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/build/debug' | |
test -z "/home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/bin" || /bin/mkdir -p "/home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/bin" | |
/usr/bin/install -c 'scripts/gtest-config' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/bin/gtest-config' | |
test -z "/home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/lib" || /bin/mkdir -p "/home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/lib" | |
/bin/bash ./libtool --mode=install /usr/bin/install -c 'lib/libgtest.la' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/lib/libgtest.la' | |
/usr/bin/install -c lib/.libs/libgtest.lai /home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/lib/libgtest.la | |
/usr/bin/install -c lib/.libs/libgtest.a /home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/lib/libgtest.a | |
chmod 644 /home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/lib/libgtest.a | |
ranlib /home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/lib/libgtest.a | |
PATH="$PATH:/sbin" ldconfig -n /home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/lib | |
---------------------------------------------------------------------- | |
Libraries have been installed in: | |
/home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/lib | |
If you ever happen to want to link against installed libraries | |
in a given directory, LIBDIR, you must either use libtool, and | |
specify the full pathname of the library, or use the `-LLIBDIR' | |
flag during linking and do at least one of the following: | |
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable | |
during execution | |
- add LIBDIR to the `LD_RUN_PATH' environment variable | |
during linking | |
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag | |
- have your system administrator add LIBDIR to `/etc/ld.so.conf' | |
See any operating system documentation about shared libraries for | |
more information, such as the ld(1) and ld.so(8) manual pages. | |
---------------------------------------------------------------------- | |
/bin/bash ./libtool --mode=install /usr/bin/install -c 'lib/libgtest_main.la' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/lib/libgtest_main.la' | |
/usr/bin/install -c lib/.libs/libgtest_main.lai /home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/lib/libgtest_main.la | |
/usr/bin/install -c lib/.libs/libgtest_main.a /home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/lib/libgtest_main.a | |
chmod 644 /home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/lib/libgtest_main.a | |
ranlib /home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/lib/libgtest_main.a | |
PATH="$PATH:/sbin" ldconfig -n /home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/lib | |
---------------------------------------------------------------------- | |
Libraries have been installed in: | |
/home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/lib | |
If you ever happen to want to link against installed libraries | |
in a given directory, LIBDIR, you must either use libtool, and | |
specify the full pathname of the library, or use the `-LLIBDIR' | |
flag during linking and do at least one of the following: | |
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable | |
during execution | |
- add LIBDIR to the `LD_RUN_PATH' environment variable | |
during linking | |
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag | |
- have your system administrator add LIBDIR to `/etc/ld.so.conf' | |
See any operating system documentation about shared libraries for | |
more information, such as the ld(1) and ld.so(8) manual pages. | |
---------------------------------------------------------------------- | |
test -z "/home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/share/aclocal" || /bin/mkdir -p "/home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/share/aclocal" | |
/usr/bin/install -c -m 644 '/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/m4/gtest.m4' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/share/aclocal/gtest.m4' | |
test -z "/home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/include/gtest" || /bin/mkdir -p "/home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/include/gtest" | |
/usr/bin/install -c -m 644 '/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include/gtest/gtest.h' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/include/gtest/gtest.h' | |
/usr/bin/install -c -m 644 '/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include/gtest/gtest-death-test.h' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/include/gtest/gtest-death-test.h' | |
/usr/bin/install -c -m 644 '/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include/gtest/gtest-message.h' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/include/gtest/gtest-message.h' | |
/usr/bin/install -c -m 644 '/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include/gtest/gtest-param-test.h' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/include/gtest/gtest-param-test.h' | |
/usr/bin/install -c -m 644 '/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include/gtest/gtest_pred_impl.h' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/include/gtest/gtest_pred_impl.h' | |
/usr/bin/install -c -m 644 '/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include/gtest/gtest_prod.h' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/include/gtest/gtest_prod.h' | |
/usr/bin/install -c -m 644 '/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include/gtest/gtest-spi.h' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/include/gtest/gtest-spi.h' | |
/usr/bin/install -c -m 644 '/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include/gtest/gtest-test-part.h' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/include/gtest/gtest-test-part.h' | |
/usr/bin/install -c -m 644 '/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include/gtest/gtest-typed-test.h' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/include/gtest/gtest-typed-test.h' | |
test -z "/home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/include/gtest/internal" || /bin/mkdir -p "/home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/include/gtest/internal" | |
/usr/bin/install -c -m 644 '/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include/gtest/internal/gtest-death-test-internal.h' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/include/gtest/internal/gtest-death-test-internal.h' | |
/usr/bin/install -c -m 644 '/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include/gtest/internal/gtest-filepath.h' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/include/gtest/internal/gtest-filepath.h' | |
/usr/bin/install -c -m 644 '/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include/gtest/internal/gtest-internal.h' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/include/gtest/internal/gtest-internal.h' | |
/usr/bin/install -c -m 644 '/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include/gtest/internal/gtest-linked_ptr.h' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/include/gtest/internal/gtest-linked_ptr.h' | |
/usr/bin/install -c -m 644 '/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include/gtest/internal/gtest-param-util-generated.h' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/include/gtest/internal/gtest-param-util-generated.h' | |
/usr/bin/install -c -m 644 '/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include/gtest/internal/gtest-param-util.h' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/include/gtest/internal/gtest-param-util.h' | |
/usr/bin/install -c -m 644 '/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include/gtest/internal/gtest-port.h' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/include/gtest/internal/gtest-port.h' | |
/usr/bin/install -c -m 644 '/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include/gtest/internal/gtest-string.h' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/include/gtest/internal/gtest-string.h' | |
/usr/bin/install -c -m 644 '/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include/gtest/internal/gtest-tuple.h' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/include/gtest/internal/gtest-tuple.h' | |
/usr/bin/install -c -m 644 '/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include/gtest/internal/gtest-type-util.h' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/debug/include/gtest/internal/gtest-type-util.h' | |
make[1]: Leaving directory `/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/build/debug' | |
+-test | |
+-debug | |
+-gtest-debug | |
+-target/debug/lib/libgtest.la | |
| +-gtest/build/debug/Makefile | |
| | +-gtest/configure | |
| | +-gtest/Makefile.in | |
| +-gtest/build/debug/config.log | |
| | +-gtest/configure | |
| | +-gtest/Makefile.in | |
| +-gtest/build/debug/config.status | |
| | +-gtest/configure | |
| | +-gtest/Makefile.in | |
| +-gtest/build/debug/libtool | |
| +-gtest/configure | |
| +-gtest/Makefile.in | |
+-target/debug/lib/libgtest_main.la | |
+-[gtest/build/debug/Makefile] | |
+-[gtest/build/debug/config.log] | |
+-[gtest/build/debug/config.status] | |
+-[gtest/build/debug/libtool] | |
params(target,source,env) returns: | |
configure_opts = ['--disable-shared', '--enable-static', '--prefix=/home/rdesmet/Projects/amplidata/default/thirdparty/target/production'] | |
cd /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/build/production && CFLAGS=" -fPIC -DSSE_16 -DNDEBUG" CXXFLAGS=" -fPIC -DSSE_16 " LDFLAGS="" /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/configure --disable-shared --enable-static --prefix=/home/rdesmet/Projects/amplidata/default/thirdparty/target/production | |
params(target,source,env) returns: | |
configure_opts = ['--disable-shared', '--enable-static', '--prefix=/home/rdesmet/Projects/amplidata/default/thirdparty/target/production'] | |
Mkdir("/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/build/production") | |
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 for gcc... 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 gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of gcc... gcc3 | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking dependency style of g++... gcc3 | |
checking build system type... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking for a sed that does not truncate output... /bin/sed | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for ld used by gcc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for BSD-compatible nm... /usr/bin/nm -B | |
checking whether ln -s works... yes | |
checking how to recognize dependent libraries... pass_all | |
checking how to run the C preprocessor... gcc -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 dlfcn.h usability... yes | |
checking dlfcn.h presence... yes | |
checking for dlfcn.h... yes | |
checking how to run the C++ preprocessor... g++ -E | |
checking for g77... no | |
checking for xlf... no | |
checking for f77... no | |
checking for frt... no | |
checking for pgf77... no | |
checking for cf77... no | |
checking for fort77... no | |
checking for fl32... no | |
checking for af77... no | |
checking for xlf90... no | |
checking for f90... no | |
checking for pgf90... no | |
checking for pghpf... no | |
checking for epcf90... no | |
checking for gfortran... no | |
checking for g95... no | |
checking for xlf95... no | |
checking for f95... no | |
checking for fort... no | |
checking for ifort... no | |
checking for ifc... no | |
checking for efc... no | |
checking for pgf95... no | |
checking for lf95... no | |
checking for ftn... no | |
checking whether we are using the GNU Fortran 77 compiler... no | |
checking whether accepts -g... no | |
checking the maximum length of command line arguments... 1572864 | |
checking command to parse /usr/bin/nm -B output from gcc object... ok | |
checking for objdir... .libs | |
checking for ar... ar | |
checking for ranlib... ranlib | |
checking for strip... strip | |
checking if gcc supports -fno-rtti -fno-exceptions... no | |
checking for gcc option to produce PIC... -fPIC | |
checking if gcc PIC flag -fPIC works... yes | |
checking if gcc static flag -static works... yes | |
checking if gcc supports -c -o file.o... yes | |
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
configure: creating libtool | |
appending configuration tag "CXX" to libtool | |
checking for ld used by g++... /usr/bin/ld -m elf_x86_64 | |
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes | |
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking for g++ option to produce PIC... -fPIC | |
checking if g++ PIC flag -fPIC works... yes | |
checking if g++ static flag -static works... yes | |
checking if g++ supports -c -o file.o... yes | |
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
(cached) (cached) checking how to hardcode library paths into programs... immediate | |
appending configuration tag "F77" to libtool | |
checking for python... /usr/bin/python | |
checking for the pthreads library -lpthreads... no | |
checking whether pthreads work without any flags... no | |
checking whether pthreads work with -Kthread... no | |
checking whether pthreads work with -kthread... no | |
checking for the pthreads library -llthread... no | |
checking whether pthreads work with -pthread... yes | |
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
checking if more special flags are required for pthreads... no | |
checking whether to check for GCC pthread/shared inconsistencies... yes | |
checking whether -pthread is sufficient with -shared... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating scripts/gtest-config | |
config.status: creating build-aux/config.h | |
config.status: executing depfiles commands | |
make -C gtest/build/production install | |
depbase=`echo src/gtest.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I./build-aux -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include -fPIC -DSSE_16 -MT src/gtest.lo -MD -MP -MF $depbase.Tpo -c -o src/gtest.lo /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/src/gtest.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
g++ -DHAVE_CONFIG_H -I. -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I./build-aux -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include -fPIC -DSSE_16 -MT src/gtest.lo -MD -MP -MF src/.deps/gtest.Tpo -c /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/src/gtest.cc -o src/gtest.o | |
depbase=`echo src/gtest-death-test.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I./build-aux -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include -fPIC -DSSE_16 -MT src/gtest-death-test.lo -MD -MP -MF $depbase.Tpo -c -o src/gtest-death-test.lo /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/src/gtest-death-test.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
g++ -DHAVE_CONFIG_H -I. -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I./build-aux -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include -fPIC -DSSE_16 -MT src/gtest-death-test.lo -MD -MP -MF src/.deps/gtest-death-test.Tpo -c /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/src/gtest-death-test.cc -o src/gtest-death-test.o | |
depbase=`echo src/gtest-filepath.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I./build-aux -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include -fPIC -DSSE_16 -MT src/gtest-filepath.lo -MD -MP -MF $depbase.Tpo -c -o src/gtest-filepath.lo /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/src/gtest-filepath.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
g++ -DHAVE_CONFIG_H -I. -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I./build-aux -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include -fPIC -DSSE_16 -MT src/gtest-filepath.lo -MD -MP -MF src/.deps/gtest-filepath.Tpo -c /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/src/gtest-filepath.cc -o src/gtest-filepath.o | |
depbase=`echo src/gtest-port.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I./build-aux -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include -fPIC -DSSE_16 -MT src/gtest-port.lo -MD -MP -MF $depbase.Tpo -c -o src/gtest-port.lo /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/src/gtest-port.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
g++ -DHAVE_CONFIG_H -I. -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I./build-aux -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include -fPIC -DSSE_16 -MT src/gtest-port.lo -MD -MP -MF src/.deps/gtest-port.Tpo -c /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/src/gtest-port.cc -o src/gtest-port.o | |
depbase=`echo src/gtest-test-part.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I./build-aux -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include -fPIC -DSSE_16 -MT src/gtest-test-part.lo -MD -MP -MF $depbase.Tpo -c -o src/gtest-test-part.lo /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/src/gtest-test-part.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
g++ -DHAVE_CONFIG_H -I. -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I./build-aux -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include -fPIC -DSSE_16 -MT src/gtest-test-part.lo -MD -MP -MF src/.deps/gtest-test-part.Tpo -c /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/src/gtest-test-part.cc -o src/gtest-test-part.o | |
depbase=`echo src/gtest-typed-test.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I./build-aux -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include -fPIC -DSSE_16 -MT src/gtest-typed-test.lo -MD -MP -MF $depbase.Tpo -c -o src/gtest-typed-test.lo /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/src/gtest-typed-test.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
g++ -DHAVE_CONFIG_H -I. -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I./build-aux -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include -fPIC -DSSE_16 -MT src/gtest-typed-test.lo -MD -MP -MF src/.deps/gtest-typed-test.Tpo -c /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/src/gtest-typed-test.cc -o src/gtest-typed-test.o | |
/bin/bash ./libtool --tag=CXX --mode=link g++ -fPIC -DSSE_16 -o lib/libgtest.la -rpath /home/rdesmet/Projects/amplidata/default/thirdparty/target/production/lib src/gtest.lo src/gtest-death-test.lo src/gtest-filepath.lo src/gtest-port.lo src/gtest-test-part.lo src/gtest-typed-test.lo | |
mkdir lib/.libs | |
ar cru lib/.libs/libgtest.a src/gtest.o src/gtest-death-test.o src/gtest-filepath.o src/gtest-port.o src/gtest-test-part.o src/gtest-typed-test.o | |
ranlib lib/.libs/libgtest.a | |
creating lib/libgtest.la | |
(cd lib/.libs && rm -f libgtest.la && ln -s ../libgtest.la libgtest.la) | |
depbase=`echo src/gtest_main.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I./build-aux -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include -fPIC -DSSE_16 -MT src/gtest_main.lo -MD -MP -MF $depbase.Tpo -c -o src/gtest_main.lo /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/src/gtest_main.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
g++ -DHAVE_CONFIG_H -I. -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I./build-aux -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include -fPIC -DSSE_16 -MT src/gtest_main.lo -MD -MP -MF src/.deps/gtest_main.Tpo -c /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/src/gtest_main.cc -o src/gtest_main.o | |
/bin/bash ./libtool --tag=CXX --mode=link g++ -fPIC -DSSE_16 -o lib/libgtest_main.la -rpath /home/rdesmet/Projects/amplidata/default/thirdparty/target/production/lib src/gtest_main.lo lib/libgtest.la | |
ar cru lib/.libs/libgtest_main.a src/gtest_main.o | |
ranlib lib/.libs/libgtest_main.a | |
creating lib/libgtest_main.la | |
(cd lib/.libs && rm -f libgtest_main.la && ln -s ../libgtest_main.la libgtest_main.la) | |
depbase=`echo samples/sample1.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I./build-aux -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include -fPIC -DSSE_16 -MT samples/sample1.lo -MD -MP -MF $depbase.Tpo -c -o samples/sample1.lo /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/samples/sample1.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
g++ -DHAVE_CONFIG_H -I. -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I./build-aux -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include -fPIC -DSSE_16 -MT samples/sample1.lo -MD -MP -MF samples/.deps/sample1.Tpo -c /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/samples/sample1.cc -o samples/sample1.o | |
depbase=`echo samples/sample2.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I./build-aux -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include -fPIC -DSSE_16 -MT samples/sample2.lo -MD -MP -MF $depbase.Tpo -c -o samples/sample2.lo /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/samples/sample2.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
g++ -DHAVE_CONFIG_H -I. -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I./build-aux -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include -fPIC -DSSE_16 -MT samples/sample2.lo -MD -MP -MF samples/.deps/sample2.Tpo -c /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/samples/sample2.cc -o samples/sample2.o | |
depbase=`echo samples/sample4.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I./build-aux -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include -fPIC -DSSE_16 -MT samples/sample4.lo -MD -MP -MF $depbase.Tpo -c -o samples/sample4.lo /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/samples/sample4.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
g++ -DHAVE_CONFIG_H -I. -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I./build-aux -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest -I/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include -fPIC -DSSE_16 -MT samples/sample4.lo -MD -MP -MF samples/.deps/sample4.Tpo -c /home/rdesmet/Projects/amplidata/default/thirdparty/gtest/samples/sample4.cc -o samples/sample4.o | |
/bin/bash ./libtool --tag=CXX --mode=link g++ -fPIC -DSSE_16 -o samples/libsamples.la samples/sample1.lo samples/sample2.lo samples/sample4.lo | |
mkdir samples/.libs | |
ar cru samples/.libs/libsamples.a samples/sample1.o samples/sample2.o samples/sample4.o | |
ranlib samples/.libs/libsamples.a | |
creating samples/libsamples.la | |
(cd samples/.libs && rm -f libsamples.la && ln -s ../libsamples.la libsamples.la) | |
make[1]: Entering directory `/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/build/production' | |
test -z "/home/rdesmet/Projects/amplidata/default/thirdparty/target/production/bin" || /bin/mkdir -p "/home/rdesmet/Projects/amplidata/default/thirdparty/target/production/bin" | |
/usr/bin/install -c 'scripts/gtest-config' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/production/bin/gtest-config' | |
test -z "/home/rdesmet/Projects/amplidata/default/thirdparty/target/production/lib" || /bin/mkdir -p "/home/rdesmet/Projects/amplidata/default/thirdparty/target/production/lib" | |
/bin/bash ./libtool --mode=install /usr/bin/install -c 'lib/libgtest.la' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/production/lib/libgtest.la' | |
/usr/bin/install -c lib/.libs/libgtest.lai /home/rdesmet/Projects/amplidata/default/thirdparty/target/production/lib/libgtest.la | |
/usr/bin/install -c lib/.libs/libgtest.a /home/rdesmet/Projects/amplidata/default/thirdparty/target/production/lib/libgtest.a | |
chmod 644 /home/rdesmet/Projects/amplidata/default/thirdparty/target/production/lib/libgtest.a | |
ranlib /home/rdesmet/Projects/amplidata/default/thirdparty/target/production/lib/libgtest.a | |
PATH="$PATH:/sbin" ldconfig -n /home/rdesmet/Projects/amplidata/default/thirdparty/target/production/lib | |
---------------------------------------------------------------------- | |
Libraries have been installed in: | |
/home/rdesmet/Projects/amplidata/default/thirdparty/target/production/lib | |
If you ever happen to want to link against installed libraries | |
in a given directory, LIBDIR, you must either use libtool, and | |
specify the full pathname of the library, or use the `-LLIBDIR' | |
flag during linking and do at least one of the following: | |
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable | |
during execution | |
- add LIBDIR to the `LD_RUN_PATH' environment variable | |
during linking | |
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag | |
- have your system administrator add LIBDIR to `/etc/ld.so.conf' | |
See any operating system documentation about shared libraries for | |
more information, such as the ld(1) and ld.so(8) manual pages. | |
---------------------------------------------------------------------- | |
/bin/bash ./libtool --mode=install /usr/bin/install -c 'lib/libgtest_main.la' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/production/lib/libgtest_main.la' | |
/usr/bin/install -c lib/.libs/libgtest_main.lai /home/rdesmet/Projects/amplidata/default/thirdparty/target/production/lib/libgtest_main.la | |
/usr/bin/install -c lib/.libs/libgtest_main.a /home/rdesmet/Projects/amplidata/default/thirdparty/target/production/lib/libgtest_main.a | |
chmod 644 /home/rdesmet/Projects/amplidata/default/thirdparty/target/production/lib/libgtest_main.a | |
ranlib /home/rdesmet/Projects/amplidata/default/thirdparty/target/production/lib/libgtest_main.a | |
PATH="$PATH:/sbin" ldconfig -n /home/rdesmet/Projects/amplidata/default/thirdparty/target/production/lib | |
---------------------------------------------------------------------- | |
Libraries have been installed in: | |
/home/rdesmet/Projects/amplidata/default/thirdparty/target/production/lib | |
If you ever happen to want to link against installed libraries | |
in a given directory, LIBDIR, you must either use libtool, and | |
specify the full pathname of the library, or use the `-LLIBDIR' | |
flag during linking and do at least one of the following: | |
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable | |
during execution | |
- add LIBDIR to the `LD_RUN_PATH' environment variable | |
during linking | |
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag | |
- have your system administrator add LIBDIR to `/etc/ld.so.conf' | |
See any operating system documentation about shared libraries for | |
more information, such as the ld(1) and ld.so(8) manual pages. | |
---------------------------------------------------------------------- | |
test -z "/home/rdesmet/Projects/amplidata/default/thirdparty/target/production/share/aclocal" || /bin/mkdir -p "/home/rdesmet/Projects/amplidata/default/thirdparty/target/production/share/aclocal" | |
/usr/bin/install -c -m 644 '/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/m4/gtest.m4' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/production/share/aclocal/gtest.m4' | |
test -z "/home/rdesmet/Projects/amplidata/default/thirdparty/target/production/include/gtest" || /bin/mkdir -p "/home/rdesmet/Projects/amplidata/default/thirdparty/target/production/include/gtest" | |
/usr/bin/install -c -m 644 '/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include/gtest/gtest.h' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/production/include/gtest/gtest.h' | |
/usr/bin/install -c -m 644 '/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include/gtest/gtest-death-test.h' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/production/include/gtest/gtest-death-test.h' | |
/usr/bin/install -c -m 644 '/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include/gtest/gtest-message.h' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/production/include/gtest/gtest-message.h' | |
/usr/bin/install -c -m 644 '/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include/gtest/gtest-param-test.h' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/production/include/gtest/gtest-param-test.h' | |
/usr/bin/install -c -m 644 '/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include/gtest/gtest_pred_impl.h' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/production/include/gtest/gtest_pred_impl.h' | |
/usr/bin/install -c -m 644 '/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include/gtest/gtest_prod.h' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/production/include/gtest/gtest_prod.h' | |
/usr/bin/install -c -m 644 '/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include/gtest/gtest-spi.h' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/production/include/gtest/gtest-spi.h' | |
/usr/bin/install -c -m 644 '/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include/gtest/gtest-test-part.h' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/production/include/gtest/gtest-test-part.h' | |
/usr/bin/install -c -m 644 '/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include/gtest/gtest-typed-test.h' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/production/include/gtest/gtest-typed-test.h' | |
test -z "/home/rdesmet/Projects/amplidata/default/thirdparty/target/production/include/gtest/internal" || /bin/mkdir -p "/home/rdesmet/Projects/amplidata/default/thirdparty/target/production/include/gtest/internal" | |
/usr/bin/install -c -m 644 '/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include/gtest/internal/gtest-death-test-internal.h' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/production/include/gtest/internal/gtest-death-test-internal.h' | |
/usr/bin/install -c -m 644 '/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include/gtest/internal/gtest-filepath.h' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/production/include/gtest/internal/gtest-filepath.h' | |
/usr/bin/install -c -m 644 '/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include/gtest/internal/gtest-internal.h' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/production/include/gtest/internal/gtest-internal.h' | |
/usr/bin/install -c -m 644 '/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include/gtest/internal/gtest-linked_ptr.h' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/production/include/gtest/internal/gtest-linked_ptr.h' | |
/usr/bin/install -c -m 644 '/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include/gtest/internal/gtest-param-util-generated.h' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/production/include/gtest/internal/gtest-param-util-generated.h' | |
/usr/bin/install -c -m 644 '/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include/gtest/internal/gtest-param-util.h' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/production/include/gtest/internal/gtest-param-util.h' | |
/usr/bin/install -c -m 644 '/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include/gtest/internal/gtest-port.h' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/production/include/gtest/internal/gtest-port.h' | |
/usr/bin/install -c -m 644 '/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include/gtest/internal/gtest-string.h' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/production/include/gtest/internal/gtest-string.h' | |
/usr/bin/install -c -m 644 '/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include/gtest/internal/gtest-tuple.h' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/production/include/gtest/internal/gtest-tuple.h' | |
/usr/bin/install -c -m 644 '/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/include/gtest/internal/gtest-type-util.h' '/home/rdesmet/Projects/amplidata/default/thirdparty/target/production/include/gtest/internal/gtest-type-util.h' | |
make[1]: Leaving directory `/home/rdesmet/Projects/amplidata/default/thirdparty/gtest/build/production' | |
+-production | |
+-gtest-production | |
+-target/production/lib/libgtest.la | |
| +-gtest/build/production/Makefile | |
| | +-gtest/configure | |
| | +-gtest/Makefile.in | |
| +-gtest/build/production/config.log | |
| | +-gtest/configure | |
| | +-gtest/Makefile.in | |
| +-gtest/build/production/config.status | |
| | +-gtest/configure | |
| | +-gtest/Makefile.in | |
| +-gtest/build/production/libtool | |
| +-gtest/configure | |
| +-gtest/Makefile.in | |
+-target/production/lib/libgtest_main.la | |
+-[gtest/build/production/Makefile] | |
+-[gtest/build/production/config.log] | |
+-[gtest/build/production/config.status] | |
+-[gtest/build/production/libtool] | |
scons: done building targets. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment