Skip to content

Instantly share code, notes, and snippets.

Created December 19, 2015 07:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/17c3c1b47ac8751d1b86 to your computer and use it in GitHub Desktop.
Save anonymous/17c3c1b47ac8751d1b86 to your computer and use it in GitHub Desktop.
/var/log/pkgbuild//cppunit.log
prt-get: installing /usr/ports/opt/cppunit
prt-get: starting build Sat Dec 19 02:08:39 2015
=======> Building '/usr/ports/opt/cppunit/cppunit#1.12.1-1.pkg.tar.xz'.
bsdtar -p -o -C /usr/ports/opt/cppunit/work/src -xf /usr/ports/opt/cppunit/cppunit-1.12.1.tar.gz
+ build
+ cd cppunit-1.12.1
+ CONFIG_SHELL=/bin/bash
+ ./configure --prefix=/usr --mandir=/usr/man --disable-doxygen
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 whether make sets $(MAKE)... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
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... /usr/bin/grep
checking for egrep... /usr/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 whether -lc should be explicitly linked in... no
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... yes
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 shl_load... no
checking for shl_load in -ldld... no
checking for dlopen in -ldl... yes
checking for dlerror... yes
checking for cmath... yes
checking whether the compiler supports Run-Time Type Identification... yes
checking whether the compiler supports GCC C++ ABI name demangling... no
checking whether the compiler implements namespaces... yes
checking whether std::string::compare takes a string in argument 1... no
checking whether the compiler has stringstream... yes
checking whether the library defines class strstream... checking strstream usability... yes
checking strstream presence... yes
checking for strstream... yes
yes
checking for isfinite... yes
checking for finite... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating cppunit.pc
config.status: creating cppunit.spec
config.status: creating cppunit-config
config.status: creating src/Makefile
config.status: creating src/DllPlugInTester/Makefile
config.status: creating src/cppunit/Makefile
config.status: creating include/Makefile
config.status: creating include/cppunit/Makefile
config.status: creating include/cppunit/config/Makefile
config.status: creating include/cppunit/extensions/Makefile
config.status: creating include/cppunit/plugin/Makefile
config.status: creating include/cppunit/portability/Makefile
config.status: creating include/cppunit/tools/Makefile
config.status: creating include/cppunit/ui/Makefile
config.status: creating include/cppunit/ui/mfc/Makefile
config.status: creating include/cppunit/ui/qt/Makefile
config.status: creating include/cppunit/ui/text/Makefile
config.status: creating doc/Makefile
config.status: creating doc/Doxyfile
config.status: creating examples/Makefile
config.status: creating examples/simple/Makefile
config.status: creating examples/hierarchy/Makefile
config.status: creating examples/cppunittest/Makefile
config.status: creating examples/ClockerPlugIn/Makefile
config.status: creating examples/DumperPlugIn/Makefile
config.status: creating examples/money/Makefile
config.status: creating config/config.h
config.status: executing depfiles commands
config.status: executing default commands
creating include/cppunit/config-auto.h - prefix CPPUNIT for config/config.h defines
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
.
.
.
.
.
.
.
.
.
+ make
Making all in src
make[1]: Entering directory '/usr/ports/opt/cppunit/work/src/cppunit-1.12.1/src'
Making all in cppunit
make[2]: Entering directory '/usr/ports/opt/cppunit/work/src/cppunit-1.12.1/src/cppunit'
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT AdditionalMessage.lo -MD -MP -MF .deps/AdditionalMessage.Tpo -c -o AdditionalMessage.lo AdditionalMessage.cpp
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT Asserter.lo -MD -MP -MF .deps/Asserter.Tpo -c -o Asserter.lo Asserter.cpp
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT BeOsDynamicLibraryManager.lo -MD -MP -MF .deps/BeOsDynamicLibraryManager.Tpo -c -o BeOsDynamicLibraryManager.lo BeOsDynamicLibraryManager.cpp
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT BriefTestProgressListener.lo -MD -MP -MF .deps/BriefTestProgressListener.Tpo -c -o BriefTestProgressListener.lo BriefTestProgressListener.cpp
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT CompilerOutputter.lo -MD -MP -MF .deps/CompilerOutputter.Tpo -c -o CompilerOutputter.lo CompilerOutputter.cpp
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT DefaultProtector.lo -MD -MP -MF .deps/DefaultProtector.Tpo -c -o DefaultProtector.lo DefaultProtector.cpp
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT DynamicLibraryManager.lo -MD -MP -MF .deps/DynamicLibraryManager.Tpo -c -o DynamicLibraryManager.lo DynamicLibraryManager.cpp
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT DynamicLibraryManagerException.lo -MD -MP -MF .deps/DynamicLibraryManagerException.Tpo -c -o DynamicLibraryManagerException.lo DynamicLibraryManagerException.cpp
mkdir .libs
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT CompilerOutputter.lo -MD -MP -MF .deps/CompilerOutputter.Tpo -c CompilerOutputter.cpp -fPIC -DPIC -o .libs/CompilerOutputter.o
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT Asserter.lo -MD -MP -MF .deps/Asserter.Tpo -c Asserter.cpp -fPIC -DPIC -o .libs/Asserter.o
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT DynamicLibraryManagerException.lo -MD -MP -MF .deps/DynamicLibraryManagerException.Tpo -c DynamicLibraryManagerException.cpp -fPIC -DPIC -o .libs/DynamicLibraryManagerException.o
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT BeOsDynamicLibraryManager.lo -MD -MP -MF .deps/BeOsDynamicLibraryManager.Tpo -c BeOsDynamicLibraryManager.cpp -fPIC -DPIC -o .libs/BeOsDynamicLibraryManager.o
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT AdditionalMessage.lo -MD -MP -MF .deps/AdditionalMessage.Tpo -c AdditionalMessage.cpp -fPIC -DPIC -o .libs/AdditionalMessage.o
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT DynamicLibraryManager.lo -MD -MP -MF .deps/DynamicLibraryManager.Tpo -c DynamicLibraryManager.cpp -fPIC -DPIC -o .libs/DynamicLibraryManager.o
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT BriefTestProgressListener.lo -MD -MP -MF .deps/BriefTestProgressListener.Tpo -c BriefTestProgressListener.cpp -fPIC -DPIC -o .libs/BriefTestProgressListener.o
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT DefaultProtector.lo -MD -MP -MF .deps/DefaultProtector.Tpo -c DefaultProtector.cpp -fPIC -DPIC -o .libs/DefaultProtector.o
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT BeOsDynamicLibraryManager.lo -MD -MP -MF .deps/BeOsDynamicLibraryManager.Tpo -c BeOsDynamicLibraryManager.cpp -o BeOsDynamicLibraryManager.o >/dev/null 2>&1
mv -f .deps/BeOsDynamicLibraryManager.Tpo .deps/BeOsDynamicLibraryManager.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT Exception.lo -MD -MP -MF .deps/Exception.Tpo -c -o Exception.lo Exception.cpp
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT Exception.lo -MD -MP -MF .deps/Exception.Tpo -c Exception.cpp -fPIC -DPIC -o .libs/Exception.o
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT DynamicLibraryManager.lo -MD -MP -MF .deps/DynamicLibraryManager.Tpo -c DynamicLibraryManager.cpp -o DynamicLibraryManager.o >/dev/null 2>&1
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT DynamicLibraryManagerException.lo -MD -MP -MF .deps/DynamicLibraryManagerException.Tpo -c DynamicLibraryManagerException.cpp -o DynamicLibraryManagerException.o >/dev/null 2>&1
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT AdditionalMessage.lo -MD -MP -MF .deps/AdditionalMessage.Tpo -c AdditionalMessage.cpp -o AdditionalMessage.o >/dev/null 2>&1
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT DefaultProtector.lo -MD -MP -MF .deps/DefaultProtector.Tpo -c DefaultProtector.cpp -o DefaultProtector.o >/dev/null 2>&1
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT BriefTestProgressListener.lo -MD -MP -MF .deps/BriefTestProgressListener.Tpo -c BriefTestProgressListener.cpp -o BriefTestProgressListener.o >/dev/null 2>&1
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT Asserter.lo -MD -MP -MF .deps/Asserter.Tpo -c Asserter.cpp -o Asserter.o >/dev/null 2>&1
mv -f .deps/DynamicLibraryManager.Tpo .deps/DynamicLibraryManager.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT Message.lo -MD -MP -MF .deps/Message.Tpo -c -o Message.lo Message.cpp
mv -f .deps/DynamicLibraryManagerException.Tpo .deps/DynamicLibraryManagerException.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT RepeatedTest.lo -MD -MP -MF .deps/RepeatedTest.Tpo -c -o RepeatedTest.lo RepeatedTest.cpp
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT Exception.lo -MD -MP -MF .deps/Exception.Tpo -c Exception.cpp -o Exception.o >/dev/null 2>&1
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT Message.lo -MD -MP -MF .deps/Message.Tpo -c Message.cpp -fPIC -DPIC -o .libs/Message.o
mv -f .deps/AdditionalMessage.Tpo .deps/AdditionalMessage.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT PlugInManager.lo -MD -MP -MF .deps/PlugInManager.Tpo -c -o PlugInManager.lo PlugInManager.cpp
mv -f .deps/DefaultProtector.Tpo .deps/DefaultProtector.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT PlugInParameters.lo -MD -MP -MF .deps/PlugInParameters.Tpo -c -o PlugInParameters.lo PlugInParameters.cpp
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT RepeatedTest.lo -MD -MP -MF .deps/RepeatedTest.Tpo -c RepeatedTest.cpp -fPIC -DPIC -o .libs/RepeatedTest.o
mv -f .deps/Asserter.Tpo .deps/Asserter.Plo
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT PlugInManager.lo -MD -MP -MF .deps/PlugInManager.Tpo -c PlugInManager.cpp -fPIC -DPIC -o .libs/PlugInManager.o
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT Protector.lo -MD -MP -MF .deps/Protector.Tpo -c -o Protector.lo Protector.cpp
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT CompilerOutputter.lo -MD -MP -MF .deps/CompilerOutputter.Tpo -c CompilerOutputter.cpp -o CompilerOutputter.o >/dev/null 2>&1
mv -f .deps/BriefTestProgressListener.Tpo .deps/BriefTestProgressListener.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT ProtectorChain.lo -MD -MP -MF .deps/ProtectorChain.Tpo -c -o ProtectorChain.lo ProtectorChain.cpp
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT PlugInParameters.lo -MD -MP -MF .deps/PlugInParameters.Tpo -c PlugInParameters.cpp -fPIC -DPIC -o .libs/PlugInParameters.o
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT Protector.lo -MD -MP -MF .deps/Protector.Tpo -c Protector.cpp -fPIC -DPIC -o .libs/Protector.o
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT RepeatedTest.lo -MD -MP -MF .deps/RepeatedTest.Tpo -c RepeatedTest.cpp -o RepeatedTest.o >/dev/null 2>&1
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT ProtectorChain.lo -MD -MP -MF .deps/ProtectorChain.Tpo -c ProtectorChain.cpp -fPIC -DPIC -o .libs/ProtectorChain.o
mv -f .deps/Exception.Tpo .deps/Exception.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT SourceLine.lo -MD -MP -MF .deps/SourceLine.Tpo -c -o SourceLine.lo SourceLine.cpp
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT PlugInParameters.lo -MD -MP -MF .deps/PlugInParameters.Tpo -c PlugInParameters.cpp -o PlugInParameters.o >/dev/null 2>&1
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT SourceLine.lo -MD -MP -MF .deps/SourceLine.Tpo -c SourceLine.cpp -fPIC -DPIC -o .libs/SourceLine.o
mv -f .deps/RepeatedTest.Tpo .deps/RepeatedTest.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT StringTools.lo -MD -MP -MF .deps/StringTools.Tpo -c -o StringTools.lo StringTools.cpp
mv -f .deps/PlugInParameters.Tpo .deps/PlugInParameters.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT SynchronizedObject.lo -MD -MP -MF .deps/SynchronizedObject.Tpo -c -o SynchronizedObject.lo SynchronizedObject.cpp
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT StringTools.lo -MD -MP -MF .deps/StringTools.Tpo -c StringTools.cpp -fPIC -DPIC -o .libs/StringTools.o
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT SourceLine.lo -MD -MP -MF .deps/SourceLine.Tpo -c SourceLine.cpp -o SourceLine.o >/dev/null 2>&1
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT Protector.lo -MD -MP -MF .deps/Protector.Tpo -c Protector.cpp -o Protector.o >/dev/null 2>&1
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT SynchronizedObject.lo -MD -MP -MF .deps/SynchronizedObject.Tpo -c SynchronizedObject.cpp -fPIC -DPIC -o .libs/SynchronizedObject.o
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT ProtectorChain.lo -MD -MP -MF .deps/ProtectorChain.Tpo -c ProtectorChain.cpp -o ProtectorChain.o >/dev/null 2>&1
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT SynchronizedObject.lo -MD -MP -MF .deps/SynchronizedObject.Tpo -c SynchronizedObject.cpp -o SynchronizedObject.o >/dev/null 2>&1
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT PlugInManager.lo -MD -MP -MF .deps/PlugInManager.Tpo -c PlugInManager.cpp -o PlugInManager.o >/dev/null 2>&1
mv -f .deps/SynchronizedObject.Tpo .deps/SynchronizedObject.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT Test.lo -MD -MP -MF .deps/Test.Tpo -c -o Test.lo Test.cpp
mv -f .deps/SourceLine.Tpo .deps/SourceLine.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestAssert.lo -MD -MP -MF .deps/TestAssert.Tpo -c -o TestAssert.lo TestAssert.cpp
mv -f .deps/CompilerOutputter.Tpo .deps/CompilerOutputter.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestCase.lo -MD -MP -MF .deps/TestCase.Tpo -c -o TestCase.lo TestCase.cpp
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT Test.lo -MD -MP -MF .deps/Test.Tpo -c Test.cpp -fPIC -DPIC -o .libs/Test.o
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestAssert.lo -MD -MP -MF .deps/TestAssert.Tpo -c TestAssert.cpp -fPIC -DPIC -o .libs/TestAssert.o
mv -f .deps/Protector.Tpo .deps/Protector.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestCaseDecorator.lo -MD -MP -MF .deps/TestCaseDecorator.Tpo -c -o TestCaseDecorator.lo TestCaseDecorator.cpp
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestCase.lo -MD -MP -MF .deps/TestCase.Tpo -c TestCase.cpp -fPIC -DPIC -o .libs/TestCase.o
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT Message.lo -MD -MP -MF .deps/Message.Tpo -c Message.cpp -o Message.o >/dev/null 2>&1
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestCaseDecorator.lo -MD -MP -MF .deps/TestCaseDecorator.Tpo -c TestCaseDecorator.cpp -fPIC -DPIC -o .libs/TestCaseDecorator.o
mv -f .deps/ProtectorChain.Tpo .deps/ProtectorChain.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestComposite.lo -MD -MP -MF .deps/TestComposite.Tpo -c -o TestComposite.lo TestComposite.cpp
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT Test.lo -MD -MP -MF .deps/Test.Tpo -c Test.cpp -o Test.o >/dev/null 2>&1
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestComposite.lo -MD -MP -MF .deps/TestComposite.Tpo -c TestComposite.cpp -fPIC -DPIC -o .libs/TestComposite.o
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT StringTools.lo -MD -MP -MF .deps/StringTools.Tpo -c StringTools.cpp -o StringTools.o >/dev/null 2>&1
mv -f .deps/PlugInManager.Tpo .deps/PlugInManager.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestDecorator.lo -MD -MP -MF .deps/TestDecorator.Tpo -c -o TestDecorator.lo TestDecorator.cpp
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestAssert.lo -MD -MP -MF .deps/TestAssert.Tpo -c TestAssert.cpp -o TestAssert.o >/dev/null 2>&1
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestCase.lo -MD -MP -MF .deps/TestCase.Tpo -c TestCase.cpp -o TestCase.o >/dev/null 2>&1
mv -f .deps/Test.Tpo .deps/Test.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestFactoryRegistry.lo -MD -MP -MF .deps/TestFactoryRegistry.Tpo -c -o TestFactoryRegistry.lo TestFactoryRegistry.cpp
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestComposite.lo -MD -MP -MF .deps/TestComposite.Tpo -c TestComposite.cpp -o TestComposite.o >/dev/null 2>&1
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestCaseDecorator.lo -MD -MP -MF .deps/TestCaseDecorator.Tpo -c TestCaseDecorator.cpp -o TestCaseDecorator.o >/dev/null 2>&1
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestDecorator.lo -MD -MP -MF .deps/TestDecorator.Tpo -c TestDecorator.cpp -fPIC -DPIC -o .libs/TestDecorator.o
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestFactoryRegistry.lo -MD -MP -MF .deps/TestFactoryRegistry.Tpo -c TestFactoryRegistry.cpp -fPIC -DPIC -o .libs/TestFactoryRegistry.o
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestDecorator.lo -MD -MP -MF .deps/TestDecorator.Tpo -c TestDecorator.cpp -o TestDecorator.o >/dev/null 2>&1
mv -f .deps/TestComposite.Tpo .deps/TestComposite.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestFailure.lo -MD -MP -MF .deps/TestFailure.Tpo -c -o TestFailure.lo TestFailure.cpp
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestFailure.lo -MD -MP -MF .deps/TestFailure.Tpo -c TestFailure.cpp -fPIC -DPIC -o .libs/TestFailure.o
mv -f .deps/TestCaseDecorator.Tpo .deps/TestCaseDecorator.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestLeaf.lo -MD -MP -MF .deps/TestLeaf.Tpo -c -o TestLeaf.lo TestLeaf.cpp
mv -f .deps/TestDecorator.Tpo .deps/TestDecorator.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestNamer.lo -MD -MP -MF .deps/TestNamer.Tpo -c -o TestNamer.lo TestNamer.cpp
mv -f .deps/TestCase.Tpo .deps/TestCase.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestPath.lo -MD -MP -MF .deps/TestPath.Tpo -c -o TestPath.lo TestPath.cpp
mv -f .deps/TestAssert.Tpo .deps/TestAssert.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestPlugInDefaultImpl.lo -MD -MP -MF .deps/TestPlugInDefaultImpl.Tpo -c -o TestPlugInDefaultImpl.lo TestPlugInDefaultImpl.cpp
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestLeaf.lo -MD -MP -MF .deps/TestLeaf.Tpo -c TestLeaf.cpp -fPIC -DPIC -o .libs/TestLeaf.o
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestNamer.lo -MD -MP -MF .deps/TestNamer.Tpo -c TestNamer.cpp -fPIC -DPIC -o .libs/TestNamer.o
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestPath.lo -MD -MP -MF .deps/TestPath.Tpo -c TestPath.cpp -fPIC -DPIC -o .libs/TestPath.o
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestFailure.lo -MD -MP -MF .deps/TestFailure.Tpo -c TestFailure.cpp -o TestFailure.o >/dev/null 2>&1
mv -f .deps/StringTools.Tpo .deps/StringTools.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestResult.lo -MD -MP -MF .deps/TestResult.Tpo -c -o TestResult.lo TestResult.cpp
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestPlugInDefaultImpl.lo -MD -MP -MF .deps/TestPlugInDefaultImpl.Tpo -c TestPlugInDefaultImpl.cpp -fPIC -DPIC -o .libs/TestPlugInDefaultImpl.o
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestFactoryRegistry.lo -MD -MP -MF .deps/TestFactoryRegistry.Tpo -c TestFactoryRegistry.cpp -o TestFactoryRegistry.o >/dev/null 2>&1
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestLeaf.lo -MD -MP -MF .deps/TestLeaf.Tpo -c TestLeaf.cpp -o TestLeaf.o >/dev/null 2>&1
mv -f .deps/Message.Tpo .deps/Message.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestResultCollector.lo -MD -MP -MF .deps/TestResultCollector.Tpo -c -o TestResultCollector.lo TestResultCollector.cpp
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestResult.lo -MD -MP -MF .deps/TestResult.Tpo -c TestResult.cpp -fPIC -DPIC -o .libs/TestResult.o
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestNamer.lo -MD -MP -MF .deps/TestNamer.Tpo -c TestNamer.cpp -o TestNamer.o >/dev/null 2>&1
mv -f .deps/TestFailure.Tpo .deps/TestFailure.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestRunner.lo -MD -MP -MF .deps/TestRunner.Tpo -c -o TestRunner.lo TestRunner.cpp
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestResultCollector.lo -MD -MP -MF .deps/TestResultCollector.Tpo -c TestResultCollector.cpp -fPIC -DPIC -o .libs/TestResultCollector.o
mv -f .deps/TestLeaf.Tpo .deps/TestLeaf.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestSetUp.lo -MD -MP -MF .deps/TestSetUp.Tpo -c -o TestSetUp.lo TestSetUp.cpp
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestPlugInDefaultImpl.lo -MD -MP -MF .deps/TestPlugInDefaultImpl.Tpo -c TestPlugInDefaultImpl.cpp -o TestPlugInDefaultImpl.o >/dev/null 2>&1
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestRunner.lo -MD -MP -MF .deps/TestRunner.Tpo -c TestRunner.cpp -fPIC -DPIC -o .libs/TestRunner.o
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestSetUp.lo -MD -MP -MF .deps/TestSetUp.Tpo -c TestSetUp.cpp -fPIC -DPIC -o .libs/TestSetUp.o
mv -f .deps/TestNamer.Tpo .deps/TestNamer.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestSuccessListener.lo -MD -MP -MF .deps/TestSuccessListener.Tpo -c -o TestSuccessListener.lo TestSuccessListener.cpp
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestSuccessListener.lo -MD -MP -MF .deps/TestSuccessListener.Tpo -c TestSuccessListener.cpp -fPIC -DPIC -o .libs/TestSuccessListener.o
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestSetUp.lo -MD -MP -MF .deps/TestSetUp.Tpo -c TestSetUp.cpp -o TestSetUp.o >/dev/null 2>&1
mv -f .deps/TestPlugInDefaultImpl.Tpo .deps/TestPlugInDefaultImpl.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestSuite.lo -MD -MP -MF .deps/TestSuite.Tpo -c -o TestSuite.lo TestSuite.cpp
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestSuccessListener.lo -MD -MP -MF .deps/TestSuccessListener.Tpo -c TestSuccessListener.cpp -o TestSuccessListener.o >/dev/null 2>&1
mv -f .deps/TestFactoryRegistry.Tpo .deps/TestFactoryRegistry.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestSuiteBuilderContext.lo -MD -MP -MF .deps/TestSuiteBuilderContext.Tpo -c -o TestSuiteBuilderContext.lo TestSuiteBuilderContext.cpp
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestRunner.lo -MD -MP -MF .deps/TestRunner.Tpo -c TestRunner.cpp -o TestRunner.o >/dev/null 2>&1
mv -f .deps/TestSuccessListener.Tpo .deps/TestSuccessListener.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TextOutputter.lo -MD -MP -MF .deps/TextOutputter.Tpo -c -o TextOutputter.lo TextOutputter.cpp
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestResultCollector.lo -MD -MP -MF .deps/TestResultCollector.Tpo -c TestResultCollector.cpp -o TestResultCollector.o >/dev/null 2>&1
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestSuite.lo -MD -MP -MF .deps/TestSuite.Tpo -c TestSuite.cpp -fPIC -DPIC -o .libs/TestSuite.o
mv -f .deps/TestSetUp.Tpo .deps/TestSetUp.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TextTestProgressListener.lo -MD -MP -MF .deps/TextTestProgressListener.Tpo -c -o TextTestProgressListener.lo TextTestProgressListener.cpp
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestSuiteBuilderContext.lo -MD -MP -MF .deps/TestSuiteBuilderContext.Tpo -c TestSuiteBuilderContext.cpp -fPIC -DPIC -o .libs/TestSuiteBuilderContext.o
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TextOutputter.lo -MD -MP -MF .deps/TextOutputter.Tpo -c TextOutputter.cpp -fPIC -DPIC -o .libs/TextOutputter.o
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestResult.lo -MD -MP -MF .deps/TestResult.Tpo -c TestResult.cpp -o TestResult.o >/dev/null 2>&1
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TextTestProgressListener.lo -MD -MP -MF .deps/TextTestProgressListener.Tpo -c TextTestProgressListener.cpp -fPIC -DPIC -o .libs/TextTestProgressListener.o
mv -f .deps/TestRunner.Tpo .deps/TestRunner.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TextTestResult.lo -MD -MP -MF .deps/TextTestResult.Tpo -c -o TextTestResult.lo TextTestResult.cpp
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestSuite.lo -MD -MP -MF .deps/TestSuite.Tpo -c TestSuite.cpp -o TestSuite.o >/dev/null 2>&1
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TextTestResult.lo -MD -MP -MF .deps/TextTestResult.Tpo -c TextTestResult.cpp -fPIC -DPIC -o .libs/TextTestResult.o
mv -f .deps/TestResultCollector.Tpo .deps/TestResultCollector.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TextTestRunner.lo -MD -MP -MF .deps/TextTestRunner.Tpo -c -o TextTestRunner.lo TextTestRunner.cpp
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestSuiteBuilderContext.lo -MD -MP -MF .deps/TestSuiteBuilderContext.Tpo -c TestSuiteBuilderContext.cpp -o TestSuiteBuilderContext.o >/dev/null 2>&1
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TextTestProgressListener.lo -MD -MP -MF .deps/TextTestProgressListener.Tpo -c TextTestProgressListener.cpp -o TextTestProgressListener.o >/dev/null 2>&1
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TextTestRunner.lo -MD -MP -MF .deps/TextTestRunner.Tpo -c TextTestRunner.cpp -fPIC -DPIC -o .libs/TextTestRunner.o
mv -f .deps/TestSuite.Tpo .deps/TestSuite.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TypeInfoHelper.lo -MD -MP -MF .deps/TypeInfoHelper.Tpo -c -o TypeInfoHelper.lo TypeInfoHelper.cpp
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TextOutputter.lo -MD -MP -MF .deps/TextOutputter.Tpo -c TextOutputter.cpp -o TextOutputter.o >/dev/null 2>&1
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TypeInfoHelper.lo -MD -MP -MF .deps/TypeInfoHelper.Tpo -c TypeInfoHelper.cpp -fPIC -DPIC -o .libs/TypeInfoHelper.o
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TestPath.lo -MD -MP -MF .deps/TestPath.Tpo -c TestPath.cpp -o TestPath.o >/dev/null 2>&1
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TextTestResult.lo -MD -MP -MF .deps/TextTestResult.Tpo -c TextTestResult.cpp -o TextTestResult.o >/dev/null 2>&1
mv -f .deps/TestResult.Tpo .deps/TestResult.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT UnixDynamicLibraryManager.lo -MD -MP -MF .deps/UnixDynamicLibraryManager.Tpo -c -o UnixDynamicLibraryManager.lo UnixDynamicLibraryManager.cpp
mv -f .deps/TextTestProgressListener.Tpo .deps/TextTestProgressListener.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT ShlDynamicLibraryManager.lo -MD -MP -MF .deps/ShlDynamicLibraryManager.Tpo -c -o ShlDynamicLibraryManager.lo ShlDynamicLibraryManager.cpp
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT UnixDynamicLibraryManager.lo -MD -MP -MF .deps/UnixDynamicLibraryManager.Tpo -c UnixDynamicLibraryManager.cpp -fPIC -DPIC -o .libs/UnixDynamicLibraryManager.o
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TypeInfoHelper.lo -MD -MP -MF .deps/TypeInfoHelper.Tpo -c TypeInfoHelper.cpp -o TypeInfoHelper.o >/dev/null 2>&1
mv -f .deps/TestSuiteBuilderContext.Tpo .deps/TestSuiteBuilderContext.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT XmlDocument.lo -MD -MP -MF .deps/XmlDocument.Tpo -c -o XmlDocument.lo XmlDocument.cpp
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT ShlDynamicLibraryManager.lo -MD -MP -MF .deps/ShlDynamicLibraryManager.Tpo -c ShlDynamicLibraryManager.cpp -fPIC -DPIC -o .libs/ShlDynamicLibraryManager.o
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT ShlDynamicLibraryManager.lo -MD -MP -MF .deps/ShlDynamicLibraryManager.Tpo -c ShlDynamicLibraryManager.cpp -o ShlDynamicLibraryManager.o >/dev/null 2>&1
mv -f .deps/ShlDynamicLibraryManager.Tpo .deps/ShlDynamicLibraryManager.Plo
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT TextTestRunner.lo -MD -MP -MF .deps/TextTestRunner.Tpo -c TextTestRunner.cpp -o TextTestRunner.o >/dev/null 2>&1
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT XmlElement.lo -MD -MP -MF .deps/XmlElement.Tpo -c -o XmlElement.lo XmlElement.cpp
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT UnixDynamicLibraryManager.lo -MD -MP -MF .deps/UnixDynamicLibraryManager.Tpo -c UnixDynamicLibraryManager.cpp -o UnixDynamicLibraryManager.o >/dev/null 2>&1
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT XmlDocument.lo -MD -MP -MF .deps/XmlDocument.Tpo -c XmlDocument.cpp -fPIC -DPIC -o .libs/XmlDocument.o
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT XmlElement.lo -MD -MP -MF .deps/XmlElement.Tpo -c XmlElement.cpp -fPIC -DPIC -o .libs/XmlElement.o
mv -f .deps/TypeInfoHelper.Tpo .deps/TypeInfoHelper.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT XmlOutputter.lo -MD -MP -MF .deps/XmlOutputter.Tpo -c -o XmlOutputter.lo XmlOutputter.cpp
mv -f .deps/TextTestResult.Tpo .deps/TextTestResult.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT XmlOutputterHook.lo -MD -MP -MF .deps/XmlOutputterHook.Tpo -c -o XmlOutputterHook.lo XmlOutputterHook.cpp
mv -f .deps/UnixDynamicLibraryManager.Tpo .deps/UnixDynamicLibraryManager.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT Win32DynamicLibraryManager.lo -MD -MP -MF .deps/Win32DynamicLibraryManager.Tpo -c -o Win32DynamicLibraryManager.lo Win32DynamicLibraryManager.cpp
mv -f .deps/TextOutputter.Tpo .deps/TextOutputter.Plo
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT XmlOutputter.lo -MD -MP -MF .deps/XmlOutputter.Tpo -c XmlOutputter.cpp -fPIC -DPIC -o .libs/XmlOutputter.o
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT XmlOutputterHook.lo -MD -MP -MF .deps/XmlOutputterHook.Tpo -c XmlOutputterHook.cpp -fPIC -DPIC -o .libs/XmlOutputterHook.o
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT XmlOutputterHook.lo -MD -MP -MF .deps/XmlOutputterHook.Tpo -c XmlOutputterHook.cpp -o XmlOutputterHook.o >/dev/null 2>&1
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT Win32DynamicLibraryManager.lo -MD -MP -MF .deps/Win32DynamicLibraryManager.Tpo -c Win32DynamicLibraryManager.cpp -fPIC -DPIC -o .libs/Win32DynamicLibraryManager.o
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT XmlDocument.lo -MD -MP -MF .deps/XmlDocument.Tpo -c XmlDocument.cpp -o XmlDocument.o >/dev/null 2>&1
mv -f .deps/XmlOutputterHook.Tpo .deps/XmlOutputterHook.Plo
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT Win32DynamicLibraryManager.lo -MD -MP -MF .deps/Win32DynamicLibraryManager.Tpo -c Win32DynamicLibraryManager.cpp -o Win32DynamicLibraryManager.o >/dev/null 2>&1
mv -f .deps/Win32DynamicLibraryManager.Tpo .deps/Win32DynamicLibraryManager.Plo
mv -f .deps/TextTestRunner.Tpo .deps/TextTestRunner.Plo
mv -f .deps/XmlDocument.Tpo .deps/XmlDocument.Plo
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT XmlElement.lo -MD -MP -MF .deps/XmlElement.Tpo -c XmlElement.cpp -o XmlElement.o >/dev/null 2>&1
mv -f .deps/TestPath.Tpo .deps/TestPath.Plo
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT XmlOutputter.lo -MD -MP -MF .deps/XmlOutputter.Tpo -c XmlOutputter.cpp -o XmlOutputter.o >/dev/null 2>&1
mv -f .deps/XmlElement.Tpo .deps/XmlElement.Plo
mv -f .deps/XmlOutputter.Tpo .deps/XmlOutputter.Plo
/bin/bash ../../libtool --tag=CXX --mode=link g++ -O2 -march=amdfam10 -no-undefined -version-info 1:0:0 -release 1.12 -Wl,-O1,--sort-common,--as-needed,-z,relro -o libcppunit.la -rpath /usr/lib AdditionalMessage.lo Asserter.lo BeOsDynamicLibraryManager.lo BriefTestProgressListener.lo CompilerOutputter.lo DefaultProtector.lo DynamicLibraryManager.lo DynamicLibraryManagerException.lo Exception.lo Message.lo RepeatedTest.lo PlugInManager.lo PlugInParameters.lo Protector.lo ProtectorChain.lo SourceLine.lo StringTools.lo SynchronizedObject.lo Test.lo TestAssert.lo TestCase.lo TestCaseDecorator.lo TestComposite.lo TestDecorator.lo TestFactoryRegistry.lo TestFailure.lo TestLeaf.lo TestNamer.lo TestPath.lo TestPlugInDefaultImpl.lo TestResult.lo TestResultCollector.lo TestRunner.lo TestSetUp.lo TestSuccessListener.lo TestSuite.lo TestSuiteBuilderContext.lo TextOutputter.lo TextTestProgressListener.lo TextTestResult.lo TextTestRunner.lo TypeInfoHelper.lo UnixDynamicLibraryManager.lo ShlDynamicLibraryManager.lo XmlDocument.lo XmlElement.lo XmlOutputter.lo XmlOutputterHook.lo Win32DynamicLibraryManager.lo -lm
g++ -shared -nostdlib /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.5/../../../../lib/crti.o /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.5/crtbeginS.o .libs/AdditionalMessage.o .libs/Asserter.o .libs/BeOsDynamicLibraryManager.o .libs/BriefTestProgressListener.o .libs/CompilerOutputter.o .libs/DefaultProtector.o .libs/DynamicLibraryManager.o .libs/DynamicLibraryManagerException.o .libs/Exception.o .libs/Message.o .libs/RepeatedTest.o .libs/PlugInManager.o .libs/PlugInParameters.o .libs/Protector.o .libs/ProtectorChain.o .libs/SourceLine.o .libs/StringTools.o .libs/SynchronizedObject.o .libs/Test.o .libs/TestAssert.o .libs/TestCase.o .libs/TestCaseDecorator.o .libs/TestComposite.o .libs/TestDecorator.o .libs/TestFactoryRegistry.o .libs/TestFailure.o .libs/TestLeaf.o .libs/TestNamer.o .libs/TestPath.o .libs/TestPlugInDefaultImpl.o .libs/TestResult.o .libs/TestResultCollector.o .libs/TestRunner.o .libs/TestSetUp.o .libs/TestSuccessListener.o .libs/TestSuite.o .libs/TestSuiteBuilderContext.o .libs/TextOutputter.o .libs/TextTestProgressListener.o .libs/TextTestResult.o .libs/TextTestRunner.o .libs/TypeInfoHelper.o .libs/UnixDynamicLibraryManager.o .libs/ShlDynamicLibraryManager.o .libs/XmlDocument.o .libs/XmlElement.o .libs/XmlOutputter.o .libs/XmlOutputterHook.o .libs/Win32DynamicLibraryManager.o -Wl,--rpath -Wl,/usr/lib/../lib -Wl,--rpath -Wl,/usr/lib/../lib -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.5 -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.5/../../.. /usr/lib/../lib/libstdc++.so -lm -lc -lgcc_s /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.5/crtendS.o /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.5/../../../../lib/crtn.o -march=amdfam10 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-soname -Wl,libcppunit-1.12.so.1 -o .libs/libcppunit-1.12.so.1.0.0
(cd .libs && rm -f libcppunit-1.12.so.1 && ln -s libcppunit-1.12.so.1.0.0 libcppunit-1.12.so.1)
(cd .libs && rm -f libcppunit.so && ln -s libcppunit-1.12.so.1.0.0 libcppunit.so)
ar cru .libs/libcppunit.a AdditionalMessage.o Asserter.o BeOsDynamicLibraryManager.o BriefTestProgressListener.o CompilerOutputter.o DefaultProtector.o DynamicLibraryManager.o DynamicLibraryManagerException.o Exception.o Message.o RepeatedTest.o PlugInManager.o PlugInParameters.o Protector.o ProtectorChain.o SourceLine.o StringTools.o SynchronizedObject.o Test.o TestAssert.o TestCase.o TestCaseDecorator.o TestComposite.o TestDecorator.o TestFactoryRegistry.o TestFailure.o TestLeaf.o TestNamer.o TestPath.o TestPlugInDefaultImpl.o TestResult.o TestResultCollector.o TestRunner.o TestSetUp.o TestSuccessListener.o TestSuite.o TestSuiteBuilderContext.o TextOutputter.o TextTestProgressListener.o TextTestResult.o TextTestRunner.o TypeInfoHelper.o UnixDynamicLibraryManager.o ShlDynamicLibraryManager.o XmlDocument.o XmlElement.o XmlOutputter.o XmlOutputterHook.o Win32DynamicLibraryManager.o
ranlib .libs/libcppunit.a
creating libcppunit.la
(cd .libs && rm -f libcppunit.la && ln -s ../libcppunit.la libcppunit.la)
make[2]: Leaving directory '/usr/ports/opt/cppunit/work/src/cppunit-1.12.1/src/cppunit'
Making all in DllPlugInTester
make[2]: Entering directory '/usr/ports/opt/cppunit/work/src/cppunit-1.12.1/src/DllPlugInTester'
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT DllPlugInTester.o -MD -MP -MF .deps/DllPlugInTester.Tpo -c -o DllPlugInTester.o DllPlugInTester.cpp
g++ -DHAVE_CONFIG_H -I. -I../../config -I../../include -I../../include -O2 -march=amdfam10 -MT CommandLineParser.o -MD -MP -MF .deps/CommandLineParser.Tpo -c -o CommandLineParser.o CommandLineParser.cpp
mv -f .deps/DllPlugInTester.Tpo .deps/DllPlugInTester.Po
mv -f .deps/CommandLineParser.Tpo .deps/CommandLineParser.Po
/bin/bash ../../libtool --tag=CXX --mode=link g++ -O2 -march=amdfam10 -ldl -Wl,-O1,--sort-common,--as-needed,-z,relro -o DllPlugInTester DllPlugInTester.o CommandLineParser.o ../../src/cppunit/libcppunit.la -lm
mkdir .libs
g++ -O2 -march=amdfam10 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o .libs/DllPlugInTester DllPlugInTester.o CommandLineParser.o -ldl ../../src/cppunit/.libs/libcppunit.so -lm
../../src/cppunit/.libs/libcppunit.so: undefined reference to `dlsym'
../../src/cppunit/.libs/libcppunit.so: undefined reference to `dlopen'
../../src/cppunit/.libs/libcppunit.so: undefined reference to `dlclose'
collect2: error: ld returned 1 exit status
Makefile:321: recipe for target 'DllPlugInTester' failed
make[2]: *** [DllPlugInTester] Error 1
make[2]: Leaving directory '/usr/ports/opt/cppunit/work/src/cppunit-1.12.1/src/DllPlugInTester'
Makefile:243: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/usr/ports/opt/cppunit/work/src/cppunit-1.12.1/src'
Makefile:443: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
=======> ERROR: Building '/usr/ports/opt/cppunit/cppunit#1.12.1-1.pkg.tar.xz' failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment