dpkg-buildpackage: set CFLAGS to default value: -g -O2 dpkg-buildpackage: set CPPFLAGS to default value: dpkg-buildpackage: set LDFLAGS to default value: dpkg-buildpackage: set FFLAGS to default value: -g -O2 dpkg-buildpackage: set CXXFLAGS to default value: -g -O2 dpkg-buildpackage: source package coin3 dpkg-buildpackage: source version 3.1.0-2lenny1 dpkg-buildpackage: source changed by Adam C. Powell, IV dpkg-buildpackage: host architecture amd64 fakeroot debian/rules clean test -x debian/rules dh_testroot for i in ./cfg/config.guess ./cfg/config.sub ; do \ if test -e $i.cdbs-orig ; then \ mv $i.cdbs-orig $i ; \ fi ; \ done dh_clean dh_clean: Compatibility levels before 4 are deprecated. /usr/bin/make -C . -k distclean make[1]: Entering directory `/home/hazelsct/coin3-3.1.0' make[1]: *** No rule to make target `distclean'. make[1]: Leaving directory `/home/hazelsct/coin3-3.1.0' make: [makefile-clean] Error 2 (ignored) rm -f debian/stamp-makefile-build rm -f debian/stamp-makefile-check rm -f debian/stamp-autotools-files /usr/bin/make -f debian/rules reverse-config make[1]: Entering directory `/home/hazelsct/coin3-3.1.0' for i in ./cfg/config.guess ./cfg/config.sub ; do \ if test -e $i.cdbs-orig ; then \ mv $i.cdbs-orig $i ; \ fi ; \ done make[1]: Leaving directory `/home/hazelsct/coin3-3.1.0' if [ -d "." ]; then \ cd . && QUILT_PATCHES=/home/hazelsct/coin3-3.1.0/debian/patches quilt --quiltrc /dev/null pop -a -R || test $? = 2 ; \ fi No patch removed rm -rf ./.pc rm -f debian/stamp-patch* rm -f debian/cdbs-install-list debian/cdbs-package-list dpkg-source -b coin3-3.1.0 dpkg-source: info: using source format `1.0' dpkg-source: info: building coin3 using existing coin3_3.1.0.orig.tar.gz dpkg-source: info: building coin3 in coin3_3.1.0-2lenny1.diff.gz dpkg-source: info: building coin3 in coin3_3.1.0-2lenny1.dsc debian/rules build test -x debian/rules mkdir -p "." echo 5 >debian/compat /usr/bin/make -f debian/rules reverse-config make[1]: Entering directory `/home/hazelsct/coin3-3.1.0' for i in ./cfg/config.guess ./cfg/config.sub ; do \ if test -e $i.cdbs-orig ; then \ mv $i.cdbs-orig $i ; \ fi ; \ done make[1]: Leaving directory `/home/hazelsct/coin3-3.1.0' cd . && QUILT_PATCHES=/home/hazelsct/coin3-3.1.0/debian/patches quilt --quiltrc /dev/null push -a || test $? = 2 No patches in series touch debian/stamp-patched /usr/bin/make -f debian/rules update-config make[1]: Entering directory `/home/hazelsct/coin3-3.1.0' if test -e /usr/share/misc/config.guess ; then \ for i in ./cfg/config.guess ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/misc/config.guess $i ; \ fi ; \ done ; \ fi if test -e /usr/share/misc/config.sub ; then \ for i in ./cfg/config.sub ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/misc/config.sub $i ; \ fi ; \ done ; \ fi make[1]: Leaving directory `/home/hazelsct/coin3-3.1.0' if test -e /usr/share/misc/config.guess ; then \ for i in ./cfg/config.guess ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/misc/config.guess $i ; \ fi ; \ done ; \ fi if test -e /usr/share/misc/config.sub ; then \ for i in ./cfg/config.sub ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/misc/config.sub $i ; \ fi ; \ done ; \ fi touch debian/stamp-autotools-files chmod a+x /home/hazelsct/coin3-3.1.0/./configure cd . && CC="cc" CXX="g++" CFLAGS="-g -O2 -g -Wall -O2" CXXFLAGS="-g -O2 -g -Wall -O2" CPPFLAGS="" LDFLAGS="" /home/hazelsct/coin3-3.1.0/./configure --build=x86_64-linux-gnu --prefix=/usr --includedir="\${prefix}/include" --mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var --libexecdir="\${prefix}/lib/coin3" --disable-maintainer-mode --disable-dependency-tracking --srcdir=. --disable-dependency-tracking --enable-static --enable-shared --disable-maintainer-mode --enable-html htmldir=/usr/share/doc/libcoin60-doc/html --enable-man --mandir=/usr/share/man --without-mesa checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for distcheck mode... no checking for gcc... cc 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 cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking dependency style of cc... none checking whether to enable maintainer-specific portions of Makefiles... no checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking how to run the C++ preprocessor... g++ -E checking for a sed that does not truncate output... /bin/sed checking for egrep... grep -E checking for ld used by cc... /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 recognise dependent libraries... pass_all checking how to run the C preprocessor... cc -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 f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for f95... f95 checking whether we are using the GNU Fortran 77 compiler... yes checking whether f95 accepts -g... yes checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking whether the cc 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 checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for f95 option to produce PIC... -fPIC checking if f95 PIC flag -fPIC works... yes checking if f95 static flag -static works... yes checking if f95 supports -c -o file.o... yes checking whether the f95 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 if the C++ compiler environment is ok... true checking if the compiler handles for() loops in inlined constructors... yes checking if the compiler handles switch statements in virtual destructors... yes checking if this is a version of GCC with a known nasty optimization bug... false checking for __builtin_expect()... found checking if assert() uses __builtin_expect()... no checking for function name variable for CPP compiler... __func__ checking for function name variable for C compiler... __func__ checking for Win32 threads... false checking for POSIX threads... -D_REENTRANT -lpthread checking the struct timespec resolution... nsecs checking for unistd.h... (cached) yes checking for sys/types.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking io.h usability... no checking io.h presence... no checking for io.h... no checking windows.h usability... no checking windows.h presence... no checking for windows.h... no checking libgen.h usability... yes checking libgen.h presence... yes checking for libgen.h... yes checking direct.h usability... no checking direct.h presence... no checking for direct.h... no checking for strings.h... (cached) yes checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no checking for flex file adjustments... none checking for tlhelp32.h... no checking for _splitpath()... not found checking if the Win32 API is available... no checking for sys/unistd.h... yes checking for IN_PATH define conflict... no checking for netinet/in.h... true checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for sys/types.h... (cached) yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking standard bytesize typedefs... available checking for fstat() function... available checking for BSD 4.3 isinf() function... available checking for BSD 4.3 isnan() function... available checking for BSD 4.3 finite() function... available checking for fpclass() function... not available checking for _fpclass() function... not available checking type of timeval::tv_sec... __time_t checking type of timeval::tv_usec... __suseconds_t checking for perl... /usr/bin/perl checking for doxygen... /usr/bin/doxygen checking for dpkg-buildpackage... /usr/bin/dpkg-buildpackage checking if user is simian... probably not checking whether cc accepts -W... yes checking whether cc accepts -Wall... yes checking whether cc accepts -Wno-unused... yes checking whether cc accepts -Wno-multichar... yes checking whether g++ accepts -W... yes checking whether g++ accepts -Wall... yes checking whether g++ accepts -Wno-unused... yes checking whether g++ accepts -Wno-multichar... yes checking whether g++ accepts -Woverloaded-virtual... yes checking for project release status... release version checking whether cc accepts -fno-builtin... yes checking whether g++ accepts -fno-builtin... yes checking whether g++ accepts -fno-for-scoping... no checking whether cc accepts -finline-functions... yes checking whether g++ accepts -finline-functions... yes checking whether cc accepts -Wreturn-type... yes checking whether g++ accepts -Wreturn-type... yes checking whether cc accepts -Wchar-subscripts... yes checking whether g++ accepts -Wchar-subscripts... yes checking whether cc accepts -Wparentheses... yes checking whether g++ accepts -Wparentheses... yes checking whether snprintf() is available... yes checking whether vsnprintf() is available... yes checking for va_copy() stdarg macro... yes checking whether quoting in macros can be done with hash symbol... yes checking for GetEnvironmentVariable() function... no checking for timeGetTime() function... no checking for MessageBox() function... no checking for QueryPerformanceCounter() function... no checking for _ftime() function... no checking for ftime() function... yes checking for _getcwd() function... no checking for getcwd() function... yes checking for gettimeofday() function... yes checking for strncasecmp() function... yes checking for memmove() function... available checking for bcopy() function... available checking for _logb() function... no checking mach-o/dyld.h usability... no checking mach-o/dyld.h presence... no checking for mach-o/dyld.h... no checking whether we can use Mach-O dyld... no checking for dlfcn.h... (cached) yes checking for the dl library... -ldl checking for math functions library... no explicit linkage necessary checking for ilogb() function... yes checking for X... libraries , headers checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking whether we can link against X11... yes checking whether the X11 shared memory extension is available... yes checking if X11 linkage is ready... true checking how to include gl.h... #include checking for OpenGL library dev-kit... -lGL checking how to include glext.h... #include checking whether WGL is on the system... false checking whether GLX is on the system... true checking how to include glu.h... #include checking if GLU is available as part of GL library... false checking for shared library suffix... .so checking for cmp... Yes checking for __declspec() support... not available configure: creating ./config.status config.status: creating Makefile config.status: creating bin/Makefile config.status: creating include/Makefile config.status: creating include/Inventor/Makefile config.status: creating include/Inventor/C/Makefile config.status: creating include/Inventor/C/XML/Makefile config.status: creating include/Inventor/C/base/Makefile config.status: creating include/Inventor/C/errors/Makefile config.status: creating include/Inventor/C/glue/Makefile config.status: creating include/Inventor/C/threads/Makefile config.status: creating include/Inventor/VRMLnodes/Makefile config.status: creating include/Inventor/XML/Makefile config.status: creating include/Inventor/actions/Makefile config.status: creating include/Inventor/bundles/Makefile config.status: creating include/Inventor/caches/Makefile config.status: creating include/Inventor/collision/Makefile config.status: creating include/Inventor/details/Makefile config.status: creating include/Inventor/draggers/Makefile config.status: creating include/Inventor/elements/Makefile config.status: creating include/Inventor/engines/Makefile config.status: creating include/Inventor/errors/Makefile config.status: creating include/Inventor/events/Makefile config.status: creating include/Inventor/fields/Makefile config.status: creating include/Inventor/lists/Makefile config.status: creating include/Inventor/lock/Makefile config.status: creating include/Inventor/manips/Makefile config.status: creating include/Inventor/misc/Makefile config.status: creating include/Inventor/nodekits/Makefile config.status: creating include/Inventor/nodes/Makefile config.status: creating include/Inventor/projectors/Makefile config.status: creating include/Inventor/sensors/Makefile config.status: creating include/Inventor/system/Makefile config.status: creating include/Inventor/threads/Makefile config.status: creating include/Inventor/tools/Makefile config.status: creating include/Inventor/scxml/Makefile config.status: creating include/Inventor/annex/Makefile config.status: creating include/Inventor/annex/HardCopy/Makefile config.status: creating include/Inventor/annex/ForeignFiles/Makefile config.status: creating include/Inventor/annex/FXViz/Makefile config.status: creating include/Inventor/annex/FXViz/elements/Makefile config.status: creating include/Inventor/annex/FXViz/nodes/Makefile config.status: creating include/Inventor/annex/Profiler/Makefile config.status: creating include/Inventor/annex/Profiler/elements/Makefile config.status: creating include/Inventor/annex/Profiler/engines/Makefile config.status: creating include/Inventor/annex/Profiler/nodes/Makefile config.status: creating include/Inventor/annex/Profiler/nodekits/Makefile config.status: creating include/Inventor/annex/Profiler/utils/Makefile config.status: creating data/Makefile config.status: creating data/draggerDefaults/Makefile config.status: creating data/shaders/Makefile config.status: creating data/shaders/lights/Makefile config.status: creating data/shaders/vsm/Makefile config.status: creating data/scxml/Makefile config.status: creating data/scxml/navigation/Makefile config.status: creating man/Makefile config.status: creating man/man1/Makefile config.status: creating man/man3/Makefile config.status: creating html/Makefile config.status: creating src/Makefile config.status: creating src/base/Makefile config.status: creating src/actions/Makefile config.status: creating src/bundles/Makefile config.status: creating src/caches/Makefile config.status: creating src/collision/Makefile config.status: creating src/details/Makefile config.status: creating src/draggers/Makefile config.status: creating src/elements/Makefile config.status: creating src/elements/GL/Makefile config.status: creating src/engines/Makefile config.status: creating src/errors/Makefile config.status: creating src/events/Makefile config.status: creating src/fields/Makefile config.status: creating src/fonts/Makefile config.status: creating src/glue/Makefile config.status: creating src/io/Makefile config.status: creating src/manips/Makefile config.status: creating src/misc/Makefile config.status: creating src/lists/Makefile config.status: creating src/navigation/Makefile config.status: creating src/nodekits/Makefile config.status: creating src/nodes/Makefile config.status: creating src/projectors/Makefile config.status: creating src/3ds/Makefile config.status: creating src/sensors/Makefile config.status: creating src/upgraders/Makefile config.status: creating src/shapenodes/Makefile config.status: creating src/threads/Makefile config.status: creating src/extensions/Makefile config.status: creating src/vrml97/Makefile config.status: creating src/hardcopy/Makefile config.status: creating src/shaders/Makefile config.status: creating src/shadows/Makefile config.status: creating src/geo/Makefile config.status: creating src/foreignfiles/Makefile config.status: creating src/xml/Makefile config.status: creating src/xml/expat/Makefile config.status: creating src/profiler/Makefile config.status: creating src/scxml/Makefile config.status: creating src/doc/Makefile config.status: creating testsuite/Makefile config.status: creating cfg/gendsp.pl config.status: creating src/discard.h config.status: creating src/config.h config.status: creating src/setup.h config.status: executing depfiles commands Coin configuration settings: 3.1.0 Library version: No (default) Generate Java wrapper: No (enable with --enable-3ds-import) 3ds import capabilities: Yes javascript capabilities: Yes nodekit support: Yes dragger support: Yes manipulator support: Yes VRML97 support: POSIX System threads API: No (enable with --enable-threadsafe) Thread safe traversals: /usr/share/man manpage installation: /usr/share/doc/libcoin60-doc/html HTML installation: run-time binding simage linkage: Yes, run-time binding OpenAL support: Yes Sound support: Yes, run-time binding Fontconfig support: Yes, run-time binding SpiderMonkey support: Yes, run-time binding FreeType library: Yes, run-time binding zlib support: Yes, run-time binding bzip2 support: run-time binding GLU linkage: /usr Installation prefix: Coin configuration warnings: * Your $PATH variable does not appear to include "/usr/bin" /usr/bin/make -C . all make[1]: Entering directory `/home/hazelsct/coin3-3.1.0' config.status: creating include/Inventor/C/basic.h config.status: include/Inventor/C/basic.h is unchanged config.status: creating include/Inventor/system/gl-headers.h.new include/Inventor/system/gl-headers.h is unchanged config.status: creating include/Inventor/system/inttypes.h config.status: creating coin-default.cfg config.status: creating Info.plist config.status: creating version.plist /usr/bin/make all-recursive make[2]: Entering directory `/home/hazelsct/coin3-3.1.0' Making all in . make[3]: Entering directory `/home/hazelsct/coin3-3.1.0' config.status: creating Coin.pc make[3]: Leaving directory `/home/hazelsct/coin3-3.1.0' Making all in bin make[3]: Entering directory `/home/hazelsct/coin3-3.1.0/bin' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/hazelsct/coin3-3.1.0/bin' Making all in include make[3]: Entering directory `/home/hazelsct/coin3-3.1.0/include' Making all in Inventor make[4]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor' Making all in C make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/C' /usr/bin/make all-recursive make[6]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/C' Making all in XML make[7]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/C/XML' make[7]: Nothing to be done for `all'. make[7]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/C/XML' Making all in base make[7]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/C/base' make[7]: Nothing to be done for `all'. make[7]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/C/base' Making all in errors make[7]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/C/errors' make[7]: Nothing to be done for `all'. make[7]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/C/errors' Making all in glue make[7]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/C/glue' make[7]: Nothing to be done for `all'. make[7]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/C/glue' Making all in threads make[7]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/C/threads' make[7]: Nothing to be done for `all'. make[7]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/C/threads' make[7]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/C' make[7]: Nothing to be done for `all-am'. make[7]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/C' make[6]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/C' make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/C' Making all in VRMLnodes make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/VRMLnodes' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/VRMLnodes' Making all in XML make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/XML' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/XML' Making all in actions make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/actions' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/actions' Making all in annex make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/annex' Making all in HardCopy make[6]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/annex/HardCopy' make[6]: Nothing to be done for `all'. make[6]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/annex/HardCopy' Making all in ForeignFiles make[6]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/annex/ForeignFiles' make[6]: Nothing to be done for `all'. make[6]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/annex/ForeignFiles' Making all in FXViz make[6]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/annex/FXViz' Making all in nodes make[7]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/annex/FXViz/nodes' make[7]: Nothing to be done for `all'. make[7]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/annex/FXViz/nodes' Making all in elements make[7]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/annex/FXViz/elements' make[7]: Nothing to be done for `all'. make[7]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/annex/FXViz/elements' make[7]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/annex/FXViz' make[7]: Nothing to be done for `all-am'. make[7]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/annex/FXViz' make[6]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/annex/FXViz' Making all in Profiler make[6]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/annex/Profiler' Making all in nodes make[7]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/annex/Profiler/nodes' make[7]: Nothing to be done for `all'. make[7]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/annex/Profiler/nodes' Making all in elements make[7]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/annex/Profiler/elements' make[7]: Nothing to be done for `all'. make[7]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/annex/Profiler/elements' Making all in nodekits make[7]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/annex/Profiler/nodekits' make[7]: Nothing to be done for `all'. make[7]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/annex/Profiler/nodekits' Making all in engines make[7]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/annex/Profiler/engines' make[7]: Nothing to be done for `all'. make[7]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/annex/Profiler/engines' Making all in utils make[7]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/annex/Profiler/utils' make[7]: Nothing to be done for `all'. make[7]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/annex/Profiler/utils' make[7]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/annex/Profiler' make[7]: Nothing to be done for `all-am'. make[7]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/annex/Profiler' make[6]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/annex/Profiler' make[6]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/annex' make[6]: Nothing to be done for `all-am'. make[6]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/annex' make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/annex' Making all in bundles make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/bundles' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/bundles' Making all in caches make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/caches' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/caches' Making all in collision make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/collision' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/collision' Making all in details make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/details' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/details' Making all in draggers make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/draggers' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/draggers' Making all in elements make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/elements' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/elements' Making all in engines make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/engines' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/engines' Making all in errors make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/errors' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/errors' Making all in events make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/events' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/events' Making all in fields make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/fields' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/fields' Making all in lists make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/lists' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/lists' Making all in lock make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/lock' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/lock' Making all in manips make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/manips' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/manips' Making all in misc make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/misc' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/misc' Making all in nodekits make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/nodekits' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/nodekits' Making all in nodes make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/nodes' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/nodes' Making all in projectors make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/projectors' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/projectors' Making all in sensors make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/sensors' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/sensors' Making all in system make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/system' make[6]: Entering directory `/home/hazelsct/coin3-3.1.0' config.status: creating include/Inventor/system/gl-headers.h.new include/Inventor/system/gl-headers.h is unchanged make[6]: Leaving directory `/home/hazelsct/coin3-3.1.0' /usr/bin/make all-am make[6]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/system' make[7]: Entering directory `/home/hazelsct/coin3-3.1.0' config.status: creating include/Inventor/system/gl-headers.h.new include/Inventor/system/gl-headers.h is unchanged make[7]: Leaving directory `/home/hazelsct/coin3-3.1.0' make[6]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/system' make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/system' Making all in threads make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/threads' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/threads' Making all in tools make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/tools' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/tools' Making all in scxml make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor/scxml' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor/scxml' make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/include/Inventor' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor' make[4]: Leaving directory `/home/hazelsct/coin3-3.1.0/include/Inventor' make[4]: Entering directory `/home/hazelsct/coin3-3.1.0/include' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/home/hazelsct/coin3-3.1.0/include' make[3]: Leaving directory `/home/hazelsct/coin3-3.1.0/include' Making all in data make[3]: Entering directory `/home/hazelsct/coin3-3.1.0/data' Making all in draggerDefaults make[4]: Entering directory `/home/hazelsct/coin3-3.1.0/data/draggerDefaults' config.status: creating data/draggerDefaults/iv2h.sh if ./iv2h.sh ./translate1Dragger.iv > translate1Dragger.h; then :; else rm -f translate1Dragger.h; exit 1; fi if ./iv2h.sh ./translate2Dragger.iv > translate2Dragger.h; then :; else rm -f translate2Dragger.h; exit 1; fi if ./iv2h.sh ./centerballDragger.iv > centerballDragger.h; then :; else rm -f centerballDragger.h; exit 1; fi if ./iv2h.sh ./tabPlaneDragger.iv > tabPlaneDragger.h; then :; else rm -f tabPlaneDragger.h; exit 1; fi if ./iv2h.sh ./tabBoxDragger.iv > tabBoxDragger.h; then :; else rm -f tabBoxDragger.h; exit 1; fi if ./iv2h.sh ./dragPointDragger.iv > dragPointDragger.h; then :; else rm -f dragPointDragger.h; exit 1; fi if ./iv2h.sh ./pointLightDragger.iv > pointLightDragger.h; then :; else rm -f pointLightDragger.h; exit 1; fi if ./iv2h.sh ./directionalLightDragger.iv > directionalLightDragger.h; then :; else rm -f directionalLightDragger.h; exit 1; fi if ./iv2h.sh ./spotLightDragger.iv > spotLightDragger.h; then :; else rm -f spotLightDragger.h; exit 1; fi if ./iv2h.sh ./handleBoxDragger.iv > handleBoxDragger.h; then :; else rm -f handleBoxDragger.h; exit 1; fi if ./iv2h.sh ./jackDragger.iv > jackDragger.h; then :; else rm -f jackDragger.h; exit 1; fi if ./iv2h.sh ./trackballDragger.iv > trackballDragger.h; then :; else rm -f trackballDragger.h; exit 1; fi if ./iv2h.sh ./scaleUniformDragger.iv > scaleUniformDragger.h; then :; else rm -f scaleUniformDragger.h; exit 1; fi if ./iv2h.sh ./scale2UniformDragger.iv > scale2UniformDragger.h; then :; else rm -f scale2UniformDragger.h; exit 1; fi if ./iv2h.sh ./scale1Dragger.iv > scale1Dragger.h; then :; else rm -f scale1Dragger.h; exit 1; fi if ./iv2h.sh ./scale2Dragger.iv > scale2Dragger.h; then :; else rm -f scale2Dragger.h; exit 1; fi if ./iv2h.sh ./rotateCylindricalDragger.iv > rotateCylindricalDragger.h; then :; else rm -f rotateCylindricalDragger.h; exit 1; fi if ./iv2h.sh ./rotateSphericalDragger.iv > rotateSphericalDragger.h; then :; else rm -f rotateSphericalDragger.h; exit 1; fi if ./iv2h.sh ./rotateDiscDragger.iv > rotateDiscDragger.h; then :; else rm -f rotateDiscDragger.h; exit 1; fi if ./iv2h.sh ./transformerDragger.iv > transformerDragger.h; then :; else rm -f transformerDragger.h; exit 1; fi if ./iv2h.sh ./transformBoxDragger.iv > transformBoxDragger.h; then :; else rm -f transformBoxDragger.h; exit 1; fi /usr/bin/make all-am make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/data/draggerDefaults' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/data/draggerDefaults' make[4]: Leaving directory `/home/hazelsct/coin3-3.1.0/data/draggerDefaults' Making all in shaders make[4]: Entering directory `/home/hazelsct/coin3-3.1.0/data/shaders' Making all in lights make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/data/shaders/lights' config.status: creating data/shaders/lights/glsl2h.sh if ./glsl2h.sh ./PointLight.glsl > PointLight.h; then :; else rm -f PointLight.h; exit 1; fi if ./glsl2h.sh ./SpotLight.glsl > SpotLight.h; then :; else rm -f SpotLight.h; exit 1; fi if ./glsl2h.sh ./DirectionalLight.glsl > DirectionalLight.h; then :; else rm -f DirectionalLight.h; exit 1; fi if ./glsl2h.sh ./DirSpotLight.glsl > DirSpotLight.h; then :; else rm -f DirSpotLight.h; exit 1; fi /usr/bin/make all-am make[6]: Entering directory `/home/hazelsct/coin3-3.1.0/data/shaders/lights' make[6]: Nothing to be done for `all-am'. make[6]: Leaving directory `/home/hazelsct/coin3-3.1.0/data/shaders/lights' make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/data/shaders/lights' Making all in vsm make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/data/shaders/vsm' config.status: creating data/shaders/vsm/glsl2h.sh if ./glsl2h.sh ./VsmLookup.glsl > VsmLookup.h; then :; else rm -f VsmLookup.h; exit 1; fi /usr/bin/make all-am make[6]: Entering directory `/home/hazelsct/coin3-3.1.0/data/shaders/vsm' make[6]: Nothing to be done for `all-am'. make[6]: Leaving directory `/home/hazelsct/coin3-3.1.0/data/shaders/vsm' make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/data/shaders/vsm' make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/data/shaders' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/data/shaders' make[4]: Leaving directory `/home/hazelsct/coin3-3.1.0/data/shaders' Making all in scxml make[4]: Entering directory `/home/hazelsct/coin3-3.1.0/data/scxml' Making all in navigation make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/data/scxml/navigation' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/data/scxml/navigation' make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/data/scxml' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/data/scxml' make[4]: Leaving directory `/home/hazelsct/coin3-3.1.0/data/scxml' make[4]: Entering directory `/home/hazelsct/coin3-3.1.0/data' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/home/hazelsct/coin3-3.1.0/data' make[3]: Leaving directory `/home/hazelsct/coin3-3.1.0/data' Making all in src make[3]: Entering directory `/home/hazelsct/coin3-3.1.0/src' /usr/bin/make all-recursive make[4]: Entering directory `/home/hazelsct/coin3-3.1.0/src' Making all in extensions make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/src/extensions' make[6]: Entering directory `/home/hazelsct/coin3-3.1.0/src/extensions' make[6]: Nothing to be done for `all-am'. make[6]: Leaving directory `/home/hazelsct/coin3-3.1.0/src/extensions' make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/src/extensions' Making all in xml make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/src/xml' Making all in expat make[6]: Entering directory `/home/hazelsct/coin3-3.1.0/src/xml/expat' /bin/sh ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o xmlparse.lo `test -f 'xmlparse.c' || echo './'`xmlparse.c mkdir .libs cc -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c xmlparse.c -fPIC -DPIC -o .libs/xmlparse.o xmlparse.c: In function 'XML_Parse': xmlparse.c:1493: warning: enumeration value 'XML_FINISHED' not handled in switch xmlparse.c:1480: warning: 'result' may be used uninitialized in this function cc -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c xmlparse.c -o xmlparse.o >/dev/null 2>&1 /bin/sh ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o xmlrole.lo `test -f 'xmlrole.c' || echo './'`xmlrole.c cc -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c xmlrole.c -fPIC -DPIC -o .libs/xmlrole.o cc -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c xmlrole.c -o xmlrole.o >/dev/null 2>&1 /bin/sh ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o xmltok.lo `test -f 'xmltok.c' || echo './'`xmltok.c cc -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c xmltok.c -fPIC -DPIC -o .libs/xmltok.o xmltok.c:484: warning: missing initializer xmltok.c:484: warning: (near initialization for 'latin1_encoding.isName2') xmltok.c:517: warning: missing initializer xmltok.c:517: warning: (near initialization for 'ascii_encoding.isName2') xmltok.c:749: warning: missing initializer xmltok.c:749: warning: (near initialization for 'little2_encoding.isName2') xmltok.c:775: warning: missing initializer xmltok.c:775: warning: (near initialization for 'internal_little2_encoding.isName2') xmltok.c:890: warning: missing initializer xmltok.c:890: warning: (near initialization for 'big2_encoding.isName2') xmltok.c:916: warning: missing initializer xmltok.c:916: warning: (near initialization for 'internal_big2_encoding.isName2') cc -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c xmltok.c -o xmltok.o >/dev/null 2>&1 /bin/sh ../../../libtool --mode=link cc -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -o libexpat.la xmlparse.lo xmlrole.lo xmltok.lo ar cru .libs/libexpat.a .libs/xmlparse.o .libs/xmlrole.o .libs/xmltok.o ranlib .libs/libexpat.a creating libexpat.la (cd .libs && rm -f libexpat.la && ln -s ../libexpat.la libexpat.la) make[6]: Leaving directory `/home/hazelsct/coin3-3.1.0/src/xml/expat' make[6]: Entering directory `/home/hazelsct/coin3-3.1.0/src/xml' /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o document.lo `test -f 'document.cpp' || echo './'`document.cpp mkdir .libs g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c document.cpp -fPIC -DPIC -o .libs/document.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c document.cpp -o document.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o element.lo `test -f 'element.cpp' || echo './'`element.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c element.cpp -fPIC -DPIC -o .libs/element.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c element.cpp -o element.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o attribute.lo `test -f 'attribute.cpp' || echo './'`attribute.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c attribute.cpp -fPIC -DPIC -o .libs/attribute.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c attribute.cpp -o attribute.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o entity.lo `test -f 'entity.cpp' || echo './'`entity.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c entity.cpp -fPIC -DPIC -o .libs/entity.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c entity.cpp -o entity.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o utils.lo `test -f 'utils.cpp' || echo './'`utils.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c utils.cpp -fPIC -DPIC -o .libs/utils.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c utils.cpp -o utils.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o path.lo `test -f 'path.cpp' || echo './'`path.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c path.cpp -fPIC -DPIC -o .libs/path.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c path.cpp -o path.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=link g++ -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -o libxml.la document.lo element.lo attribute.lo entity.lo utils.lo path.lo ar cru .libs/libxml.a .libs/document.o .libs/element.o .libs/attribute.o .libs/entity.o .libs/utils.o .libs/path.o ranlib .libs/libxml.a creating libxml.la (cd .libs && rm -f libxml.la && ln -s ../libxml.la libxml.la) make[6]: Leaving directory `/home/hazelsct/coin3-3.1.0/src/xml' make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/src/xml' Making all in actions make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/src/actions' /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoAction.lo `test -f 'SoAction.cpp' || echo './'`SoAction.cpp mkdir .libs g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoAction.cpp -fPIC -DPIC -o .libs/SoAction.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoAction.cpp -o SoAction.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoBoxHighlightRenderAction.lo `test -f 'SoBoxHighlightRenderAction.cpp' || echo './'`SoBoxHighlightRenderAction.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoBoxHighlightRenderAction.cpp -fPIC -DPIC -o .libs/SoBoxHighlightRenderAction.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoBoxHighlightRenderAction.cpp -o SoBoxHighlightRenderAction.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoCallbackAction.lo `test -f 'SoCallbackAction.cpp' || echo './'`SoCallbackAction.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoCallbackAction.cpp -fPIC -DPIC -o .libs/SoCallbackAction.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoCallbackAction.cpp -o SoCallbackAction.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGLRenderAction.lo `test -f 'SoGLRenderAction.cpp' || echo './'`SoGLRenderAction.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLRenderAction.cpp -fPIC -DPIC -o .libs/SoGLRenderAction.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLRenderAction.cpp -o SoGLRenderAction.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGetBoundingBoxAction.lo `test -f 'SoGetBoundingBoxAction.cpp' || echo './'`SoGetBoundingBoxAction.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGetBoundingBoxAction.cpp -fPIC -DPIC -o .libs/SoGetBoundingBoxAction.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGetBoundingBoxAction.cpp -o SoGetBoundingBoxAction.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGetMatrixAction.lo `test -f 'SoGetMatrixAction.cpp' || echo './'`SoGetMatrixAction.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGetMatrixAction.cpp -fPIC -DPIC -o .libs/SoGetMatrixAction.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGetMatrixAction.cpp -o SoGetMatrixAction.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGetPrimitiveCountAction.lo `test -f 'SoGetPrimitiveCountAction.cpp' || echo './'`SoGetPrimitiveCountAction.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGetPrimitiveCountAction.cpp -fPIC -DPIC -o .libs/SoGetPrimitiveCountAction.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGetPrimitiveCountAction.cpp -o SoGetPrimitiveCountAction.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoHandleEventAction.lo `test -f 'SoHandleEventAction.cpp' || echo './'`SoHandleEventAction.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoHandleEventAction.cpp -fPIC -DPIC -o .libs/SoHandleEventAction.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoHandleEventAction.cpp -o SoHandleEventAction.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoLineHighlightRenderAction.lo `test -f 'SoLineHighlightRenderAction.cpp' || echo './'`SoLineHighlightRenderAction.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoLineHighlightRenderAction.cpp -fPIC -DPIC -o .libs/SoLineHighlightRenderAction.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoLineHighlightRenderAction.cpp -o SoLineHighlightRenderAction.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoPickAction.lo `test -f 'SoPickAction.cpp' || echo './'`SoPickAction.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoPickAction.cpp -fPIC -DPIC -o .libs/SoPickAction.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoPickAction.cpp -o SoPickAction.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoRayPickAction.lo `test -f 'SoRayPickAction.cpp' || echo './'`SoRayPickAction.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoRayPickAction.cpp -fPIC -DPIC -o .libs/SoRayPickAction.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoRayPickAction.cpp -o SoRayPickAction.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoReorganizeAction.lo `test -f 'SoReorganizeAction.cpp' || echo './'`SoReorganizeAction.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoReorganizeAction.cpp -fPIC -DPIC -o .libs/SoReorganizeAction.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoReorganizeAction.cpp -o SoReorganizeAction.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSearchAction.lo `test -f 'SoSearchAction.cpp' || echo './'`SoSearchAction.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSearchAction.cpp -fPIC -DPIC -o .libs/SoSearchAction.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSearchAction.cpp -o SoSearchAction.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSimplifyAction.lo `test -f 'SoSimplifyAction.cpp' || echo './'`SoSimplifyAction.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSimplifyAction.cpp -fPIC -DPIC -o .libs/SoSimplifyAction.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSimplifyAction.cpp -o SoSimplifyAction.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoToVRMLAction.lo `test -f 'SoToVRMLAction.cpp' || echo './'`SoToVRMLAction.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoToVRMLAction.cpp -fPIC -DPIC -o .libs/SoToVRMLAction.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoToVRMLAction.cpp -o SoToVRMLAction.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoToVRML2Action.lo `test -f 'SoToVRML2Action.cpp' || echo './'`SoToVRML2Action.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoToVRML2Action.cpp -fPIC -DPIC -o .libs/SoToVRML2Action.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoToVRML2Action.cpp -o SoToVRML2Action.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoWriteAction.lo `test -f 'SoWriteAction.cpp' || echo './'`SoWriteAction.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoWriteAction.cpp -fPIC -DPIC -o .libs/SoWriteAction.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoWriteAction.cpp -o SoWriteAction.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoAudioRenderAction.lo `test -f 'SoAudioRenderAction.cpp' || echo './'`SoAudioRenderAction.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoAudioRenderAction.cpp -fPIC -DPIC -o .libs/SoAudioRenderAction.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoAudioRenderAction.cpp -o SoAudioRenderAction.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=link g++ -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -o libactions.la SoAction.lo SoBoxHighlightRenderAction.lo SoCallbackAction.lo SoGLRenderAction.lo SoGetBoundingBoxAction.lo SoGetMatrixAction.lo SoGetPrimitiveCountAction.lo SoHandleEventAction.lo SoLineHighlightRenderAction.lo SoPickAction.lo SoRayPickAction.lo SoReorganizeAction.lo SoSearchAction.lo SoSimplifyAction.lo SoToVRMLAction.lo SoToVRML2Action.lo SoWriteAction.lo SoAudioRenderAction.lo ar cru .libs/libactions.a .libs/SoAction.o .libs/SoBoxHighlightRenderAction.o .libs/SoCallbackAction.o .libs/SoGLRenderAction.o .libs/SoGetBoundingBoxAction.o .libs/SoGetMatrixAction.o .libs/SoGetPrimitiveCountAction.o .libs/SoHandleEventAction.o .libs/SoLineHighlightRenderAction.o .libs/SoPickAction.o .libs/SoRayPickAction.o .libs/SoReorganizeAction.o .libs/SoSearchAction.o .libs/SoSimplifyAction.o .libs/SoToVRMLAction.o .libs/SoToVRML2Action.o .libs/SoWriteAction.o .libs/SoAudioRenderAction.o ranlib .libs/libactions.a creating libactions.la (cd .libs && rm -f libactions.la && ln -s ../libactions.la libactions.la) make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/src/actions' Making all in base make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/src/base' /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o dict.lo `test -f 'dict.cpp' || echo './'`dict.cpp mkdir .libs g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c dict.cpp -fPIC -DPIC -o .libs/dict.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c dict.cpp -o dict.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o hash.lo `test -f 'hash.cpp' || echo './'`hash.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c hash.cpp -fPIC -DPIC -o .libs/hash.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c hash.cpp -o hash.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o heap.lo `test -f 'heap.cpp' || echo './'`heap.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c heap.cpp -fPIC -DPIC -o .libs/heap.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c heap.cpp -o heap.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o list.lo `test -f 'list.cpp' || echo './'`list.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c list.cpp -fPIC -DPIC -o .libs/list.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c list.cpp -o list.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o memalloc.lo `test -f 'memalloc.cpp' || echo './'`memalloc.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c memalloc.cpp -fPIC -DPIC -o .libs/memalloc.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c memalloc.cpp -o memalloc.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o rbptree.lo `test -f 'rbptree.cpp' || echo './'`rbptree.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c rbptree.cpp -fPIC -DPIC -o .libs/rbptree.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c rbptree.cpp -o rbptree.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o time.lo `test -f 'time.cpp' || echo './'`time.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c time.cpp -fPIC -DPIC -o .libs/time.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c time.cpp -o time.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o string.lo `test -f 'string.cpp' || echo './'`string.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c string.cpp -fPIC -DPIC -o .libs/string.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c string.cpp -o string.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o dynarray.lo `test -f 'dynarray.cpp' || echo './'`dynarray.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c dynarray.cpp -fPIC -DPIC -o .libs/dynarray.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c dynarray.cpp -o dynarray.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o namemap.lo `test -f 'namemap.cpp' || echo './'`namemap.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c namemap.cpp -fPIC -DPIC -o .libs/namemap.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c namemap.cpp -o namemap.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbBSPTree.lo `test -f 'SbBSPTree.cpp' || echo './'`SbBSPTree.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbBSPTree.cpp -fPIC -DPIC -o .libs/SbBSPTree.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbBSPTree.cpp -o SbBSPTree.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbBox2s.lo `test -f 'SbBox2s.cpp' || echo './'`SbBox2s.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbBox2s.cpp -fPIC -DPIC -o .libs/SbBox2s.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbBox2s.cpp -o SbBox2s.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbBox2i32.lo `test -f 'SbBox2i32.cpp' || echo './'`SbBox2i32.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbBox2i32.cpp -fPIC -DPIC -o .libs/SbBox2i32.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbBox2i32.cpp -o SbBox2i32.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbBox2f.lo `test -f 'SbBox2f.cpp' || echo './'`SbBox2f.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbBox2f.cpp -fPIC -DPIC -o .libs/SbBox2f.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbBox2f.cpp -o SbBox2f.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbBox2d.lo `test -f 'SbBox2d.cpp' || echo './'`SbBox2d.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbBox2d.cpp -fPIC -DPIC -o .libs/SbBox2d.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbBox2d.cpp -o SbBox2d.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbBox3s.lo `test -f 'SbBox3s.cpp' || echo './'`SbBox3s.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbBox3s.cpp -fPIC -DPIC -o .libs/SbBox3s.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbBox3s.cpp -o SbBox3s.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbBox3i32.lo `test -f 'SbBox3i32.cpp' || echo './'`SbBox3i32.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbBox3i32.cpp -fPIC -DPIC -o .libs/SbBox3i32.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbBox3i32.cpp -o SbBox3i32.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbBox3f.lo `test -f 'SbBox3f.cpp' || echo './'`SbBox3f.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbBox3f.cpp -fPIC -DPIC -o .libs/SbBox3f.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbBox3f.cpp -o SbBox3f.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbBox3d.lo `test -f 'SbBox3d.cpp' || echo './'`SbBox3d.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbBox3d.cpp -fPIC -DPIC -o .libs/SbBox3d.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbBox3d.cpp -o SbBox3d.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbClip.lo `test -f 'SbClip.cpp' || echo './'`SbClip.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbClip.cpp -fPIC -DPIC -o .libs/SbClip.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbClip.cpp -o SbClip.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbColor.lo `test -f 'SbColor.cpp' || echo './'`SbColor.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbColor.cpp -fPIC -DPIC -o .libs/SbColor.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbColor.cpp -o SbColor.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbColor4f.lo `test -f 'SbColor4f.cpp' || echo './'`SbColor4f.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbColor4f.cpp -fPIC -DPIC -o .libs/SbColor4f.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbColor4f.cpp -o SbColor4f.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbCylinder.lo `test -f 'SbCylinder.cpp' || echo './'`SbCylinder.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbCylinder.cpp -fPIC -DPIC -o .libs/SbCylinder.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbCylinder.cpp -o SbCylinder.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbDict.lo `test -f 'SbDict.cpp' || echo './'`SbDict.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbDict.cpp -fPIC -DPIC -o .libs/SbDict.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbDict.cpp -o SbDict.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbDPLine.lo `test -f 'SbDPLine.cpp' || echo './'`SbDPLine.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbDPLine.cpp -fPIC -DPIC -o .libs/SbDPLine.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbDPLine.cpp -o SbDPLine.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbDPMatrix.lo `test -f 'SbDPMatrix.cpp' || echo './'`SbDPMatrix.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbDPMatrix.cpp -fPIC -DPIC -o .libs/SbDPMatrix.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbDPMatrix.cpp -o SbDPMatrix.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbDPPlane.lo `test -f 'SbDPPlane.cpp' || echo './'`SbDPPlane.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbDPPlane.cpp -fPIC -DPIC -o .libs/SbDPPlane.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbDPPlane.cpp -o SbDPPlane.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbDPRotation.lo `test -f 'SbDPRotation.cpp' || echo './'`SbDPRotation.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbDPRotation.cpp -fPIC -DPIC -o .libs/SbDPRotation.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbDPRotation.cpp -o SbDPRotation.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbHeap.lo `test -f 'SbHeap.cpp' || echo './'`SbHeap.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbHeap.cpp -fPIC -DPIC -o .libs/SbHeap.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbHeap.cpp -o SbHeap.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbImage.lo `test -f 'SbImage.cpp' || echo './'`SbImage.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbImage.cpp -fPIC -DPIC -o .libs/SbImage.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbImage.cpp -o SbImage.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbLine.lo `test -f 'SbLine.cpp' || echo './'`SbLine.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbLine.cpp -fPIC -DPIC -o .libs/SbLine.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbLine.cpp -o SbLine.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbMatrix.lo `test -f 'SbMatrix.cpp' || echo './'`SbMatrix.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbMatrix.cpp -fPIC -DPIC -o .libs/SbMatrix.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbMatrix.cpp -o SbMatrix.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbName.lo `test -f 'SbName.cpp' || echo './'`SbName.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbName.cpp -fPIC -DPIC -o .libs/SbName.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbName.cpp -o SbName.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbOctTree.lo `test -f 'SbOctTree.cpp' || echo './'`SbOctTree.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbOctTree.cpp -fPIC -DPIC -o .libs/SbOctTree.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbOctTree.cpp -o SbOctTree.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbPlane.lo `test -f 'SbPlane.cpp' || echo './'`SbPlane.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbPlane.cpp -fPIC -DPIC -o .libs/SbPlane.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbPlane.cpp -o SbPlane.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbRotation.lo `test -f 'SbRotation.cpp' || echo './'`SbRotation.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbRotation.cpp -fPIC -DPIC -o .libs/SbRotation.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbRotation.cpp -o SbRotation.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbSphere.lo `test -f 'SbSphere.cpp' || echo './'`SbSphere.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbSphere.cpp -fPIC -DPIC -o .libs/SbSphere.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbSphere.cpp -o SbSphere.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbString.lo `test -f 'SbString.cpp' || echo './'`SbString.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbString.cpp -fPIC -DPIC -o .libs/SbString.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbString.cpp -o SbString.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbTesselator.lo `test -f 'SbTesselator.cpp' || echo './'`SbTesselator.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbTesselator.cpp -fPIC -DPIC -o .libs/SbTesselator.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbTesselator.cpp -o SbTesselator.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbGLUTessellator.lo `test -f 'SbGLUTessellator.cpp' || echo './'`SbGLUTessellator.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbGLUTessellator.cpp -fPIC -DPIC -o .libs/SbGLUTessellator.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbGLUTessellator.cpp -o SbGLUTessellator.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbTime.lo `test -f 'SbTime.cpp' || echo './'`SbTime.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbTime.cpp -fPIC -DPIC -o .libs/SbTime.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbTime.cpp -o SbTime.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbVec2b.lo `test -f 'SbVec2b.cpp' || echo './'`SbVec2b.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec2b.cpp -fPIC -DPIC -o .libs/SbVec2b.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec2b.cpp -o SbVec2b.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbVec2ub.lo `test -f 'SbVec2ub.cpp' || echo './'`SbVec2ub.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec2ub.cpp -fPIC -DPIC -o .libs/SbVec2ub.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec2ub.cpp -o SbVec2ub.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbVec2s.lo `test -f 'SbVec2s.cpp' || echo './'`SbVec2s.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec2s.cpp -fPIC -DPIC -o .libs/SbVec2s.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec2s.cpp -o SbVec2s.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbVec2us.lo `test -f 'SbVec2us.cpp' || echo './'`SbVec2us.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec2us.cpp -fPIC -DPIC -o .libs/SbVec2us.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec2us.cpp -o SbVec2us.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbVec2i32.lo `test -f 'SbVec2i32.cpp' || echo './'`SbVec2i32.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec2i32.cpp -fPIC -DPIC -o .libs/SbVec2i32.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec2i32.cpp -o SbVec2i32.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbVec2ui32.lo `test -f 'SbVec2ui32.cpp' || echo './'`SbVec2ui32.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec2ui32.cpp -fPIC -DPIC -o .libs/SbVec2ui32.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec2ui32.cpp -o SbVec2ui32.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbVec2f.lo `test -f 'SbVec2f.cpp' || echo './'`SbVec2f.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec2f.cpp -fPIC -DPIC -o .libs/SbVec2f.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec2f.cpp -o SbVec2f.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbVec2d.lo `test -f 'SbVec2d.cpp' || echo './'`SbVec2d.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec2d.cpp -fPIC -DPIC -o .libs/SbVec2d.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec2d.cpp -o SbVec2d.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbVec3b.lo `test -f 'SbVec3b.cpp' || echo './'`SbVec3b.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec3b.cpp -fPIC -DPIC -o .libs/SbVec3b.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec3b.cpp -o SbVec3b.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbVec3ub.lo `test -f 'SbVec3ub.cpp' || echo './'`SbVec3ub.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec3ub.cpp -fPIC -DPIC -o .libs/SbVec3ub.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec3ub.cpp -o SbVec3ub.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbVec3s.lo `test -f 'SbVec3s.cpp' || echo './'`SbVec3s.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec3s.cpp -fPIC -DPIC -o .libs/SbVec3s.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec3s.cpp -o SbVec3s.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbVec3us.lo `test -f 'SbVec3us.cpp' || echo './'`SbVec3us.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec3us.cpp -fPIC -DPIC -o .libs/SbVec3us.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec3us.cpp -o SbVec3us.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbVec3i32.lo `test -f 'SbVec3i32.cpp' || echo './'`SbVec3i32.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec3i32.cpp -fPIC -DPIC -o .libs/SbVec3i32.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec3i32.cpp -o SbVec3i32.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbVec3ui32.lo `test -f 'SbVec3ui32.cpp' || echo './'`SbVec3ui32.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec3ui32.cpp -fPIC -DPIC -o .libs/SbVec3ui32.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec3ui32.cpp -o SbVec3ui32.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbVec3f.lo `test -f 'SbVec3f.cpp' || echo './'`SbVec3f.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec3f.cpp -fPIC -DPIC -o .libs/SbVec3f.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec3f.cpp -o SbVec3f.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbVec3d.lo `test -f 'SbVec3d.cpp' || echo './'`SbVec3d.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec3d.cpp -fPIC -DPIC -o .libs/SbVec3d.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec3d.cpp -o SbVec3d.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbVec4b.lo `test -f 'SbVec4b.cpp' || echo './'`SbVec4b.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec4b.cpp -fPIC -DPIC -o .libs/SbVec4b.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec4b.cpp -o SbVec4b.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbVec4ub.lo `test -f 'SbVec4ub.cpp' || echo './'`SbVec4ub.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec4ub.cpp -fPIC -DPIC -o .libs/SbVec4ub.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec4ub.cpp -o SbVec4ub.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbVec4s.lo `test -f 'SbVec4s.cpp' || echo './'`SbVec4s.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec4s.cpp -fPIC -DPIC -o .libs/SbVec4s.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec4s.cpp -o SbVec4s.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbVec4us.lo `test -f 'SbVec4us.cpp' || echo './'`SbVec4us.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec4us.cpp -fPIC -DPIC -o .libs/SbVec4us.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec4us.cpp -o SbVec4us.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbVec4i32.lo `test -f 'SbVec4i32.cpp' || echo './'`SbVec4i32.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec4i32.cpp -fPIC -DPIC -o .libs/SbVec4i32.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec4i32.cpp -o SbVec4i32.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbVec4ui32.lo `test -f 'SbVec4ui32.cpp' || echo './'`SbVec4ui32.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec4ui32.cpp -fPIC -DPIC -o .libs/SbVec4ui32.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec4ui32.cpp -o SbVec4ui32.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbVec4f.lo `test -f 'SbVec4f.cpp' || echo './'`SbVec4f.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec4f.cpp -fPIC -DPIC -o .libs/SbVec4f.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec4f.cpp -o SbVec4f.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbVec4d.lo `test -f 'SbVec4d.cpp' || echo './'`SbVec4d.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec4d.cpp -fPIC -DPIC -o .libs/SbVec4d.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbVec4d.cpp -o SbVec4d.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbViewVolume.lo `test -f 'SbViewVolume.cpp' || echo './'`SbViewVolume.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbViewVolume.cpp -fPIC -DPIC -o .libs/SbViewVolume.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbViewVolume.cpp -o SbViewVolume.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbDPViewVolume.lo `test -f 'SbDPViewVolume.cpp' || echo './'`SbDPViewVolume.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbDPViewVolume.cpp -fPIC -DPIC -o .libs/SbDPViewVolume.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbDPViewVolume.cpp -o SbDPViewVolume.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbViewportRegion.lo `test -f 'SbViewportRegion.cpp' || echo './'`SbViewportRegion.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbViewportRegion.cpp -fPIC -DPIC -o .libs/SbViewportRegion.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbViewportRegion.cpp -o SbViewportRegion.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbXfBox3f.lo `test -f 'SbXfBox3f.cpp' || echo './'`SbXfBox3f.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbXfBox3f.cpp -fPIC -DPIC -o .libs/SbXfBox3f.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbXfBox3f.cpp -o SbXfBox3f.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SbXfBox3d.lo `test -f 'SbXfBox3d.cpp' || echo './'`SbXfBox3d.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbXfBox3d.cpp -fPIC -DPIC -o .libs/SbXfBox3d.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SbXfBox3d.cpp -o SbXfBox3d.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=link g++ -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -o libbase.la dict.lo hash.lo heap.lo list.lo memalloc.lo rbptree.lo time.lo string.lo dynarray.lo namemap.lo SbBSPTree.lo SbBox2s.lo SbBox2i32.lo SbBox2f.lo SbBox2d.lo SbBox3s.lo SbBox3i32.lo SbBox3f.lo SbBox3d.lo SbClip.lo SbColor.lo SbColor4f.lo SbCylinder.lo SbDict.lo SbDPLine.lo SbDPMatrix.lo SbDPPlane.lo SbDPRotation.lo SbHeap.lo SbImage.lo SbLine.lo SbMatrix.lo SbName.lo SbOctTree.lo SbPlane.lo SbRotation.lo SbSphere.lo SbString.lo SbTesselator.lo SbGLUTessellator.lo SbTime.lo SbVec2b.lo SbVec2ub.lo SbVec2s.lo SbVec2us.lo SbVec2i32.lo SbVec2ui32.lo SbVec2f.lo SbVec2d.lo SbVec3b.lo SbVec3ub.lo SbVec3s.lo SbVec3us.lo SbVec3i32.lo SbVec3ui32.lo SbVec3f.lo SbVec3d.lo SbVec4b.lo SbVec4ub.lo SbVec4s.lo SbVec4us.lo SbVec4i32.lo SbVec4ui32.lo SbVec4f.lo SbVec4d.lo SbViewVolume.lo SbDPViewVolume.lo SbViewportRegion.lo SbXfBox3f.lo SbXfBox3d.lo ar cru .libs/libbase.a .libs/dict.o .libs/hash.o .libs/heap.o .libs/list.o .libs/memalloc.o .libs/rbptree.o .libs/time.o .libs/string.o .libs/dynarray.o .libs/namemap.o .libs/SbBSPTree.o .libs/SbBox2s.o .libs/SbBox2i32.o .libs/SbBox2f.o .libs/SbBox2d.o .libs/SbBox3s.o .libs/SbBox3i32.o .libs/SbBox3f.o .libs/SbBox3d.o .libs/SbClip.o .libs/SbColor.o .libs/SbColor4f.o .libs/SbCylinder.o .libs/SbDict.o .libs/SbDPLine.o .libs/SbDPMatrix.o .libs/SbDPPlane.o .libs/SbDPRotation.o .libs/SbHeap.o .libs/SbImage.o .libs/SbLine.o .libs/SbMatrix.o .libs/SbName.o .libs/SbOctTree.o .libs/SbPlane.o .libs/SbRotation.o .libs/SbSphere.o .libs/SbString.o .libs/SbTesselator.o .libs/SbGLUTessellator.o .libs/SbTime.o .libs/SbVec2b.o .libs/SbVec2ub.o .libs/SbVec2s.o .libs/SbVec2us.o .libs/SbVec2i32.o .libs/SbVec2ui32.o .libs/SbVec2f.o .libs/SbVec2d.o .libs/SbVec3b.o .libs/SbVec3ub.o .libs/SbVec3s.o .libs/SbVec3us.o .libs/SbVec3i32.o .libs/SbVec3ui32.o .libs/SbVec3f.o .libs/SbVec3d.o .libs/SbVec4b.o .libs/SbVec4ub.o .libs/SbVec4s.o .libs/SbVec4us.o .libs/SbVec4i32.o .libs/SbVec4ui32.o .libs/SbVec4f.o .libs/SbVec4d.o .libs/SbViewVolume.o .libs/SbDPViewVolume.o .libs/SbViewportRegion.o .libs/SbXfBox3f.o .libs/SbXfBox3d.o ranlib .libs/libbase.a creating libbase.la (cd .libs && rm -f libbase.la && ln -s ../libbase.la libbase.la) make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/src/base' Making all in bundles make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/src/bundles' /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoBundle.lo `test -f 'SoBundle.cpp' || echo './'`SoBundle.cpp mkdir .libs g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoBundle.cpp -fPIC -DPIC -o .libs/SoBundle.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoBundle.cpp -o SoBundle.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMaterialBundle.lo `test -f 'SoMaterialBundle.cpp' || echo './'`SoMaterialBundle.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMaterialBundle.cpp -fPIC -DPIC -o .libs/SoMaterialBundle.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMaterialBundle.cpp -o SoMaterialBundle.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoNormalBundle.lo `test -f 'SoNormalBundle.cpp' || echo './'`SoNormalBundle.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoNormalBundle.cpp -fPIC -DPIC -o .libs/SoNormalBundle.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoNormalBundle.cpp -o SoNormalBundle.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoVertexAttributeBundle.lo `test -f 'SoVertexAttributeBundle.cpp' || echo './'`SoVertexAttributeBundle.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoVertexAttributeBundle.cpp -fPIC -DPIC -o .libs/SoVertexAttributeBundle.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoVertexAttributeBundle.cpp -o SoVertexAttributeBundle.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoTextureCoordinateBundle.lo `test -f 'SoTextureCoordinateBundle.cpp' || echo './'`SoTextureCoordinateBundle.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTextureCoordinateBundle.cpp -fPIC -DPIC -o .libs/SoTextureCoordinateBundle.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTextureCoordinateBundle.cpp -o SoTextureCoordinateBundle.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=link g++ -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -o libbundles.la SoBundle.lo SoMaterialBundle.lo SoNormalBundle.lo SoVertexAttributeBundle.lo SoTextureCoordinateBundle.lo ar cru .libs/libbundles.a .libs/SoBundle.o .libs/SoMaterialBundle.o .libs/SoNormalBundle.o .libs/SoVertexAttributeBundle.o .libs/SoTextureCoordinateBundle.o ranlib .libs/libbundles.a creating libbundles.la (cd .libs && rm -f libbundles.la && ln -s ../libbundles.la libbundles.la) make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/src/bundles' Making all in caches make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/src/caches' /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoBoundingBoxCache.lo `test -f 'SoBoundingBoxCache.cpp' || echo './'`SoBoundingBoxCache.cpp mkdir .libs g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoBoundingBoxCache.cpp -fPIC -DPIC -o .libs/SoBoundingBoxCache.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoBoundingBoxCache.cpp -o SoBoundingBoxCache.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoCache.lo `test -f 'SoCache.cpp' || echo './'`SoCache.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoCache.cpp -fPIC -DPIC -o .libs/SoCache.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoCache.cpp -o SoCache.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoConvexDataCache.lo `test -f 'SoConvexDataCache.cpp' || echo './'`SoConvexDataCache.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoConvexDataCache.cpp -fPIC -DPIC -o .libs/SoConvexDataCache.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoConvexDataCache.cpp -o SoConvexDataCache.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGLCacheList.lo `test -f 'SoGLCacheList.cpp' || echo './'`SoGLCacheList.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLCacheList.cpp -fPIC -DPIC -o .libs/SoGLCacheList.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLCacheList.cpp -o SoGLCacheList.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGLRenderCache.lo `test -f 'SoGLRenderCache.cpp' || echo './'`SoGLRenderCache.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLRenderCache.cpp -fPIC -DPIC -o .libs/SoGLRenderCache.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLRenderCache.cpp -o SoGLRenderCache.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoNormalCache.lo `test -f 'SoNormalCache.cpp' || echo './'`SoNormalCache.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoNormalCache.cpp -fPIC -DPIC -o .libs/SoNormalCache.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoNormalCache.cpp -o SoNormalCache.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoTextureCoordinateCache.lo `test -f 'SoTextureCoordinateCache.cpp' || echo './'`SoTextureCoordinateCache.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTextureCoordinateCache.cpp -fPIC -DPIC -o .libs/SoTextureCoordinateCache.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTextureCoordinateCache.cpp -o SoTextureCoordinateCache.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoPrimitiveVertexCache.lo `test -f 'SoPrimitiveVertexCache.cpp' || echo './'`SoPrimitiveVertexCache.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoPrimitiveVertexCache.cpp -fPIC -DPIC -o .libs/SoPrimitiveVertexCache.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoPrimitiveVertexCache.cpp -o SoPrimitiveVertexCache.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGlyphCache.lo `test -f 'SoGlyphCache.cpp' || echo './'`SoGlyphCache.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGlyphCache.cpp -fPIC -DPIC -o .libs/SoGlyphCache.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGlyphCache.cpp -o SoGlyphCache.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoShaderProgramCache.lo `test -f 'SoShaderProgramCache.cpp' || echo './'`SoShaderProgramCache.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoShaderProgramCache.cpp -fPIC -DPIC -o .libs/SoShaderProgramCache.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoShaderProgramCache.cpp -o SoShaderProgramCache.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoVBOCache.lo `test -f 'SoVBOCache.cpp' || echo './'`SoVBOCache.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoVBOCache.cpp -fPIC -DPIC -o .libs/SoVBOCache.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoVBOCache.cpp -o SoVBOCache.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=link g++ -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -o libcaches.la SoBoundingBoxCache.lo SoCache.lo SoConvexDataCache.lo SoGLCacheList.lo SoGLRenderCache.lo SoNormalCache.lo SoTextureCoordinateCache.lo SoPrimitiveVertexCache.lo SoGlyphCache.lo SoShaderProgramCache.lo SoVBOCache.lo ar cru .libs/libcaches.a .libs/SoBoundingBoxCache.o .libs/SoCache.o .libs/SoConvexDataCache.o .libs/SoGLCacheList.o .libs/SoGLRenderCache.o .libs/SoNormalCache.o .libs/SoTextureCoordinateCache.o .libs/SoPrimitiveVertexCache.o .libs/SoGlyphCache.o .libs/SoShaderProgramCache.o .libs/SoVBOCache.o ranlib .libs/libcaches.a creating libcaches.la (cd .libs && rm -f libcaches.la && ln -s ../libcaches.la libcaches.la) make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/src/caches' Making all in details make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/src/details' /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoDetail.lo `test -f 'SoDetail.cpp' || echo './'`SoDetail.cpp mkdir .libs g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoDetail.cpp -fPIC -DPIC -o .libs/SoDetail.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoDetail.cpp -o SoDetail.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoConeDetail.lo `test -f 'SoConeDetail.cpp' || echo './'`SoConeDetail.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoConeDetail.cpp -fPIC -DPIC -o .libs/SoConeDetail.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoConeDetail.cpp -o SoConeDetail.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoCubeDetail.lo `test -f 'SoCubeDetail.cpp' || echo './'`SoCubeDetail.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoCubeDetail.cpp -fPIC -DPIC -o .libs/SoCubeDetail.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoCubeDetail.cpp -o SoCubeDetail.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoCylinderDetail.lo `test -f 'SoCylinderDetail.cpp' || echo './'`SoCylinderDetail.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoCylinderDetail.cpp -fPIC -DPIC -o .libs/SoCylinderDetail.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoCylinderDetail.cpp -o SoCylinderDetail.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoFaceDetail.lo `test -f 'SoFaceDetail.cpp' || echo './'`SoFaceDetail.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoFaceDetail.cpp -fPIC -DPIC -o .libs/SoFaceDetail.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoFaceDetail.cpp -o SoFaceDetail.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoLineDetail.lo `test -f 'SoLineDetail.cpp' || echo './'`SoLineDetail.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoLineDetail.cpp -fPIC -DPIC -o .libs/SoLineDetail.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoLineDetail.cpp -o SoLineDetail.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoNodeKitDetail.lo `test -f 'SoNodeKitDetail.cpp' || echo './'`SoNodeKitDetail.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoNodeKitDetail.cpp -fPIC -DPIC -o .libs/SoNodeKitDetail.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoNodeKitDetail.cpp -o SoNodeKitDetail.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoPointDetail.lo `test -f 'SoPointDetail.cpp' || echo './'`SoPointDetail.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoPointDetail.cpp -fPIC -DPIC -o .libs/SoPointDetail.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoPointDetail.cpp -o SoPointDetail.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoTextDetail.lo `test -f 'SoTextDetail.cpp' || echo './'`SoTextDetail.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTextDetail.cpp -fPIC -DPIC -o .libs/SoTextDetail.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTextDetail.cpp -o SoTextDetail.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=link g++ -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -o libdetails.la SoDetail.lo SoConeDetail.lo SoCubeDetail.lo SoCylinderDetail.lo SoFaceDetail.lo SoLineDetail.lo SoNodeKitDetail.lo SoPointDetail.lo SoTextDetail.lo ar cru .libs/libdetails.a .libs/SoDetail.o .libs/SoConeDetail.o .libs/SoCubeDetail.o .libs/SoCylinderDetail.o .libs/SoFaceDetail.o .libs/SoLineDetail.o .libs/SoNodeKitDetail.o .libs/SoPointDetail.o .libs/SoTextDetail.o ranlib .libs/libdetails.a creating libdetails.la (cd .libs && rm -f libdetails.la && ln -s ../libdetails.la libdetails.la) make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/src/details' Making all in draggers make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/src/draggers' /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoDragger.lo `test -f 'SoDragger.cpp' || echo './'`SoDragger.cpp mkdir .libs g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoDragger.cpp -fPIC -DPIC -o .libs/SoDragger.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoDragger.cpp -o SoDragger.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoCenterballDragger.lo `test -f 'SoCenterballDragger.cpp' || echo './'`SoCenterballDragger.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoCenterballDragger.cpp -fPIC -DPIC -o .libs/SoCenterballDragger.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoCenterballDragger.cpp -o SoCenterballDragger.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoDirectionalLightDragger.lo `test -f 'SoDirectionalLightDragger.cpp' || echo './'`SoDirectionalLightDragger.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoDirectionalLightDragger.cpp -fPIC -DPIC -o .libs/SoDirectionalLightDragger.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoDirectionalLightDragger.cpp -o SoDirectionalLightDragger.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoDragPointDragger.lo `test -f 'SoDragPointDragger.cpp' || echo './'`SoDragPointDragger.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoDragPointDragger.cpp -fPIC -DPIC -o .libs/SoDragPointDragger.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoDragPointDragger.cpp -o SoDragPointDragger.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoHandleBoxDragger.lo `test -f 'SoHandleBoxDragger.cpp' || echo './'`SoHandleBoxDragger.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoHandleBoxDragger.cpp -fPIC -DPIC -o .libs/SoHandleBoxDragger.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoHandleBoxDragger.cpp -o SoHandleBoxDragger.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoJackDragger.lo `test -f 'SoJackDragger.cpp' || echo './'`SoJackDragger.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoJackDragger.cpp -fPIC -DPIC -o .libs/SoJackDragger.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoJackDragger.cpp -o SoJackDragger.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoPointLightDragger.lo `test -f 'SoPointLightDragger.cpp' || echo './'`SoPointLightDragger.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoPointLightDragger.cpp -fPIC -DPIC -o .libs/SoPointLightDragger.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoPointLightDragger.cpp -o SoPointLightDragger.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoRotateCylindricalDragger.lo `test -f 'SoRotateCylindricalDragger.cpp' || echo './'`SoRotateCylindricalDragger.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoRotateCylindricalDragger.cpp -fPIC -DPIC -o .libs/SoRotateCylindricalDragger.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoRotateCylindricalDragger.cpp -o SoRotateCylindricalDragger.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoRotateDiscDragger.lo `test -f 'SoRotateDiscDragger.cpp' || echo './'`SoRotateDiscDragger.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoRotateDiscDragger.cpp -fPIC -DPIC -o .libs/SoRotateDiscDragger.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoRotateDiscDragger.cpp -o SoRotateDiscDragger.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoRotateSphericalDragger.lo `test -f 'SoRotateSphericalDragger.cpp' || echo './'`SoRotateSphericalDragger.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoRotateSphericalDragger.cpp -fPIC -DPIC -o .libs/SoRotateSphericalDragger.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoRotateSphericalDragger.cpp -o SoRotateSphericalDragger.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoScale1Dragger.lo `test -f 'SoScale1Dragger.cpp' || echo './'`SoScale1Dragger.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoScale1Dragger.cpp -fPIC -DPIC -o .libs/SoScale1Dragger.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoScale1Dragger.cpp -o SoScale1Dragger.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoScale2Dragger.lo `test -f 'SoScale2Dragger.cpp' || echo './'`SoScale2Dragger.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoScale2Dragger.cpp -fPIC -DPIC -o .libs/SoScale2Dragger.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoScale2Dragger.cpp -o SoScale2Dragger.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoScale2UniformDragger.lo `test -f 'SoScale2UniformDragger.cpp' || echo './'`SoScale2UniformDragger.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoScale2UniformDragger.cpp -fPIC -DPIC -o .libs/SoScale2UniformDragger.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoScale2UniformDragger.cpp -o SoScale2UniformDragger.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoScaleUniformDragger.lo `test -f 'SoScaleUniformDragger.cpp' || echo './'`SoScaleUniformDragger.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoScaleUniformDragger.cpp -fPIC -DPIC -o .libs/SoScaleUniformDragger.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoScaleUniformDragger.cpp -o SoScaleUniformDragger.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSpotLightDragger.lo `test -f 'SoSpotLightDragger.cpp' || echo './'`SoSpotLightDragger.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSpotLightDragger.cpp -fPIC -DPIC -o .libs/SoSpotLightDragger.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSpotLightDragger.cpp -o SoSpotLightDragger.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoTabBoxDragger.lo `test -f 'SoTabBoxDragger.cpp' || echo './'`SoTabBoxDragger.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTabBoxDragger.cpp -fPIC -DPIC -o .libs/SoTabBoxDragger.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTabBoxDragger.cpp -o SoTabBoxDragger.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoTabPlaneDragger.lo `test -f 'SoTabPlaneDragger.cpp' || echo './'`SoTabPlaneDragger.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTabPlaneDragger.cpp -fPIC -DPIC -o .libs/SoTabPlaneDragger.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTabPlaneDragger.cpp -o SoTabPlaneDragger.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoTrackballDragger.lo `test -f 'SoTrackballDragger.cpp' || echo './'`SoTrackballDragger.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTrackballDragger.cpp -fPIC -DPIC -o .libs/SoTrackballDragger.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTrackballDragger.cpp -o SoTrackballDragger.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoTransformBoxDragger.lo `test -f 'SoTransformBoxDragger.cpp' || echo './'`SoTransformBoxDragger.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTransformBoxDragger.cpp -fPIC -DPIC -o .libs/SoTransformBoxDragger.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTransformBoxDragger.cpp -o SoTransformBoxDragger.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoTransformerDragger.lo `test -f 'SoTransformerDragger.cpp' || echo './'`SoTransformerDragger.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTransformerDragger.cpp -fPIC -DPIC -o .libs/SoTransformerDragger.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTransformerDragger.cpp -o SoTransformerDragger.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoTranslate1Dragger.lo `test -f 'SoTranslate1Dragger.cpp' || echo './'`SoTranslate1Dragger.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTranslate1Dragger.cpp -fPIC -DPIC -o .libs/SoTranslate1Dragger.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTranslate1Dragger.cpp -o SoTranslate1Dragger.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoTranslate2Dragger.lo `test -f 'SoTranslate2Dragger.cpp' || echo './'`SoTranslate2Dragger.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTranslate2Dragger.cpp -fPIC -DPIC -o .libs/SoTranslate2Dragger.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../.. -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTranslate2Dragger.cpp -o SoTranslate2Dragger.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=link g++ -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -o libdraggers.la SoDragger.lo SoCenterballDragger.lo SoDirectionalLightDragger.lo SoDragPointDragger.lo SoHandleBoxDragger.lo SoJackDragger.lo SoPointLightDragger.lo SoRotateCylindricalDragger.lo SoRotateDiscDragger.lo SoRotateSphericalDragger.lo SoScale1Dragger.lo SoScale2Dragger.lo SoScale2UniformDragger.lo SoScaleUniformDragger.lo SoSpotLightDragger.lo SoTabBoxDragger.lo SoTabPlaneDragger.lo SoTrackballDragger.lo SoTransformBoxDragger.lo SoTransformerDragger.lo SoTranslate1Dragger.lo SoTranslate2Dragger.lo ar cru .libs/libdraggers.a .libs/SoDragger.o .libs/SoCenterballDragger.o .libs/SoDirectionalLightDragger.o .libs/SoDragPointDragger.o .libs/SoHandleBoxDragger.o .libs/SoJackDragger.o .libs/SoPointLightDragger.o .libs/SoRotateCylindricalDragger.o .libs/SoRotateDiscDragger.o .libs/SoRotateSphericalDragger.o .libs/SoScale1Dragger.o .libs/SoScale2Dragger.o .libs/SoScale2UniformDragger.o .libs/SoScaleUniformDragger.o .libs/SoSpotLightDragger.o .libs/SoTabBoxDragger.o .libs/SoTabPlaneDragger.o .libs/SoTrackballDragger.o .libs/SoTransformBoxDragger.o .libs/SoTransformerDragger.o .libs/SoTranslate1Dragger.o .libs/SoTranslate2Dragger.o ranlib .libs/libdraggers.a creating libdraggers.la (cd .libs && rm -f libdraggers.la && ln -s ../libdraggers.la libdraggers.la) make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/src/draggers' Making all in elements make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/src/elements' Making all in GL make[6]: Entering directory `/home/hazelsct/coin3-3.1.0/src/elements/GL' /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGLCacheContextElement.lo `test -f 'SoGLCacheContextElement.cpp' || echo './'`SoGLCacheContextElement.cpp mkdir .libs g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLCacheContextElement.cpp -fPIC -DPIC -o .libs/SoGLCacheContextElement.o g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLCacheContextElement.cpp -o SoGLCacheContextElement.o >/dev/null 2>&1 /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGLClipPlaneElement.lo `test -f 'SoGLClipPlaneElement.cpp' || echo './'`SoGLClipPlaneElement.cpp g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLClipPlaneElement.cpp -fPIC -DPIC -o .libs/SoGLClipPlaneElement.o g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLClipPlaneElement.cpp -o SoGLClipPlaneElement.o >/dev/null 2>&1 /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGLColorIndexElement.lo `test -f 'SoGLColorIndexElement.cpp' || echo './'`SoGLColorIndexElement.cpp g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLColorIndexElement.cpp -fPIC -DPIC -o .libs/SoGLColorIndexElement.o g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLColorIndexElement.cpp -o SoGLColorIndexElement.o >/dev/null 2>&1 /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGLCoordinateElement.lo `test -f 'SoGLCoordinateElement.cpp' || echo './'`SoGLCoordinateElement.cpp g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLCoordinateElement.cpp -fPIC -DPIC -o .libs/SoGLCoordinateElement.o g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLCoordinateElement.cpp -o SoGLCoordinateElement.o >/dev/null 2>&1 /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGLDepthBufferElement.lo `test -f 'SoGLDepthBufferElement.cpp' || echo './'`SoGLDepthBufferElement.cpp g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLDepthBufferElement.cpp -fPIC -DPIC -o .libs/SoGLDepthBufferElement.o g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLDepthBufferElement.cpp -o SoGLDepthBufferElement.o >/dev/null 2>&1 /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGLDrawStyleElement.lo `test -f 'SoGLDrawStyleElement.cpp' || echo './'`SoGLDrawStyleElement.cpp g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLDrawStyleElement.cpp -fPIC -DPIC -o .libs/SoGLDrawStyleElement.o g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLDrawStyleElement.cpp -o SoGLDrawStyleElement.o >/dev/null 2>&1 /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGLEnvironmentElement.lo `test -f 'SoGLEnvironmentElement.cpp' || echo './'`SoGLEnvironmentElement.cpp g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLEnvironmentElement.cpp -fPIC -DPIC -o .libs/SoGLEnvironmentElement.o g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLEnvironmentElement.cpp -o SoGLEnvironmentElement.o >/dev/null 2>&1 /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGLLazyElement.lo `test -f 'SoGLLazyElement.cpp' || echo './'`SoGLLazyElement.cpp g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLLazyElement.cpp -fPIC -DPIC -o .libs/SoGLLazyElement.o g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLLazyElement.cpp -o SoGLLazyElement.o >/dev/null 2>&1 /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGLLightIdElement.lo `test -f 'SoGLLightIdElement.cpp' || echo './'`SoGLLightIdElement.cpp g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLLightIdElement.cpp -fPIC -DPIC -o .libs/SoGLLightIdElement.o g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLLightIdElement.cpp -o SoGLLightIdElement.o >/dev/null 2>&1 /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGLLinePatternElement.lo `test -f 'SoGLLinePatternElement.cpp' || echo './'`SoGLLinePatternElement.cpp g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLLinePatternElement.cpp -fPIC -DPIC -o .libs/SoGLLinePatternElement.o g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLLinePatternElement.cpp -o SoGLLinePatternElement.o >/dev/null 2>&1 /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGLLineWidthElement.lo `test -f 'SoGLLineWidthElement.cpp' || echo './'`SoGLLineWidthElement.cpp g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLLineWidthElement.cpp -fPIC -DPIC -o .libs/SoGLLineWidthElement.o g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLLineWidthElement.cpp -o SoGLLineWidthElement.o >/dev/null 2>&1 /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGLModelMatrixElement.lo `test -f 'SoGLModelMatrixElement.cpp' || echo './'`SoGLModelMatrixElement.cpp g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLModelMatrixElement.cpp -fPIC -DPIC -o .libs/SoGLModelMatrixElement.o g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLModelMatrixElement.cpp -o SoGLModelMatrixElement.o >/dev/null 2>&1 /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGLMultiTextureCoordinateElement.lo `test -f 'SoGLMultiTextureCoordinateElement.cpp' || echo './'`SoGLMultiTextureCoordinateElement.cpp g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLMultiTextureCoordinateElement.cpp -fPIC -DPIC -o .libs/SoGLMultiTextureCoordinateElement.o g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLMultiTextureCoordinateElement.cpp -o SoGLMultiTextureCoordinateElement.o >/dev/null 2>&1 /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGLMultiTextureEnabledElement.lo `test -f 'SoGLMultiTextureEnabledElement.cpp' || echo './'`SoGLMultiTextureEnabledElement.cpp g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLMultiTextureEnabledElement.cpp -fPIC -DPIC -o .libs/SoGLMultiTextureEnabledElement.o g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLMultiTextureEnabledElement.cpp -o SoGLMultiTextureEnabledElement.o >/dev/null 2>&1 /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGLMultiTextureMatrixElement.lo `test -f 'SoGLMultiTextureMatrixElement.cpp' || echo './'`SoGLMultiTextureMatrixElement.cpp g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLMultiTextureMatrixElement.cpp -fPIC -DPIC -o .libs/SoGLMultiTextureMatrixElement.o g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLMultiTextureMatrixElement.cpp -o SoGLMultiTextureMatrixElement.o >/dev/null 2>&1 /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGLMultiTextureImageElement.lo `test -f 'SoGLMultiTextureImageElement.cpp' || echo './'`SoGLMultiTextureImageElement.cpp g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLMultiTextureImageElement.cpp -fPIC -DPIC -o .libs/SoGLMultiTextureImageElement.o g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLMultiTextureImageElement.cpp -o SoGLMultiTextureImageElement.o >/dev/null 2>&1 /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGLNormalElement.lo `test -f 'SoGLNormalElement.cpp' || echo './'`SoGLNormalElement.cpp g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLNormalElement.cpp -fPIC -DPIC -o .libs/SoGLNormalElement.o g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLNormalElement.cpp -o SoGLNormalElement.o >/dev/null 2>&1 /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGLPointSizeElement.lo `test -f 'SoGLPointSizeElement.cpp' || echo './'`SoGLPointSizeElement.cpp g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLPointSizeElement.cpp -fPIC -DPIC -o .libs/SoGLPointSizeElement.o g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLPointSizeElement.cpp -o SoGLPointSizeElement.o >/dev/null 2>&1 /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGLPolygonOffsetElement.lo `test -f 'SoGLPolygonOffsetElement.cpp' || echo './'`SoGLPolygonOffsetElement.cpp g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLPolygonOffsetElement.cpp -fPIC -DPIC -o .libs/SoGLPolygonOffsetElement.o g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLPolygonOffsetElement.cpp -o SoGLPolygonOffsetElement.o >/dev/null 2>&1 /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGLProjectionMatrixElement.lo `test -f 'SoGLProjectionMatrixElement.cpp' || echo './'`SoGLProjectionMatrixElement.cpp g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLProjectionMatrixElement.cpp -fPIC -DPIC -o .libs/SoGLProjectionMatrixElement.o g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLProjectionMatrixElement.cpp -o SoGLProjectionMatrixElement.o >/dev/null 2>&1 /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGLRenderPassElement.lo `test -f 'SoGLRenderPassElement.cpp' || echo './'`SoGLRenderPassElement.cpp g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLRenderPassElement.cpp -fPIC -DPIC -o .libs/SoGLRenderPassElement.o g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLRenderPassElement.cpp -o SoGLRenderPassElement.o >/dev/null 2>&1 /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGLShapeHintsElement.lo `test -f 'SoGLShapeHintsElement.cpp' || echo './'`SoGLShapeHintsElement.cpp g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLShapeHintsElement.cpp -fPIC -DPIC -o .libs/SoGLShapeHintsElement.o g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLShapeHintsElement.cpp -o SoGLShapeHintsElement.o >/dev/null 2>&1 /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGLTextureCoordinateElement.lo `test -f 'SoGLTextureCoordinateElement.cpp' || echo './'`SoGLTextureCoordinateElement.cpp g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLTextureCoordinateElement.cpp -fPIC -DPIC -o .libs/SoGLTextureCoordinateElement.o g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLTextureCoordinateElement.cpp -o SoGLTextureCoordinateElement.o >/dev/null 2>&1 /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGLTextureEnabledElement.lo `test -f 'SoGLTextureEnabledElement.cpp' || echo './'`SoGLTextureEnabledElement.cpp g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLTextureEnabledElement.cpp -fPIC -DPIC -o .libs/SoGLTextureEnabledElement.o g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLTextureEnabledElement.cpp -o SoGLTextureEnabledElement.o >/dev/null 2>&1 /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGLTexture3EnabledElement.lo `test -f 'SoGLTexture3EnabledElement.cpp' || echo './'`SoGLTexture3EnabledElement.cpp g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLTexture3EnabledElement.cpp -fPIC -DPIC -o .libs/SoGLTexture3EnabledElement.o g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLTexture3EnabledElement.cpp -o SoGLTexture3EnabledElement.o >/dev/null 2>&1 /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGLTextureImageElement.lo `test -f 'SoGLTextureImageElement.cpp' || echo './'`SoGLTextureImageElement.cpp g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLTextureImageElement.cpp -fPIC -DPIC -o .libs/SoGLTextureImageElement.o g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLTextureImageElement.cpp -o SoGLTextureImageElement.o >/dev/null 2>&1 /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGLTextureMatrixElement.lo `test -f 'SoGLTextureMatrixElement.cpp' || echo './'`SoGLTextureMatrixElement.cpp g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLTextureMatrixElement.cpp -fPIC -DPIC -o .libs/SoGLTextureMatrixElement.o g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLTextureMatrixElement.cpp -o SoGLTextureMatrixElement.o >/dev/null 2>&1 /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGLUpdateAreaElement.lo `test -f 'SoGLUpdateAreaElement.cpp' || echo './'`SoGLUpdateAreaElement.cpp g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLUpdateAreaElement.cpp -fPIC -DPIC -o .libs/SoGLUpdateAreaElement.o g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLUpdateAreaElement.cpp -o SoGLUpdateAreaElement.o >/dev/null 2>&1 /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGLVBOElement.lo `test -f 'SoGLVBOElement.cpp' || echo './'`SoGLVBOElement.cpp g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLVBOElement.cpp -fPIC -DPIC -o .libs/SoGLVBOElement.o g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLVBOElement.cpp -o SoGLVBOElement.o >/dev/null 2>&1 /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGLViewingMatrixElement.lo `test -f 'SoGLViewingMatrixElement.cpp' || echo './'`SoGLViewingMatrixElement.cpp g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLViewingMatrixElement.cpp -fPIC -DPIC -o .libs/SoGLViewingMatrixElement.o g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLViewingMatrixElement.cpp -o SoGLViewingMatrixElement.o >/dev/null 2>&1 /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGLViewportRegionElement.lo `test -f 'SoGLViewportRegionElement.cpp' || echo './'`SoGLViewportRegionElement.cpp g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLViewportRegionElement.cpp -fPIC -DPIC -o .libs/SoGLViewportRegionElement.o g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLViewportRegionElement.cpp -o SoGLViewportRegionElement.o >/dev/null 2>&1 /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGLDisplayList.lo `test -f 'SoGLDisplayList.cpp' || echo './'`SoGLDisplayList.cpp g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLDisplayList.cpp -fPIC -DPIC -o .libs/SoGLDisplayList.o g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLDisplayList.cpp -o SoGLDisplayList.o >/dev/null 2>&1 /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGLVertexAttributeElement.lo `test -f 'SoGLVertexAttributeElement.cpp' || echo './'`SoGLVertexAttributeElement.cpp g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLVertexAttributeElement.cpp -fPIC -DPIC -o .libs/SoGLVertexAttributeElement.o g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGLVertexAttributeElement.cpp -o SoGLVertexAttributeElement.o >/dev/null 2>&1 /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoResetMatrixElement.lo `test -f 'SoResetMatrixElement.cpp' || echo './'`SoResetMatrixElement.cpp g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoResetMatrixElement.cpp -fPIC -DPIC -o .libs/SoResetMatrixElement.o g++ -DHAVE_CONFIG_H -I../../../include -I../../../include -I../../../src -I../../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoResetMatrixElement.cpp -o SoResetMatrixElement.o >/dev/null 2>&1 /bin/sh ../../../libtool --mode=link g++ -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -o libglelements.la SoGLCacheContextElement.lo SoGLClipPlaneElement.lo SoGLColorIndexElement.lo SoGLCoordinateElement.lo SoGLDepthBufferElement.lo SoGLDrawStyleElement.lo SoGLEnvironmentElement.lo SoGLLazyElement.lo SoGLLightIdElement.lo SoGLLinePatternElement.lo SoGLLineWidthElement.lo SoGLModelMatrixElement.lo SoGLMultiTextureCoordinateElement.lo SoGLMultiTextureEnabledElement.lo SoGLMultiTextureMatrixElement.lo SoGLMultiTextureImageElement.lo SoGLNormalElement.lo SoGLPointSizeElement.lo SoGLPolygonOffsetElement.lo SoGLProjectionMatrixElement.lo SoGLRenderPassElement.lo SoGLShapeHintsElement.lo SoGLTextureCoordinateElement.lo SoGLTextureEnabledElement.lo SoGLTexture3EnabledElement.lo SoGLTextureImageElement.lo SoGLTextureMatrixElement.lo SoGLUpdateAreaElement.lo SoGLVBOElement.lo SoGLViewingMatrixElement.lo SoGLViewportRegionElement.lo SoGLDisplayList.lo SoGLVertexAttributeElement.lo SoResetMatrixElement.lo ar cru .libs/libglelements.a .libs/SoGLCacheContextElement.o .libs/SoGLClipPlaneElement.o .libs/SoGLColorIndexElement.o .libs/SoGLCoordinateElement.o .libs/SoGLDepthBufferElement.o .libs/SoGLDrawStyleElement.o .libs/SoGLEnvironmentElement.o .libs/SoGLLazyElement.o .libs/SoGLLightIdElement.o .libs/SoGLLinePatternElement.o .libs/SoGLLineWidthElement.o .libs/SoGLModelMatrixElement.o .libs/SoGLMultiTextureCoordinateElement.o .libs/SoGLMultiTextureEnabledElement.o .libs/SoGLMultiTextureMatrixElement.o .libs/SoGLMultiTextureImageElement.o .libs/SoGLNormalElement.o .libs/SoGLPointSizeElement.o .libs/SoGLPolygonOffsetElement.o .libs/SoGLProjectionMatrixElement.o .libs/SoGLRenderPassElement.o .libs/SoGLShapeHintsElement.o .libs/SoGLTextureCoordinateElement.o .libs/SoGLTextureEnabledElement.o .libs/SoGLTexture3EnabledElement.o .libs/SoGLTextureImageElement.o .libs/SoGLTextureMatrixElement.o .libs/SoGLUpdateAreaElement.o .libs/SoGLVBOElement.o .libs/SoGLViewingMatrixElement.o .libs/SoGLViewportRegionElement.o .libs/SoGLDisplayList.o .libs/SoGLVertexAttributeElement.o .libs/SoResetMatrixElement.o ranlib .libs/libglelements.a creating libglelements.la (cd .libs && rm -f libglelements.la && ln -s ../libglelements.la libglelements.la) make[6]: Leaving directory `/home/hazelsct/coin3-3.1.0/src/elements/GL' make[6]: Entering directory `/home/hazelsct/coin3-3.1.0/src/elements' /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoAccumulatedElement.lo `test -f 'SoAccumulatedElement.cpp' || echo './'`SoAccumulatedElement.cpp mkdir .libs g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoAccumulatedElement.cpp -fPIC -DPIC -o .libs/SoAccumulatedElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoAccumulatedElement.cpp -o SoAccumulatedElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoAmbientColorElement.lo `test -f 'SoAmbientColorElement.cpp' || echo './'`SoAmbientColorElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoAmbientColorElement.cpp -fPIC -DPIC -o .libs/SoAmbientColorElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoAmbientColorElement.cpp -o SoAmbientColorElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoAnnoText3CharOrientElement.lo `test -f 'SoAnnoText3CharOrientElement.cpp' || echo './'`SoAnnoText3CharOrientElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoAnnoText3CharOrientElement.cpp -fPIC -DPIC -o .libs/SoAnnoText3CharOrientElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoAnnoText3CharOrientElement.cpp -o SoAnnoText3CharOrientElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoAnnoText3FontSizeHintElement.lo `test -f 'SoAnnoText3FontSizeHintElement.cpp' || echo './'`SoAnnoText3FontSizeHintElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoAnnoText3FontSizeHintElement.cpp -fPIC -DPIC -o .libs/SoAnnoText3FontSizeHintElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoAnnoText3FontSizeHintElement.cpp -o SoAnnoText3FontSizeHintElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoAnnoText3RenderPrintElement.lo `test -f 'SoAnnoText3RenderPrintElement.cpp' || echo './'`SoAnnoText3RenderPrintElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoAnnoText3RenderPrintElement.cpp -fPIC -DPIC -o .libs/SoAnnoText3RenderPrintElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoAnnoText3RenderPrintElement.cpp -o SoAnnoText3RenderPrintElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoBBoxModelMatrixElement.lo `test -f 'SoBBoxModelMatrixElement.cpp' || echo './'`SoBBoxModelMatrixElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoBBoxModelMatrixElement.cpp -fPIC -DPIC -o .libs/SoBBoxModelMatrixElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoBBoxModelMatrixElement.cpp -o SoBBoxModelMatrixElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoBumpMapElement.lo `test -f 'SoBumpMapElement.cpp' || echo './'`SoBumpMapElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoBumpMapElement.cpp -fPIC -DPIC -o .libs/SoBumpMapElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoBumpMapElement.cpp -o SoBumpMapElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoBumpMapCoordinateElement.lo `test -f 'SoBumpMapCoordinateElement.cpp' || echo './'`SoBumpMapCoordinateElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoBumpMapCoordinateElement.cpp -fPIC -DPIC -o .libs/SoBumpMapCoordinateElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoBumpMapCoordinateElement.cpp -o SoBumpMapCoordinateElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoBumpMapMatrixElement.lo `test -f 'SoBumpMapMatrixElement.cpp' || echo './'`SoBumpMapMatrixElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoBumpMapMatrixElement.cpp -fPIC -DPIC -o .libs/SoBumpMapMatrixElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoBumpMapMatrixElement.cpp -o SoBumpMapMatrixElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoBumpMappingPropertyElement.lo `test -f 'SoBumpMappingPropertyElement.cpp' || echo './'`SoBumpMappingPropertyElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoBumpMappingPropertyElement.cpp -fPIC -DPIC -o .libs/SoBumpMappingPropertyElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoBumpMappingPropertyElement.cpp -o SoBumpMappingPropertyElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoCacheElement.lo `test -f 'SoCacheElement.cpp' || echo './'`SoCacheElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoCacheElement.cpp -fPIC -DPIC -o .libs/SoCacheElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoCacheElement.cpp -o SoCacheElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoCacheHintElement.lo `test -f 'SoCacheHintElement.cpp' || echo './'`SoCacheHintElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoCacheHintElement.cpp -fPIC -DPIC -o .libs/SoCacheHintElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoCacheHintElement.cpp -o SoCacheHintElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoClipPlaneElement.lo `test -f 'SoClipPlaneElement.cpp' || echo './'`SoClipPlaneElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoClipPlaneElement.cpp -fPIC -DPIC -o .libs/SoClipPlaneElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoClipPlaneElement.cpp -o SoClipPlaneElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoComplexityElement.lo `test -f 'SoComplexityElement.cpp' || echo './'`SoComplexityElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoComplexityElement.cpp -fPIC -DPIC -o .libs/SoComplexityElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoComplexityElement.cpp -o SoComplexityElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoComplexityTypeElement.lo `test -f 'SoComplexityTypeElement.cpp' || echo './'`SoComplexityTypeElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoComplexityTypeElement.cpp -fPIC -DPIC -o .libs/SoComplexityTypeElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoComplexityTypeElement.cpp -o SoComplexityTypeElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoCoordinateElement.lo `test -f 'SoCoordinateElement.cpp' || echo './'`SoCoordinateElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoCoordinateElement.cpp -fPIC -DPIC -o .libs/SoCoordinateElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoCoordinateElement.cpp -o SoCoordinateElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoCreaseAngleElement.lo `test -f 'SoCreaseAngleElement.cpp' || echo './'`SoCreaseAngleElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoCreaseAngleElement.cpp -fPIC -DPIC -o .libs/SoCreaseAngleElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoCreaseAngleElement.cpp -o SoCreaseAngleElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoCullElement.lo `test -f 'SoCullElement.cpp' || echo './'`SoCullElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoCullElement.cpp -fPIC -DPIC -o .libs/SoCullElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoCullElement.cpp -o SoCullElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoDecimationPercentageElement.lo `test -f 'SoDecimationPercentageElement.cpp' || echo './'`SoDecimationPercentageElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoDecimationPercentageElement.cpp -fPIC -DPIC -o .libs/SoDecimationPercentageElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoDecimationPercentageElement.cpp -o SoDecimationPercentageElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoDecimationTypeElement.lo `test -f 'SoDecimationTypeElement.cpp' || echo './'`SoDecimationTypeElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoDecimationTypeElement.cpp -fPIC -DPIC -o .libs/SoDecimationTypeElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoDecimationTypeElement.cpp -o SoDecimationTypeElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoDepthBufferElement.lo `test -f 'SoDepthBufferElement.cpp' || echo './'`SoDepthBufferElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoDepthBufferElement.cpp -fPIC -DPIC -o .libs/SoDepthBufferElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoDepthBufferElement.cpp -o SoDepthBufferElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoDiffuseColorElement.lo `test -f 'SoDiffuseColorElement.cpp' || echo './'`SoDiffuseColorElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoDiffuseColorElement.cpp -fPIC -DPIC -o .libs/SoDiffuseColorElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoDiffuseColorElement.cpp -o SoDiffuseColorElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoDrawStyleElement.lo `test -f 'SoDrawStyleElement.cpp' || echo './'`SoDrawStyleElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoDrawStyleElement.cpp -fPIC -DPIC -o .libs/SoDrawStyleElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoDrawStyleElement.cpp -o SoDrawStyleElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoElement.lo `test -f 'SoElement.cpp' || echo './'`SoElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoElement.cpp -fPIC -DPIC -o .libs/SoElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoElement.cpp -o SoElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoEmissiveColorElement.lo `test -f 'SoEmissiveColorElement.cpp' || echo './'`SoEmissiveColorElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoEmissiveColorElement.cpp -fPIC -DPIC -o .libs/SoEmissiveColorElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoEmissiveColorElement.cpp -o SoEmissiveColorElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoEnvironmentElement.lo `test -f 'SoEnvironmentElement.cpp' || echo './'`SoEnvironmentElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoEnvironmentElement.cpp -fPIC -DPIC -o .libs/SoEnvironmentElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoEnvironmentElement.cpp -o SoEnvironmentElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoFloatElement.lo `test -f 'SoFloatElement.cpp' || echo './'`SoFloatElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoFloatElement.cpp -fPIC -DPIC -o .libs/SoFloatElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoFloatElement.cpp -o SoFloatElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoFocalDistanceElement.lo `test -f 'SoFocalDistanceElement.cpp' || echo './'`SoFocalDistanceElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoFocalDistanceElement.cpp -fPIC -DPIC -o .libs/SoFocalDistanceElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoFocalDistanceElement.cpp -o SoFocalDistanceElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoFontNameElement.lo `test -f 'SoFontNameElement.cpp' || echo './'`SoFontNameElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoFontNameElement.cpp -fPIC -DPIC -o .libs/SoFontNameElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoFontNameElement.cpp -o SoFontNameElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoFontSizeElement.lo `test -f 'SoFontSizeElement.cpp' || echo './'`SoFontSizeElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoFontSizeElement.cpp -fPIC -DPIC -o .libs/SoFontSizeElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoFontSizeElement.cpp -o SoFontSizeElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoInt32Element.lo `test -f 'SoInt32Element.cpp' || echo './'`SoInt32Element.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoInt32Element.cpp -fPIC -DPIC -o .libs/SoInt32Element.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoInt32Element.cpp -o SoInt32Element.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoLazyElement.lo `test -f 'SoLazyElement.cpp' || echo './'`SoLazyElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoLazyElement.cpp -fPIC -DPIC -o .libs/SoLazyElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoLazyElement.cpp -o SoLazyElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoLightAttenuationElement.lo `test -f 'SoLightAttenuationElement.cpp' || echo './'`SoLightAttenuationElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoLightAttenuationElement.cpp -fPIC -DPIC -o .libs/SoLightAttenuationElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoLightAttenuationElement.cpp -o SoLightAttenuationElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoLightElement.lo `test -f 'SoLightElement.cpp' || echo './'`SoLightElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoLightElement.cpp -fPIC -DPIC -o .libs/SoLightElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoLightElement.cpp -o SoLightElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoLightModelElement.lo `test -f 'SoLightModelElement.cpp' || echo './'`SoLightModelElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoLightModelElement.cpp -fPIC -DPIC -o .libs/SoLightModelElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoLightModelElement.cpp -o SoLightModelElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoLinePatternElement.lo `test -f 'SoLinePatternElement.cpp' || echo './'`SoLinePatternElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoLinePatternElement.cpp -fPIC -DPIC -o .libs/SoLinePatternElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoLinePatternElement.cpp -o SoLinePatternElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoLineWidthElement.lo `test -f 'SoLineWidthElement.cpp' || echo './'`SoLineWidthElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoLineWidthElement.cpp -fPIC -DPIC -o .libs/SoLineWidthElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoLineWidthElement.cpp -o SoLineWidthElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoLocalBBoxMatrixElement.lo `test -f 'SoLocalBBoxMatrixElement.cpp' || echo './'`SoLocalBBoxMatrixElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoLocalBBoxMatrixElement.cpp -fPIC -DPIC -o .libs/SoLocalBBoxMatrixElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoLocalBBoxMatrixElement.cpp -o SoLocalBBoxMatrixElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMaterialBindingElement.lo `test -f 'SoMaterialBindingElement.cpp' || echo './'`SoMaterialBindingElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMaterialBindingElement.cpp -fPIC -DPIC -o .libs/SoMaterialBindingElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMaterialBindingElement.cpp -o SoMaterialBindingElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoVertexAttributeBindingElement.lo `test -f 'SoVertexAttributeBindingElement.cpp' || echo './'`SoVertexAttributeBindingElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoVertexAttributeBindingElement.cpp -fPIC -DPIC -o .libs/SoVertexAttributeBindingElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoVertexAttributeBindingElement.cpp -o SoVertexAttributeBindingElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMultiTextureCoordinateElement.lo `test -f 'SoMultiTextureCoordinateElement.cpp' || echo './'`SoMultiTextureCoordinateElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMultiTextureCoordinateElement.cpp -fPIC -DPIC -o .libs/SoMultiTextureCoordinateElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMultiTextureCoordinateElement.cpp -o SoMultiTextureCoordinateElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMultiTextureEnabledElement.lo `test -f 'SoMultiTextureEnabledElement.cpp' || echo './'`SoMultiTextureEnabledElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMultiTextureEnabledElement.cpp -fPIC -DPIC -o .libs/SoMultiTextureEnabledElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMultiTextureEnabledElement.cpp -o SoMultiTextureEnabledElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMultiTextureMatrixElement.lo `test -f 'SoMultiTextureMatrixElement.cpp' || echo './'`SoMultiTextureMatrixElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMultiTextureMatrixElement.cpp -fPIC -DPIC -o .libs/SoMultiTextureMatrixElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMultiTextureMatrixElement.cpp -o SoMultiTextureMatrixElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMultiTextureImageElement.lo `test -f 'SoMultiTextureImageElement.cpp' || echo './'`SoMultiTextureImageElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMultiTextureImageElement.cpp -fPIC -DPIC -o .libs/SoMultiTextureImageElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMultiTextureImageElement.cpp -o SoMultiTextureImageElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoModelMatrixElement.lo `test -f 'SoModelMatrixElement.cpp' || echo './'`SoModelMatrixElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoModelMatrixElement.cpp -fPIC -DPIC -o .libs/SoModelMatrixElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoModelMatrixElement.cpp -o SoModelMatrixElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoNormalBindingElement.lo `test -f 'SoNormalBindingElement.cpp' || echo './'`SoNormalBindingElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoNormalBindingElement.cpp -fPIC -DPIC -o .libs/SoNormalBindingElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoNormalBindingElement.cpp -o SoNormalBindingElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoNormalElement.lo `test -f 'SoNormalElement.cpp' || echo './'`SoNormalElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoNormalElement.cpp -fPIC -DPIC -o .libs/SoNormalElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoNormalElement.cpp -o SoNormalElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoOverrideElement.lo `test -f 'SoOverrideElement.cpp' || echo './'`SoOverrideElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoOverrideElement.cpp -fPIC -DPIC -o .libs/SoOverrideElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoOverrideElement.cpp -o SoOverrideElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoPickRayElement.lo `test -f 'SoPickRayElement.cpp' || echo './'`SoPickRayElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoPickRayElement.cpp -fPIC -DPIC -o .libs/SoPickRayElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoPickRayElement.cpp -o SoPickRayElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoPickStyleElement.lo `test -f 'SoPickStyleElement.cpp' || echo './'`SoPickStyleElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoPickStyleElement.cpp -fPIC -DPIC -o .libs/SoPickStyleElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoPickStyleElement.cpp -o SoPickStyleElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoPointSizeElement.lo `test -f 'SoPointSizeElement.cpp' || echo './'`SoPointSizeElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoPointSizeElement.cpp -fPIC -DPIC -o .libs/SoPointSizeElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoPointSizeElement.cpp -o SoPointSizeElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoPolygonOffsetElement.lo `test -f 'SoPolygonOffsetElement.cpp' || echo './'`SoPolygonOffsetElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoPolygonOffsetElement.cpp -fPIC -DPIC -o .libs/SoPolygonOffsetElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoPolygonOffsetElement.cpp -o SoPolygonOffsetElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoProfileCoordinateElement.lo `test -f 'SoProfileCoordinateElement.cpp' || echo './'`SoProfileCoordinateElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoProfileCoordinateElement.cpp -fPIC -DPIC -o .libs/SoProfileCoordinateElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoProfileCoordinateElement.cpp -o SoProfileCoordinateElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoProfileElement.lo `test -f 'SoProfileElement.cpp' || echo './'`SoProfileElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoProfileElement.cpp -fPIC -DPIC -o .libs/SoProfileElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoProfileElement.cpp -o SoProfileElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoProjectionMatrixElement.lo `test -f 'SoProjectionMatrixElement.cpp' || echo './'`SoProjectionMatrixElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoProjectionMatrixElement.cpp -fPIC -DPIC -o .libs/SoProjectionMatrixElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoProjectionMatrixElement.cpp -o SoProjectionMatrixElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoReplacedElement.lo `test -f 'SoReplacedElement.cpp' || echo './'`SoReplacedElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoReplacedElement.cpp -fPIC -DPIC -o .libs/SoReplacedElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoReplacedElement.cpp -o SoReplacedElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoShapeHintsElement.lo `test -f 'SoShapeHintsElement.cpp' || echo './'`SoShapeHintsElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoShapeHintsElement.cpp -fPIC -DPIC -o .libs/SoShapeHintsElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoShapeHintsElement.cpp -o SoShapeHintsElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoShapeStyleElement.lo `test -f 'SoShapeStyleElement.cpp' || echo './'`SoShapeStyleElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoShapeStyleElement.cpp -fPIC -DPIC -o .libs/SoShapeStyleElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoShapeStyleElement.cpp -o SoShapeStyleElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoShininessElement.lo `test -f 'SoShininessElement.cpp' || echo './'`SoShininessElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoShininessElement.cpp -fPIC -DPIC -o .libs/SoShininessElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoShininessElement.cpp -o SoShininessElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSpecularColorElement.lo `test -f 'SoSpecularColorElement.cpp' || echo './'`SoSpecularColorElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSpecularColorElement.cpp -fPIC -DPIC -o .libs/SoSpecularColorElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSpecularColorElement.cpp -o SoSpecularColorElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSwitchElement.lo `test -f 'SoSwitchElement.cpp' || echo './'`SoSwitchElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSwitchElement.cpp -fPIC -DPIC -o .libs/SoSwitchElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSwitchElement.cpp -o SoSwitchElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoTextOutlineEnabledElement.lo `test -f 'SoTextOutlineEnabledElement.cpp' || echo './'`SoTextOutlineEnabledElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTextOutlineEnabledElement.cpp -fPIC -DPIC -o .libs/SoTextOutlineEnabledElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTextOutlineEnabledElement.cpp -o SoTextOutlineEnabledElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoTextureCombineElement.lo `test -f 'SoTextureCombineElement.cpp' || echo './'`SoTextureCombineElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTextureCombineElement.cpp -fPIC -DPIC -o .libs/SoTextureCombineElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTextureCombineElement.cpp -o SoTextureCombineElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoTextureCoordinateBindingElement.lo `test -f 'SoTextureCoordinateBindingElement.cpp' || echo './'`SoTextureCoordinateBindingElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTextureCoordinateBindingElement.cpp -fPIC -DPIC -o .libs/SoTextureCoordinateBindingElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTextureCoordinateBindingElement.cpp -o SoTextureCoordinateBindingElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoTextureCoordinateElement.lo `test -f 'SoTextureCoordinateElement.cpp' || echo './'`SoTextureCoordinateElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTextureCoordinateElement.cpp -fPIC -DPIC -o .libs/SoTextureCoordinateElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTextureCoordinateElement.cpp -o SoTextureCoordinateElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoTextureEnabledElement.lo `test -f 'SoTextureEnabledElement.cpp' || echo './'`SoTextureEnabledElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTextureEnabledElement.cpp -fPIC -DPIC -o .libs/SoTextureEnabledElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTextureEnabledElement.cpp -o SoTextureEnabledElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoTexture3EnabledElement.lo `test -f 'SoTexture3EnabledElement.cpp' || echo './'`SoTexture3EnabledElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTexture3EnabledElement.cpp -fPIC -DPIC -o .libs/SoTexture3EnabledElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTexture3EnabledElement.cpp -o SoTexture3EnabledElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoTextureImageElement.lo `test -f 'SoTextureImageElement.cpp' || echo './'`SoTextureImageElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTextureImageElement.cpp -fPIC -DPIC -o .libs/SoTextureImageElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTextureImageElement.cpp -o SoTextureImageElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoTextureMatrixElement.lo `test -f 'SoTextureMatrixElement.cpp' || echo './'`SoTextureMatrixElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTextureMatrixElement.cpp -fPIC -DPIC -o .libs/SoTextureMatrixElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTextureMatrixElement.cpp -o SoTextureMatrixElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoTextureOverrideElement.lo `test -f 'SoTextureOverrideElement.cpp' || echo './'`SoTextureOverrideElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTextureOverrideElement.cpp -fPIC -DPIC -o .libs/SoTextureOverrideElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTextureOverrideElement.cpp -o SoTextureOverrideElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoTextureScalePolicyElement.lo `test -f 'SoTextureScalePolicyElement.cpp' || echo './'`SoTextureScalePolicyElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTextureScalePolicyElement.cpp -fPIC -DPIC -o .libs/SoTextureScalePolicyElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTextureScalePolicyElement.cpp -o SoTextureScalePolicyElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoTextureScaleQualityElement.lo `test -f 'SoTextureScaleQualityElement.cpp' || echo './'`SoTextureScaleQualityElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTextureScaleQualityElement.cpp -fPIC -DPIC -o .libs/SoTextureScaleQualityElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTextureScaleQualityElement.cpp -o SoTextureScaleQualityElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoTextureUnitElement.lo `test -f 'SoTextureUnitElement.cpp' || echo './'`SoTextureUnitElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTextureUnitElement.cpp -fPIC -DPIC -o .libs/SoTextureUnitElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTextureUnitElement.cpp -o SoTextureUnitElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoTextureQualityElement.lo `test -f 'SoTextureQualityElement.cpp' || echo './'`SoTextureQualityElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTextureQualityElement.cpp -fPIC -DPIC -o .libs/SoTextureQualityElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTextureQualityElement.cpp -o SoTextureQualityElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoTransparencyElement.lo `test -f 'SoTransparencyElement.cpp' || echo './'`SoTransparencyElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTransparencyElement.cpp -fPIC -DPIC -o .libs/SoTransparencyElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTransparencyElement.cpp -o SoTransparencyElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoUnitsElement.lo `test -f 'SoUnitsElement.cpp' || echo './'`SoUnitsElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoUnitsElement.cpp -fPIC -DPIC -o .libs/SoUnitsElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoUnitsElement.cpp -o SoUnitsElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoViewVolumeElement.lo `test -f 'SoViewVolumeElement.cpp' || echo './'`SoViewVolumeElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoViewVolumeElement.cpp -fPIC -DPIC -o .libs/SoViewVolumeElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoViewVolumeElement.cpp -o SoViewVolumeElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoViewingMatrixElement.lo `test -f 'SoViewingMatrixElement.cpp' || echo './'`SoViewingMatrixElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoViewingMatrixElement.cpp -fPIC -DPIC -o .libs/SoViewingMatrixElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoViewingMatrixElement.cpp -o SoViewingMatrixElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoViewportRegionElement.lo `test -f 'SoViewportRegionElement.cpp' || echo './'`SoViewportRegionElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoViewportRegionElement.cpp -fPIC -DPIC -o .libs/SoViewportRegionElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoViewportRegionElement.cpp -o SoViewportRegionElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoWindowElement.lo `test -f 'SoWindowElement.cpp' || echo './'`SoWindowElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoWindowElement.cpp -fPIC -DPIC -o .libs/SoWindowElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoWindowElement.cpp -o SoWindowElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoListenerPositionElement.lo `test -f 'SoListenerPositionElement.cpp' || echo './'`SoListenerPositionElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoListenerPositionElement.cpp -fPIC -DPIC -o .libs/SoListenerPositionElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoListenerPositionElement.cpp -o SoListenerPositionElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoListenerOrientationElement.lo `test -f 'SoListenerOrientationElement.cpp' || echo './'`SoListenerOrientationElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoListenerOrientationElement.cpp -fPIC -DPIC -o .libs/SoListenerOrientationElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoListenerOrientationElement.cpp -o SoListenerOrientationElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoListenerGainElement.lo `test -f 'SoListenerGainElement.cpp' || echo './'`SoListenerGainElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoListenerGainElement.cpp -fPIC -DPIC -o .libs/SoListenerGainElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoListenerGainElement.cpp -o SoListenerGainElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoListenerDopplerElement.lo `test -f 'SoListenerDopplerElement.cpp' || echo './'`SoListenerDopplerElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoListenerDopplerElement.cpp -fPIC -DPIC -o .libs/SoListenerDopplerElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoListenerDopplerElement.cpp -o SoListenerDopplerElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSoundElement.lo `test -f 'SoSoundElement.cpp' || echo './'`SoSoundElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSoundElement.cpp -fPIC -DPIC -o .libs/SoSoundElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSoundElement.cpp -o SoSoundElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoVertexAttributeElement.lo `test -f 'SoVertexAttributeElement.cpp' || echo './'`SoVertexAttributeElement.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoVertexAttributeElement.cpp -fPIC -DPIC -o .libs/SoVertexAttributeElement.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoVertexAttributeElement.cpp -o SoVertexAttributeElement.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=link g++ -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -o libelements.la SoAccumulatedElement.lo SoAmbientColorElement.lo SoAnnoText3CharOrientElement.lo SoAnnoText3FontSizeHintElement.lo SoAnnoText3RenderPrintElement.lo SoBBoxModelMatrixElement.lo SoBumpMapElement.lo SoBumpMapCoordinateElement.lo SoBumpMapMatrixElement.lo SoBumpMappingPropertyElement.lo SoCacheElement.lo SoCacheHintElement.lo SoClipPlaneElement.lo SoComplexityElement.lo SoComplexityTypeElement.lo SoCoordinateElement.lo SoCreaseAngleElement.lo SoCullElement.lo SoDecimationPercentageElement.lo SoDecimationTypeElement.lo SoDepthBufferElement.lo SoDiffuseColorElement.lo SoDrawStyleElement.lo SoElement.lo SoEmissiveColorElement.lo SoEnvironmentElement.lo SoFloatElement.lo SoFocalDistanceElement.lo SoFontNameElement.lo SoFontSizeElement.lo SoInt32Element.lo SoLazyElement.lo SoLightAttenuationElement.lo SoLightElement.lo SoLightModelElement.lo SoLinePatternElement.lo SoLineWidthElement.lo SoLocalBBoxMatrixElement.lo SoMaterialBindingElement.lo SoVertexAttributeBindingElement.lo SoMultiTextureCoordinateElement.lo SoMultiTextureEnabledElement.lo SoMultiTextureMatrixElement.lo SoMultiTextureImageElement.lo SoModelMatrixElement.lo SoNormalBindingElement.lo SoNormalElement.lo SoOverrideElement.lo SoPickRayElement.lo SoPickStyleElement.lo SoPointSizeElement.lo SoPolygonOffsetElement.lo SoProfileCoordinateElement.lo SoProfileElement.lo SoProjectionMatrixElement.lo SoReplacedElement.lo SoShapeHintsElement.lo SoShapeStyleElement.lo SoShininessElement.lo SoSpecularColorElement.lo SoSwitchElement.lo SoTextOutlineEnabledElement.lo SoTextureCombineElement.lo SoTextureCoordinateBindingElement.lo SoTextureCoordinateElement.lo SoTextureEnabledElement.lo SoTexture3EnabledElement.lo SoTextureImageElement.lo SoTextureMatrixElement.lo SoTextureOverrideElement.lo SoTextureScalePolicyElement.lo SoTextureScaleQualityElement.lo SoTextureUnitElement.lo SoTextureQualityElement.lo SoTransparencyElement.lo SoUnitsElement.lo SoViewVolumeElement.lo SoViewingMatrixElement.lo SoViewportRegionElement.lo SoWindowElement.lo SoListenerPositionElement.lo SoListenerOrientationElement.lo SoListenerGainElement.lo SoListenerDopplerElement.lo SoSoundElement.lo SoVertexAttributeElement.lo ar cru .libs/libelements.a .libs/SoAccumulatedElement.o .libs/SoAmbientColorElement.o .libs/SoAnnoText3CharOrientElement.o .libs/SoAnnoText3FontSizeHintElement.o .libs/SoAnnoText3RenderPrintElement.o .libs/SoBBoxModelMatrixElement.o .libs/SoBumpMapElement.o .libs/SoBumpMapCoordinateElement.o .libs/SoBumpMapMatrixElement.o .libs/SoBumpMappingPropertyElement.o .libs/SoCacheElement.o .libs/SoCacheHintElement.o .libs/SoClipPlaneElement.o .libs/SoComplexityElement.o .libs/SoComplexityTypeElement.o .libs/SoCoordinateElement.o .libs/SoCreaseAngleElement.o .libs/SoCullElement.o .libs/SoDecimationPercentageElement.o .libs/SoDecimationTypeElement.o .libs/SoDepthBufferElement.o .libs/SoDiffuseColorElement.o .libs/SoDrawStyleElement.o .libs/SoElement.o .libs/SoEmissiveColorElement.o .libs/SoEnvironmentElement.o .libs/SoFloatElement.o .libs/SoFocalDistanceElement.o .libs/SoFontNameElement.o .libs/SoFontSizeElement.o .libs/SoInt32Element.o .libs/SoLazyElement.o .libs/SoLightAttenuationElement.o .libs/SoLightElement.o .libs/SoLightModelElement.o .libs/SoLinePatternElement.o .libs/SoLineWidthElement.o .libs/SoLocalBBoxMatrixElement.o .libs/SoMaterialBindingElement.o .libs/SoVertexAttributeBindingElement.o .libs/SoMultiTextureCoordinateElement.o .libs/SoMultiTextureEnabledElement.o .libs/SoMultiTextureMatrixElement.o .libs/SoMultiTextureImageElement.o .libs/SoModelMatrixElement.o .libs/SoNormalBindingElement.o .libs/SoNormalElement.o .libs/SoOverrideElement.o .libs/SoPickRayElement.o .libs/SoPickStyleElement.o .libs/SoPointSizeElement.o .libs/SoPolygonOffsetElement.o .libs/SoProfileCoordinateElement.o .libs/SoProfileElement.o .libs/SoProjectionMatrixElement.o .libs/SoReplacedElement.o .libs/SoShapeHintsElement.o .libs/SoShapeStyleElement.o .libs/SoShininessElement.o .libs/SoSpecularColorElement.o .libs/SoSwitchElement.o .libs/SoTextOutlineEnabledElement.o .libs/SoTextureCombineElement.o .libs/SoTextureCoordinateBindingElement.o .libs/SoTextureCoordinateElement.o .libs/SoTextureEnabledElement.o .libs/SoTexture3EnabledElement.o .libs/SoTextureImageElement.o .libs/SoTextureMatrixElement.o .libs/SoTextureOverrideElement.o .libs/SoTextureScalePolicyElement.o .libs/SoTextureScaleQualityElement.o .libs/SoTextureUnitElement.o .libs/SoTextureQualityElement.o .libs/SoTransparencyElement.o .libs/SoUnitsElement.o .libs/SoViewVolumeElement.o .libs/SoViewingMatrixElement.o .libs/SoViewportRegionElement.o .libs/SoWindowElement.o .libs/SoListenerPositionElement.o .libs/SoListenerOrientationElement.o .libs/SoListenerGainElement.o .libs/SoListenerDopplerElement.o .libs/SoSoundElement.o .libs/SoVertexAttributeElement.o ranlib .libs/libelements.a creating libelements.la (cd .libs && rm -f libelements.la && ln -s ../libelements.la libelements.la) make[6]: Leaving directory `/home/hazelsct/coin3-3.1.0/src/elements' make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/src/elements' Making all in engines make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/src/engines' /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoBoolOperation.lo `test -f 'SoBoolOperation.cpp' || echo './'`SoBoolOperation.cpp mkdir .libs g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoBoolOperation.cpp -fPIC -DPIC -o .libs/SoBoolOperation.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoBoolOperation.cpp -o SoBoolOperation.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoCalculator.lo `test -f 'SoCalculator.cpp' || echo './'`SoCalculator.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoCalculator.cpp -fPIC -DPIC -o .libs/SoCalculator.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoCalculator.cpp -o SoCalculator.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoComposeMatrix.lo `test -f 'SoComposeMatrix.cpp' || echo './'`SoComposeMatrix.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoComposeMatrix.cpp -fPIC -DPIC -o .libs/SoComposeMatrix.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoComposeMatrix.cpp -o SoComposeMatrix.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoComposeRotation.lo `test -f 'SoComposeRotation.cpp' || echo './'`SoComposeRotation.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoComposeRotation.cpp -fPIC -DPIC -o .libs/SoComposeRotation.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoComposeRotation.cpp -o SoComposeRotation.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoComposeRotationFromTo.lo `test -f 'SoComposeRotationFromTo.cpp' || echo './'`SoComposeRotationFromTo.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoComposeRotationFromTo.cpp -fPIC -DPIC -o .libs/SoComposeRotationFromTo.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoComposeRotationFromTo.cpp -o SoComposeRotationFromTo.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoComposeVec2f.lo `test -f 'SoComposeVec2f.cpp' || echo './'`SoComposeVec2f.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoComposeVec2f.cpp -fPIC -DPIC -o .libs/SoComposeVec2f.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoComposeVec2f.cpp -o SoComposeVec2f.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoComposeVec3f.lo `test -f 'SoComposeVec3f.cpp' || echo './'`SoComposeVec3f.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoComposeVec3f.cpp -fPIC -DPIC -o .libs/SoComposeVec3f.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoComposeVec3f.cpp -o SoComposeVec3f.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoComposeVec4f.lo `test -f 'SoComposeVec4f.cpp' || echo './'`SoComposeVec4f.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoComposeVec4f.cpp -fPIC -DPIC -o .libs/SoComposeVec4f.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoComposeVec4f.cpp -o SoComposeVec4f.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoComputeBoundingBox.lo `test -f 'SoComputeBoundingBox.cpp' || echo './'`SoComputeBoundingBox.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoComputeBoundingBox.cpp -fPIC -DPIC -o .libs/SoComputeBoundingBox.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoComputeBoundingBox.cpp -o SoComputeBoundingBox.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoConcatenate.lo `test -f 'SoConcatenate.cpp' || echo './'`SoConcatenate.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoConcatenate.cpp -fPIC -DPIC -o .libs/SoConcatenate.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoConcatenate.cpp -o SoConcatenate.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoConvertAll.lo `test -f 'SoConvertAll.cpp' || echo './'`SoConvertAll.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoConvertAll.cpp -fPIC -DPIC -o .libs/SoConvertAll.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoConvertAll.cpp -o SoConvertAll.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoCounter.lo `test -f 'SoCounter.cpp' || echo './'`SoCounter.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoCounter.cpp -fPIC -DPIC -o .libs/SoCounter.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoCounter.cpp -o SoCounter.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoDecomposeMatrix.lo `test -f 'SoDecomposeMatrix.cpp' || echo './'`SoDecomposeMatrix.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoDecomposeMatrix.cpp -fPIC -DPIC -o .libs/SoDecomposeMatrix.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoDecomposeMatrix.cpp -o SoDecomposeMatrix.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoDecomposeRotation.lo `test -f 'SoDecomposeRotation.cpp' || echo './'`SoDecomposeRotation.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoDecomposeRotation.cpp -fPIC -DPIC -o .libs/SoDecomposeRotation.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoDecomposeRotation.cpp -o SoDecomposeRotation.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoDecomposeVec2f.lo `test -f 'SoDecomposeVec2f.cpp' || echo './'`SoDecomposeVec2f.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoDecomposeVec2f.cpp -fPIC -DPIC -o .libs/SoDecomposeVec2f.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoDecomposeVec2f.cpp -o SoDecomposeVec2f.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoDecomposeVec3f.lo `test -f 'SoDecomposeVec3f.cpp' || echo './'`SoDecomposeVec3f.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoDecomposeVec3f.cpp -fPIC -DPIC -o .libs/SoDecomposeVec3f.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoDecomposeVec3f.cpp -o SoDecomposeVec3f.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoDecomposeVec4f.lo `test -f 'SoDecomposeVec4f.cpp' || echo './'`SoDecomposeVec4f.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoDecomposeVec4f.cpp -fPIC -DPIC -o .libs/SoDecomposeVec4f.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoDecomposeVec4f.cpp -o SoDecomposeVec4f.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoElapsedTime.lo `test -f 'SoElapsedTime.cpp' || echo './'`SoElapsedTime.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoElapsedTime.cpp -fPIC -DPIC -o .libs/SoElapsedTime.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoElapsedTime.cpp -o SoElapsedTime.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoEngine.lo `test -f 'SoEngine.cpp' || echo './'`SoEngine.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoEngine.cpp -fPIC -DPIC -o .libs/SoEngine.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoEngine.cpp -o SoEngine.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoEngineOutput.lo `test -f 'SoEngineOutput.cpp' || echo './'`SoEngineOutput.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoEngineOutput.cpp -fPIC -DPIC -o .libs/SoEngineOutput.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoEngineOutput.cpp -o SoEngineOutput.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoFieldConverter.lo `test -f 'SoFieldConverter.cpp' || echo './'`SoFieldConverter.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoFieldConverter.cpp -fPIC -DPIC -o .libs/SoFieldConverter.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoFieldConverter.cpp -o SoFieldConverter.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGate.lo `test -f 'SoGate.cpp' || echo './'`SoGate.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGate.cpp -fPIC -DPIC -o .libs/SoGate.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGate.cpp -o SoGate.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoInterpolate.lo `test -f 'SoInterpolate.cpp' || echo './'`SoInterpolate.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoInterpolate.cpp -fPIC -DPIC -o .libs/SoInterpolate.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoInterpolate.cpp -o SoInterpolate.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoInterpolateFloat.lo `test -f 'SoInterpolateFloat.cpp' || echo './'`SoInterpolateFloat.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoInterpolateFloat.cpp -fPIC -DPIC -o .libs/SoInterpolateFloat.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoInterpolateFloat.cpp -o SoInterpolateFloat.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoInterpolateRotation.lo `test -f 'SoInterpolateRotation.cpp' || echo './'`SoInterpolateRotation.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoInterpolateRotation.cpp -fPIC -DPIC -o .libs/SoInterpolateRotation.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoInterpolateRotation.cpp -o SoInterpolateRotation.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoInterpolateVec2f.lo `test -f 'SoInterpolateVec2f.cpp' || echo './'`SoInterpolateVec2f.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoInterpolateVec2f.cpp -fPIC -DPIC -o .libs/SoInterpolateVec2f.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoInterpolateVec2f.cpp -o SoInterpolateVec2f.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoInterpolateVec3f.lo `test -f 'SoInterpolateVec3f.cpp' || echo './'`SoInterpolateVec3f.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoInterpolateVec3f.cpp -fPIC -DPIC -o .libs/SoInterpolateVec3f.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoInterpolateVec3f.cpp -o SoInterpolateVec3f.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoInterpolateVec4f.lo `test -f 'SoInterpolateVec4f.cpp' || echo './'`SoInterpolateVec4f.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoInterpolateVec4f.cpp -fPIC -DPIC -o .libs/SoInterpolateVec4f.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoInterpolateVec4f.cpp -o SoInterpolateVec4f.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoNodeEngine.lo `test -f 'SoNodeEngine.cpp' || echo './'`SoNodeEngine.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoNodeEngine.cpp -fPIC -DPIC -o .libs/SoNodeEngine.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoNodeEngine.cpp -o SoNodeEngine.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoOnOff.lo `test -f 'SoOnOff.cpp' || echo './'`SoOnOff.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoOnOff.cpp -fPIC -DPIC -o .libs/SoOnOff.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoOnOff.cpp -o SoOnOff.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoOneShot.lo `test -f 'SoOneShot.cpp' || echo './'`SoOneShot.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoOneShot.cpp -fPIC -DPIC -o .libs/SoOneShot.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoOneShot.cpp -o SoOneShot.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoOutputData.lo `test -f 'SoOutputData.cpp' || echo './'`SoOutputData.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoOutputData.cpp -fPIC -DPIC -o .libs/SoOutputData.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoOutputData.cpp -o SoOutputData.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSelectOne.lo `test -f 'SoSelectOne.cpp' || echo './'`SoSelectOne.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSelectOne.cpp -fPIC -DPIC -o .libs/SoSelectOne.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSelectOne.cpp -o SoSelectOne.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoTimeCounter.lo `test -f 'SoTimeCounter.cpp' || echo './'`SoTimeCounter.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTimeCounter.cpp -fPIC -DPIC -o .libs/SoTimeCounter.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTimeCounter.cpp -o SoTimeCounter.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoTransformVec3f.lo `test -f 'SoTransformVec3f.cpp' || echo './'`SoTransformVec3f.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTransformVec3f.cpp -fPIC -DPIC -o .libs/SoTransformVec3f.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTransformVec3f.cpp -o SoTransformVec3f.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoTriggerAny.lo `test -f 'SoTriggerAny.cpp' || echo './'`SoTriggerAny.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTriggerAny.cpp -fPIC -DPIC -o .libs/SoTriggerAny.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTriggerAny.cpp -o SoTriggerAny.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoTexture2Convert.lo `test -f 'SoTexture2Convert.cpp' || echo './'`SoTexture2Convert.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTexture2Convert.cpp -fPIC -DPIC -o .libs/SoTexture2Convert.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoTexture2Convert.cpp -o SoTexture2Convert.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoHeightMapToNormalMap.lo `test -f 'SoHeightMapToNormalMap.cpp' || echo './'`SoHeightMapToNormalMap.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoHeightMapToNormalMap.cpp -fPIC -DPIC -o .libs/SoHeightMapToNormalMap.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoHeightMapToNormalMap.cpp -o SoHeightMapToNormalMap.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile cc -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o evaluator.lo `test -f 'evaluator.c' || echo './'`evaluator.c cc -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c evaluator.c -fPIC -DPIC -o .libs/evaluator.o cc -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c evaluator.c -o evaluator.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile cc -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o evaluator_tab.lo `test -f 'evaluator_tab.c' || echo './'`evaluator_tab.c cc -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c evaluator_tab.c -fPIC -DPIC -o .libs/evaluator_tab.o cc -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c evaluator_tab.c -o evaluator_tab.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=link g++ -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -o libengines.la SoBoolOperation.lo SoCalculator.lo SoComposeMatrix.lo SoComposeRotation.lo SoComposeRotationFromTo.lo SoComposeVec2f.lo SoComposeVec3f.lo SoComposeVec4f.lo SoComputeBoundingBox.lo SoConcatenate.lo SoConvertAll.lo SoCounter.lo SoDecomposeMatrix.lo SoDecomposeRotation.lo SoDecomposeVec2f.lo SoDecomposeVec3f.lo SoDecomposeVec4f.lo SoElapsedTime.lo SoEngine.lo SoEngineOutput.lo SoFieldConverter.lo SoGate.lo SoInterpolate.lo SoInterpolateFloat.lo SoInterpolateRotation.lo SoInterpolateVec2f.lo SoInterpolateVec3f.lo SoInterpolateVec4f.lo SoNodeEngine.lo SoOnOff.lo SoOneShot.lo SoOutputData.lo SoSelectOne.lo SoTimeCounter.lo SoTransformVec3f.lo SoTriggerAny.lo SoTexture2Convert.lo SoHeightMapToNormalMap.lo evaluator.lo evaluator_tab.lo ar cru .libs/libengines.a .libs/SoBoolOperation.o .libs/SoCalculator.o .libs/SoComposeMatrix.o .libs/SoComposeRotation.o .libs/SoComposeRotationFromTo.o .libs/SoComposeVec2f.o .libs/SoComposeVec3f.o .libs/SoComposeVec4f.o .libs/SoComputeBoundingBox.o .libs/SoConcatenate.o .libs/SoConvertAll.o .libs/SoCounter.o .libs/SoDecomposeMatrix.o .libs/SoDecomposeRotation.o .libs/SoDecomposeVec2f.o .libs/SoDecomposeVec3f.o .libs/SoDecomposeVec4f.o .libs/SoElapsedTime.o .libs/SoEngine.o .libs/SoEngineOutput.o .libs/SoFieldConverter.o .libs/SoGate.o .libs/SoInterpolate.o .libs/SoInterpolateFloat.o .libs/SoInterpolateRotation.o .libs/SoInterpolateVec2f.o .libs/SoInterpolateVec3f.o .libs/SoInterpolateVec4f.o .libs/SoNodeEngine.o .libs/SoOnOff.o .libs/SoOneShot.o .libs/SoOutputData.o .libs/SoSelectOne.o .libs/SoTimeCounter.o .libs/SoTransformVec3f.o .libs/SoTriggerAny.o .libs/SoTexture2Convert.o .libs/SoHeightMapToNormalMap.o .libs/evaluator.o .libs/evaluator_tab.o ranlib .libs/libengines.a creating libengines.la (cd .libs && rm -f libengines.la && ln -s ../libengines.la libengines.la) make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/src/engines' Making all in errors make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/src/errors' /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o error.lo `test -f 'error.cpp' || echo './'`error.cpp mkdir .libs g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c error.cpp -fPIC -DPIC -o .libs/error.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c error.cpp -o error.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o debugerror.lo `test -f 'debugerror.cpp' || echo './'`debugerror.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c debugerror.cpp -fPIC -DPIC -o .libs/debugerror.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c debugerror.cpp -o debugerror.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoDebugError.lo `test -f 'SoDebugError.cpp' || echo './'`SoDebugError.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoDebugError.cpp -fPIC -DPIC -o .libs/SoDebugError.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoDebugError.cpp -o SoDebugError.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoError.lo `test -f 'SoError.cpp' || echo './'`SoError.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoError.cpp -fPIC -DPIC -o .libs/SoError.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoError.cpp -o SoError.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMemoryError.lo `test -f 'SoMemoryError.cpp' || echo './'`SoMemoryError.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMemoryError.cpp -fPIC -DPIC -o .libs/SoMemoryError.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMemoryError.cpp -o SoMemoryError.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoReadError.lo `test -f 'SoReadError.cpp' || echo './'`SoReadError.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoReadError.cpp -fPIC -DPIC -o .libs/SoReadError.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoReadError.cpp -o SoReadError.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=link g++ -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -o liberrors.la error.lo debugerror.lo SoDebugError.lo SoError.lo SoMemoryError.lo SoReadError.lo ar cru .libs/liberrors.a .libs/error.o .libs/debugerror.o .libs/SoDebugError.o .libs/SoError.o .libs/SoMemoryError.o .libs/SoReadError.o ranlib .libs/liberrors.a creating liberrors.la (cd .libs && rm -f liberrors.la && ln -s ../liberrors.la liberrors.la) make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/src/errors' Making all in events make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/src/events' /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoButtonEvent.lo `test -f 'SoButtonEvent.cpp' || echo './'`SoButtonEvent.cpp mkdir .libs g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoButtonEvent.cpp -fPIC -DPIC -o .libs/SoButtonEvent.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoButtonEvent.cpp -o SoButtonEvent.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoEvent.lo `test -f 'SoEvent.cpp' || echo './'`SoEvent.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoEvent.cpp -fPIC -DPIC -o .libs/SoEvent.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoEvent.cpp -o SoEvent.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoKeyboardEvent.lo `test -f 'SoKeyboardEvent.cpp' || echo './'`SoKeyboardEvent.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoKeyboardEvent.cpp -fPIC -DPIC -o .libs/SoKeyboardEvent.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoKeyboardEvent.cpp -o SoKeyboardEvent.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoLocation2Event.lo `test -f 'SoLocation2Event.cpp' || echo './'`SoLocation2Event.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoLocation2Event.cpp -fPIC -DPIC -o .libs/SoLocation2Event.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoLocation2Event.cpp -o SoLocation2Event.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMotion3Event.lo `test -f 'SoMotion3Event.cpp' || echo './'`SoMotion3Event.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMotion3Event.cpp -fPIC -DPIC -o .libs/SoMotion3Event.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMotion3Event.cpp -o SoMotion3Event.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMouseButtonEvent.lo `test -f 'SoMouseButtonEvent.cpp' || echo './'`SoMouseButtonEvent.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMouseButtonEvent.cpp -fPIC -DPIC -o .libs/SoMouseButtonEvent.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMouseButtonEvent.cpp -o SoMouseButtonEvent.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSpaceballButtonEvent.lo `test -f 'SoSpaceballButtonEvent.cpp' || echo './'`SoSpaceballButtonEvent.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSpaceballButtonEvent.cpp -fPIC -DPIC -o .libs/SoSpaceballButtonEvent.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSpaceballButtonEvent.cpp -o SoSpaceballButtonEvent.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=link g++ -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -o libevents.la SoButtonEvent.lo SoEvent.lo SoKeyboardEvent.lo SoLocation2Event.lo SoMotion3Event.lo SoMouseButtonEvent.lo SoSpaceballButtonEvent.lo ar cru .libs/libevents.a .libs/SoButtonEvent.o .libs/SoEvent.o .libs/SoKeyboardEvent.o .libs/SoLocation2Event.o .libs/SoMotion3Event.o .libs/SoMouseButtonEvent.o .libs/SoSpaceballButtonEvent.o ranlib .libs/libevents.a creating libevents.la (cd .libs && rm -f libevents.la && ln -s ../libevents.la libevents.la) make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/src/events' Making all in fields make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/src/fields' /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoField.lo `test -f 'SoField.cpp' || echo './'`SoField.cpp mkdir .libs g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoField.cpp -fPIC -DPIC -o .libs/SoField.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoField.cpp -o SoField.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoFieldContainer.lo `test -f 'SoFieldContainer.cpp' || echo './'`SoFieldContainer.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoFieldContainer.cpp -fPIC -DPIC -o .libs/SoFieldContainer.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoFieldContainer.cpp -o SoFieldContainer.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoFieldData.lo `test -f 'SoFieldData.cpp' || echo './'`SoFieldData.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoFieldData.cpp -fPIC -DPIC -o .libs/SoFieldData.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoFieldData.cpp -o SoFieldData.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMFBitMask.lo `test -f 'SoMFBitMask.cpp' || echo './'`SoMFBitMask.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFBitMask.cpp -fPIC -DPIC -o .libs/SoMFBitMask.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFBitMask.cpp -o SoMFBitMask.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMFBool.lo `test -f 'SoMFBool.cpp' || echo './'`SoMFBool.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFBool.cpp -fPIC -DPIC -o .libs/SoMFBool.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFBool.cpp -o SoMFBool.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMFColor.lo `test -f 'SoMFColor.cpp' || echo './'`SoMFColor.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFColor.cpp -fPIC -DPIC -o .libs/SoMFColor.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFColor.cpp -o SoMFColor.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMFColorRGBA.lo `test -f 'SoMFColorRGBA.cpp' || echo './'`SoMFColorRGBA.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFColorRGBA.cpp -fPIC -DPIC -o .libs/SoMFColorRGBA.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFColorRGBA.cpp -o SoMFColorRGBA.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMFDouble.lo `test -f 'SoMFDouble.cpp' || echo './'`SoMFDouble.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFDouble.cpp -fPIC -DPIC -o .libs/SoMFDouble.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFDouble.cpp -o SoMFDouble.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMFEngine.lo `test -f 'SoMFEngine.cpp' || echo './'`SoMFEngine.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFEngine.cpp -fPIC -DPIC -o .libs/SoMFEngine.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFEngine.cpp -o SoMFEngine.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMFEnum.lo `test -f 'SoMFEnum.cpp' || echo './'`SoMFEnum.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFEnum.cpp -fPIC -DPIC -o .libs/SoMFEnum.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFEnum.cpp -o SoMFEnum.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMFFloat.lo `test -f 'SoMFFloat.cpp' || echo './'`SoMFFloat.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFFloat.cpp -fPIC -DPIC -o .libs/SoMFFloat.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFFloat.cpp -o SoMFFloat.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMFInt32.lo `test -f 'SoMFInt32.cpp' || echo './'`SoMFInt32.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFInt32.cpp -fPIC -DPIC -o .libs/SoMFInt32.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFInt32.cpp -o SoMFInt32.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMFMatrix.lo `test -f 'SoMFMatrix.cpp' || echo './'`SoMFMatrix.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFMatrix.cpp -fPIC -DPIC -o .libs/SoMFMatrix.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFMatrix.cpp -o SoMFMatrix.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMFName.lo `test -f 'SoMFName.cpp' || echo './'`SoMFName.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFName.cpp -fPIC -DPIC -o .libs/SoMFName.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFName.cpp -o SoMFName.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMFNode.lo `test -f 'SoMFNode.cpp' || echo './'`SoMFNode.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFNode.cpp -fPIC -DPIC -o .libs/SoMFNode.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFNode.cpp -o SoMFNode.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMFPath.lo `test -f 'SoMFPath.cpp' || echo './'`SoMFPath.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFPath.cpp -fPIC -DPIC -o .libs/SoMFPath.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFPath.cpp -o SoMFPath.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMFPlane.lo `test -f 'SoMFPlane.cpp' || echo './'`SoMFPlane.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFPlane.cpp -fPIC -DPIC -o .libs/SoMFPlane.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFPlane.cpp -o SoMFPlane.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMFRotation.lo `test -f 'SoMFRotation.cpp' || echo './'`SoMFRotation.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFRotation.cpp -fPIC -DPIC -o .libs/SoMFRotation.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFRotation.cpp -o SoMFRotation.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMFShort.lo `test -f 'SoMFShort.cpp' || echo './'`SoMFShort.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFShort.cpp -fPIC -DPIC -o .libs/SoMFShort.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFShort.cpp -o SoMFShort.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMFString.lo `test -f 'SoMFString.cpp' || echo './'`SoMFString.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFString.cpp -fPIC -DPIC -o .libs/SoMFString.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFString.cpp -o SoMFString.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMFTime.lo `test -f 'SoMFTime.cpp' || echo './'`SoMFTime.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFTime.cpp -fPIC -DPIC -o .libs/SoMFTime.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFTime.cpp -o SoMFTime.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMFUInt32.lo `test -f 'SoMFUInt32.cpp' || echo './'`SoMFUInt32.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFUInt32.cpp -fPIC -DPIC -o .libs/SoMFUInt32.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFUInt32.cpp -o SoMFUInt32.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMFUShort.lo `test -f 'SoMFUShort.cpp' || echo './'`SoMFUShort.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFUShort.cpp -fPIC -DPIC -o .libs/SoMFUShort.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFUShort.cpp -o SoMFUShort.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMFVec2b.lo `test -f 'SoMFVec2b.cpp' || echo './'`SoMFVec2b.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFVec2b.cpp -fPIC -DPIC -o .libs/SoMFVec2b.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFVec2b.cpp -o SoMFVec2b.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMFVec2s.lo `test -f 'SoMFVec2s.cpp' || echo './'`SoMFVec2s.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFVec2s.cpp -fPIC -DPIC -o .libs/SoMFVec2s.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFVec2s.cpp -o SoMFVec2s.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMFVec2i32.lo `test -f 'SoMFVec2i32.cpp' || echo './'`SoMFVec2i32.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFVec2i32.cpp -fPIC -DPIC -o .libs/SoMFVec2i32.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFVec2i32.cpp -o SoMFVec2i32.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMFVec2f.lo `test -f 'SoMFVec2f.cpp' || echo './'`SoMFVec2f.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFVec2f.cpp -fPIC -DPIC -o .libs/SoMFVec2f.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFVec2f.cpp -o SoMFVec2f.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMFVec2d.lo `test -f 'SoMFVec2d.cpp' || echo './'`SoMFVec2d.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFVec2d.cpp -fPIC -DPIC -o .libs/SoMFVec2d.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFVec2d.cpp -o SoMFVec2d.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMFVec3b.lo `test -f 'SoMFVec3b.cpp' || echo './'`SoMFVec3b.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFVec3b.cpp -fPIC -DPIC -o .libs/SoMFVec3b.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFVec3b.cpp -o SoMFVec3b.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMFVec3s.lo `test -f 'SoMFVec3s.cpp' || echo './'`SoMFVec3s.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFVec3s.cpp -fPIC -DPIC -o .libs/SoMFVec3s.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFVec3s.cpp -o SoMFVec3s.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMFVec3i32.lo `test -f 'SoMFVec3i32.cpp' || echo './'`SoMFVec3i32.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFVec3i32.cpp -fPIC -DPIC -o .libs/SoMFVec3i32.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFVec3i32.cpp -o SoMFVec3i32.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMFVec3f.lo `test -f 'SoMFVec3f.cpp' || echo './'`SoMFVec3f.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFVec3f.cpp -fPIC -DPIC -o .libs/SoMFVec3f.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFVec3f.cpp -o SoMFVec3f.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMFVec3d.lo `test -f 'SoMFVec3d.cpp' || echo './'`SoMFVec3d.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFVec3d.cpp -fPIC -DPIC -o .libs/SoMFVec3d.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFVec3d.cpp -o SoMFVec3d.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMFVec4b.lo `test -f 'SoMFVec4b.cpp' || echo './'`SoMFVec4b.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFVec4b.cpp -fPIC -DPIC -o .libs/SoMFVec4b.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFVec4b.cpp -o SoMFVec4b.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMFVec4ub.lo `test -f 'SoMFVec4ub.cpp' || echo './'`SoMFVec4ub.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFVec4ub.cpp -fPIC -DPIC -o .libs/SoMFVec4ub.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFVec4ub.cpp -o SoMFVec4ub.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMFVec4s.lo `test -f 'SoMFVec4s.cpp' || echo './'`SoMFVec4s.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFVec4s.cpp -fPIC -DPIC -o .libs/SoMFVec4s.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFVec4s.cpp -o SoMFVec4s.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMFVec4us.lo `test -f 'SoMFVec4us.cpp' || echo './'`SoMFVec4us.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFVec4us.cpp -fPIC -DPIC -o .libs/SoMFVec4us.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFVec4us.cpp -o SoMFVec4us.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMFVec4i32.lo `test -f 'SoMFVec4i32.cpp' || echo './'`SoMFVec4i32.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFVec4i32.cpp -fPIC -DPIC -o .libs/SoMFVec4i32.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFVec4i32.cpp -o SoMFVec4i32.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMFVec4ui32.lo `test -f 'SoMFVec4ui32.cpp' || echo './'`SoMFVec4ui32.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFVec4ui32.cpp -fPIC -DPIC -o .libs/SoMFVec4ui32.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFVec4ui32.cpp -o SoMFVec4ui32.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMFVec4f.lo `test -f 'SoMFVec4f.cpp' || echo './'`SoMFVec4f.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFVec4f.cpp -fPIC -DPIC -o .libs/SoMFVec4f.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFVec4f.cpp -o SoMFVec4f.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMFVec4d.lo `test -f 'SoMFVec4d.cpp' || echo './'`SoMFVec4d.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFVec4d.cpp -fPIC -DPIC -o .libs/SoMFVec4d.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMFVec4d.cpp -o SoMFVec4d.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoMField.lo `test -f 'SoMField.cpp' || echo './'`SoMField.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMField.cpp -fPIC -DPIC -o .libs/SoMField.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoMField.cpp -o SoMField.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFBitMask.lo `test -f 'SoSFBitMask.cpp' || echo './'`SoSFBitMask.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFBitMask.cpp -fPIC -DPIC -o .libs/SoSFBitMask.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFBitMask.cpp -o SoSFBitMask.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFBool.lo `test -f 'SoSFBool.cpp' || echo './'`SoSFBool.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFBool.cpp -fPIC -DPIC -o .libs/SoSFBool.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFBool.cpp -o SoSFBool.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFBox2s.lo `test -f 'SoSFBox2s.cpp' || echo './'`SoSFBox2s.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFBox2s.cpp -fPIC -DPIC -o .libs/SoSFBox2s.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFBox2s.cpp -o SoSFBox2s.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFBox2i32.lo `test -f 'SoSFBox2i32.cpp' || echo './'`SoSFBox2i32.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFBox2i32.cpp -fPIC -DPIC -o .libs/SoSFBox2i32.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFBox2i32.cpp -o SoSFBox2i32.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFBox2f.lo `test -f 'SoSFBox2f.cpp' || echo './'`SoSFBox2f.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFBox2f.cpp -fPIC -DPIC -o .libs/SoSFBox2f.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFBox2f.cpp -o SoSFBox2f.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFBox2d.lo `test -f 'SoSFBox2d.cpp' || echo './'`SoSFBox2d.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFBox2d.cpp -fPIC -DPIC -o .libs/SoSFBox2d.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFBox2d.cpp -o SoSFBox2d.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFBox3s.lo `test -f 'SoSFBox3s.cpp' || echo './'`SoSFBox3s.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFBox3s.cpp -fPIC -DPIC -o .libs/SoSFBox3s.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFBox3s.cpp -o SoSFBox3s.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFBox3i32.lo `test -f 'SoSFBox3i32.cpp' || echo './'`SoSFBox3i32.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFBox3i32.cpp -fPIC -DPIC -o .libs/SoSFBox3i32.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFBox3i32.cpp -o SoSFBox3i32.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFBox3f.lo `test -f 'SoSFBox3f.cpp' || echo './'`SoSFBox3f.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFBox3f.cpp -fPIC -DPIC -o .libs/SoSFBox3f.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFBox3f.cpp -o SoSFBox3f.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFBox3d.lo `test -f 'SoSFBox3d.cpp' || echo './'`SoSFBox3d.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFBox3d.cpp -fPIC -DPIC -o .libs/SoSFBox3d.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFBox3d.cpp -o SoSFBox3d.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFColor.lo `test -f 'SoSFColor.cpp' || echo './'`SoSFColor.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFColor.cpp -fPIC -DPIC -o .libs/SoSFColor.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFColor.cpp -o SoSFColor.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFColorRGBA.lo `test -f 'SoSFColorRGBA.cpp' || echo './'`SoSFColorRGBA.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFColorRGBA.cpp -fPIC -DPIC -o .libs/SoSFColorRGBA.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFColorRGBA.cpp -o SoSFColorRGBA.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFDouble.lo `test -f 'SoSFDouble.cpp' || echo './'`SoSFDouble.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFDouble.cpp -fPIC -DPIC -o .libs/SoSFDouble.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFDouble.cpp -o SoSFDouble.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFEngine.lo `test -f 'SoSFEngine.cpp' || echo './'`SoSFEngine.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFEngine.cpp -fPIC -DPIC -o .libs/SoSFEngine.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFEngine.cpp -o SoSFEngine.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFEnum.lo `test -f 'SoSFEnum.cpp' || echo './'`SoSFEnum.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFEnum.cpp -fPIC -DPIC -o .libs/SoSFEnum.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFEnum.cpp -o SoSFEnum.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFFloat.lo `test -f 'SoSFFloat.cpp' || echo './'`SoSFFloat.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFFloat.cpp -fPIC -DPIC -o .libs/SoSFFloat.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFFloat.cpp -o SoSFFloat.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFImage.lo `test -f 'SoSFImage.cpp' || echo './'`SoSFImage.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFImage.cpp -fPIC -DPIC -o .libs/SoSFImage.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFImage.cpp -o SoSFImage.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFImage3.lo `test -f 'SoSFImage3.cpp' || echo './'`SoSFImage3.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFImage3.cpp -fPIC -DPIC -o .libs/SoSFImage3.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFImage3.cpp -o SoSFImage3.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFInt32.lo `test -f 'SoSFInt32.cpp' || echo './'`SoSFInt32.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFInt32.cpp -fPIC -DPIC -o .libs/SoSFInt32.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFInt32.cpp -o SoSFInt32.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFMatrix.lo `test -f 'SoSFMatrix.cpp' || echo './'`SoSFMatrix.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFMatrix.cpp -fPIC -DPIC -o .libs/SoSFMatrix.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFMatrix.cpp -o SoSFMatrix.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFName.lo `test -f 'SoSFName.cpp' || echo './'`SoSFName.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFName.cpp -fPIC -DPIC -o .libs/SoSFName.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFName.cpp -o SoSFName.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFNode.lo `test -f 'SoSFNode.cpp' || echo './'`SoSFNode.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFNode.cpp -fPIC -DPIC -o .libs/SoSFNode.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFNode.cpp -o SoSFNode.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFPath.lo `test -f 'SoSFPath.cpp' || echo './'`SoSFPath.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFPath.cpp -fPIC -DPIC -o .libs/SoSFPath.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFPath.cpp -o SoSFPath.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFPlane.lo `test -f 'SoSFPlane.cpp' || echo './'`SoSFPlane.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFPlane.cpp -fPIC -DPIC -o .libs/SoSFPlane.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFPlane.cpp -o SoSFPlane.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFRotation.lo `test -f 'SoSFRotation.cpp' || echo './'`SoSFRotation.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFRotation.cpp -fPIC -DPIC -o .libs/SoSFRotation.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFRotation.cpp -o SoSFRotation.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFShort.lo `test -f 'SoSFShort.cpp' || echo './'`SoSFShort.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFShort.cpp -fPIC -DPIC -o .libs/SoSFShort.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFShort.cpp -o SoSFShort.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFString.lo `test -f 'SoSFString.cpp' || echo './'`SoSFString.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFString.cpp -fPIC -DPIC -o .libs/SoSFString.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFString.cpp -o SoSFString.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFTime.lo `test -f 'SoSFTime.cpp' || echo './'`SoSFTime.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFTime.cpp -fPIC -DPIC -o .libs/SoSFTime.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFTime.cpp -o SoSFTime.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFTrigger.lo `test -f 'SoSFTrigger.cpp' || echo './'`SoSFTrigger.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFTrigger.cpp -fPIC -DPIC -o .libs/SoSFTrigger.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFTrigger.cpp -o SoSFTrigger.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFUInt32.lo `test -f 'SoSFUInt32.cpp' || echo './'`SoSFUInt32.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFUInt32.cpp -fPIC -DPIC -o .libs/SoSFUInt32.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFUInt32.cpp -o SoSFUInt32.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFUShort.lo `test -f 'SoSFUShort.cpp' || echo './'`SoSFUShort.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFUShort.cpp -fPIC -DPIC -o .libs/SoSFUShort.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFUShort.cpp -o SoSFUShort.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFVec2b.lo `test -f 'SoSFVec2b.cpp' || echo './'`SoSFVec2b.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFVec2b.cpp -fPIC -DPIC -o .libs/SoSFVec2b.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFVec2b.cpp -o SoSFVec2b.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFVec2s.lo `test -f 'SoSFVec2s.cpp' || echo './'`SoSFVec2s.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFVec2s.cpp -fPIC -DPIC -o .libs/SoSFVec2s.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFVec2s.cpp -o SoSFVec2s.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFVec2i32.lo `test -f 'SoSFVec2i32.cpp' || echo './'`SoSFVec2i32.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFVec2i32.cpp -fPIC -DPIC -o .libs/SoSFVec2i32.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFVec2i32.cpp -o SoSFVec2i32.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFVec2f.lo `test -f 'SoSFVec2f.cpp' || echo './'`SoSFVec2f.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFVec2f.cpp -fPIC -DPIC -o .libs/SoSFVec2f.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFVec2f.cpp -o SoSFVec2f.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFVec2d.lo `test -f 'SoSFVec2d.cpp' || echo './'`SoSFVec2d.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFVec2d.cpp -fPIC -DPIC -o .libs/SoSFVec2d.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFVec2d.cpp -o SoSFVec2d.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFVec3b.lo `test -f 'SoSFVec3b.cpp' || echo './'`SoSFVec3b.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFVec3b.cpp -fPIC -DPIC -o .libs/SoSFVec3b.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFVec3b.cpp -o SoSFVec3b.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFVec3s.lo `test -f 'SoSFVec3s.cpp' || echo './'`SoSFVec3s.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFVec3s.cpp -fPIC -DPIC -o .libs/SoSFVec3s.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFVec3s.cpp -o SoSFVec3s.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFVec3i32.lo `test -f 'SoSFVec3i32.cpp' || echo './'`SoSFVec3i32.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFVec3i32.cpp -fPIC -DPIC -o .libs/SoSFVec3i32.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFVec3i32.cpp -o SoSFVec3i32.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFVec3f.lo `test -f 'SoSFVec3f.cpp' || echo './'`SoSFVec3f.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFVec3f.cpp -fPIC -DPIC -o .libs/SoSFVec3f.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFVec3f.cpp -o SoSFVec3f.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFVec3d.lo `test -f 'SoSFVec3d.cpp' || echo './'`SoSFVec3d.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFVec3d.cpp -fPIC -DPIC -o .libs/SoSFVec3d.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFVec3d.cpp -o SoSFVec3d.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFVec4b.lo `test -f 'SoSFVec4b.cpp' || echo './'`SoSFVec4b.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFVec4b.cpp -fPIC -DPIC -o .libs/SoSFVec4b.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFVec4b.cpp -o SoSFVec4b.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFVec4ub.lo `test -f 'SoSFVec4ub.cpp' || echo './'`SoSFVec4ub.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFVec4ub.cpp -fPIC -DPIC -o .libs/SoSFVec4ub.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFVec4ub.cpp -o SoSFVec4ub.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFVec4s.lo `test -f 'SoSFVec4s.cpp' || echo './'`SoSFVec4s.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFVec4s.cpp -fPIC -DPIC -o .libs/SoSFVec4s.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFVec4s.cpp -o SoSFVec4s.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFVec4us.lo `test -f 'SoSFVec4us.cpp' || echo './'`SoSFVec4us.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFVec4us.cpp -fPIC -DPIC -o .libs/SoSFVec4us.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFVec4us.cpp -o SoSFVec4us.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFVec4i32.lo `test -f 'SoSFVec4i32.cpp' || echo './'`SoSFVec4i32.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFVec4i32.cpp -fPIC -DPIC -o .libs/SoSFVec4i32.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFVec4i32.cpp -o SoSFVec4i32.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFVec4ui32.lo `test -f 'SoSFVec4ui32.cpp' || echo './'`SoSFVec4ui32.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFVec4ui32.cpp -fPIC -DPIC -o .libs/SoSFVec4ui32.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFVec4ui32.cpp -o SoSFVec4ui32.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFVec4f.lo `test -f 'SoSFVec4f.cpp' || echo './'`SoSFVec4f.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFVec4f.cpp -fPIC -DPIC -o .libs/SoSFVec4f.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFVec4f.cpp -o SoSFVec4f.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSFVec4d.lo `test -f 'SoSFVec4d.cpp' || echo './'`SoSFVec4d.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFVec4d.cpp -fPIC -DPIC -o .libs/SoSFVec4d.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSFVec4d.cpp -o SoSFVec4d.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoSField.lo `test -f 'SoSField.cpp' || echo './'`SoSField.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSField.cpp -fPIC -DPIC -o .libs/SoSField.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoSField.cpp -o SoSField.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o SoGlobalField.lo `test -f 'SoGlobalField.cpp' || echo './'`SoGlobalField.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGlobalField.cpp -fPIC -DPIC -o .libs/SoGlobalField.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c SoGlobalField.cpp -o SoGlobalField.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o shared.lo `test -f 'shared.cpp' || echo './'`shared.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c shared.cpp -fPIC -DPIC -o .libs/shared.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c shared.cpp -o shared.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=link g++ -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -o libfields.la SoField.lo SoFieldContainer.lo SoFieldData.lo SoMFBitMask.lo SoMFBool.lo SoMFColor.lo SoMFColorRGBA.lo SoMFDouble.lo SoMFEngine.lo SoMFEnum.lo SoMFFloat.lo SoMFInt32.lo SoMFMatrix.lo SoMFName.lo SoMFNode.lo SoMFPath.lo SoMFPlane.lo SoMFRotation.lo SoMFShort.lo SoMFString.lo SoMFTime.lo SoMFUInt32.lo SoMFUShort.lo SoMFVec2b.lo SoMFVec2s.lo SoMFVec2i32.lo SoMFVec2f.lo SoMFVec2d.lo SoMFVec3b.lo SoMFVec3s.lo SoMFVec3i32.lo SoMFVec3f.lo SoMFVec3d.lo SoMFVec4b.lo SoMFVec4ub.lo SoMFVec4s.lo SoMFVec4us.lo SoMFVec4i32.lo SoMFVec4ui32.lo SoMFVec4f.lo SoMFVec4d.lo SoMField.lo SoSFBitMask.lo SoSFBool.lo SoSFBox2s.lo SoSFBox2i32.lo SoSFBox2f.lo SoSFBox2d.lo SoSFBox3s.lo SoSFBox3i32.lo SoSFBox3f.lo SoSFBox3d.lo SoSFColor.lo SoSFColorRGBA.lo SoSFDouble.lo SoSFEngine.lo SoSFEnum.lo SoSFFloat.lo SoSFImage.lo SoSFImage3.lo SoSFInt32.lo SoSFMatrix.lo SoSFName.lo SoSFNode.lo SoSFPath.lo SoSFPlane.lo SoSFRotation.lo SoSFShort.lo SoSFString.lo SoSFTime.lo SoSFTrigger.lo SoSFUInt32.lo SoSFUShort.lo SoSFVec2b.lo SoSFVec2s.lo SoSFVec2i32.lo SoSFVec2f.lo SoSFVec2d.lo SoSFVec3b.lo SoSFVec3s.lo SoSFVec3i32.lo SoSFVec3f.lo SoSFVec3d.lo SoSFVec4b.lo SoSFVec4ub.lo SoSFVec4s.lo SoSFVec4us.lo SoSFVec4i32.lo SoSFVec4ui32.lo SoSFVec4f.lo SoSFVec4d.lo SoSField.lo SoGlobalField.lo shared.lo ar cru .libs/libfields.a .libs/SoField.o .libs/SoFieldContainer.o .libs/SoFieldData.o .libs/SoMFBitMask.o .libs/SoMFBool.o .libs/SoMFColor.o .libs/SoMFColorRGBA.o .libs/SoMFDouble.o .libs/SoMFEngine.o .libs/SoMFEnum.o .libs/SoMFFloat.o .libs/SoMFInt32.o .libs/SoMFMatrix.o .libs/SoMFName.o .libs/SoMFNode.o .libs/SoMFPath.o .libs/SoMFPlane.o .libs/SoMFRotation.o .libs/SoMFShort.o .libs/SoMFString.o .libs/SoMFTime.o .libs/SoMFUInt32.o .libs/SoMFUShort.o .libs/SoMFVec2b.o .libs/SoMFVec2s.o .libs/SoMFVec2i32.o .libs/SoMFVec2f.o .libs/SoMFVec2d.o .libs/SoMFVec3b.o .libs/SoMFVec3s.o .libs/SoMFVec3i32.o .libs/SoMFVec3f.o .libs/SoMFVec3d.o .libs/SoMFVec4b.o .libs/SoMFVec4ub.o .libs/SoMFVec4s.o .libs/SoMFVec4us.o .libs/SoMFVec4i32.o .libs/SoMFVec4ui32.o .libs/SoMFVec4f.o .libs/SoMFVec4d.o .libs/SoMField.o .libs/SoSFBitMask.o .libs/SoSFBool.o .libs/SoSFBox2s.o .libs/SoSFBox2i32.o .libs/SoSFBox2f.o .libs/SoSFBox2d.o .libs/SoSFBox3s.o .libs/SoSFBox3i32.o .libs/SoSFBox3f.o .libs/SoSFBox3d.o .libs/SoSFColor.o .libs/SoSFColorRGBA.o .libs/SoSFDouble.o .libs/SoSFEngine.o .libs/SoSFEnum.o .libs/SoSFFloat.o .libs/SoSFImage.o .libs/SoSFImage3.o .libs/SoSFInt32.o .libs/SoSFMatrix.o .libs/SoSFName.o .libs/SoSFNode.o .libs/SoSFPath.o .libs/SoSFPlane.o .libs/SoSFRotation.o .libs/SoSFShort.o .libs/SoSFString.o .libs/SoSFTime.o .libs/SoSFTrigger.o .libs/SoSFUInt32.o .libs/SoSFUShort.o .libs/SoSFVec2b.o .libs/SoSFVec2s.o .libs/SoSFVec2i32.o .libs/SoSFVec2f.o .libs/SoSFVec2d.o .libs/SoSFVec3b.o .libs/SoSFVec3s.o .libs/SoSFVec3i32.o .libs/SoSFVec3f.o .libs/SoSFVec3d.o .libs/SoSFVec4b.o .libs/SoSFVec4ub.o .libs/SoSFVec4s.o .libs/SoSFVec4us.o .libs/SoSFVec4i32.o .libs/SoSFVec4ui32.o .libs/SoSFVec4f.o .libs/SoSFVec4d.o .libs/SoSField.o .libs/SoGlobalField.o .libs/shared.o ranlib .libs/libfields.a creating libfields.la (cd .libs && rm -f libfields.la && ln -s ../libfields.la libfields.la) make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/src/fields' Making all in fonts make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/src/fonts' /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o fontlib_wrapper.lo `test -f 'fontlib_wrapper.cpp' || echo './'`fontlib_wrapper.cpp mkdir .libs g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c fontlib_wrapper.cpp -fPIC -DPIC -o .libs/fontlib_wrapper.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c fontlib_wrapper.cpp -o fontlib_wrapper.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o win32.lo `test -f 'win32.cpp' || echo './'`win32.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c win32.cpp -fPIC -DPIC -o .libs/win32.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c win32.cpp -o win32.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o freetype.lo `test -f 'freetype.cpp' || echo './'`freetype.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c freetype.cpp -fPIC -DPIC -o .libs/freetype.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c freetype.cpp -o freetype.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o fontspec.lo `test -f 'fontspec.cpp' || echo './'`fontspec.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c fontspec.cpp -fPIC -DPIC -o .libs/fontspec.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c fontspec.cpp -o fontspec.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o glyph.lo `test -f 'glyph.cpp' || echo './'`glyph.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c glyph.cpp -fPIC -DPIC -o .libs/glyph.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c glyph.cpp -o glyph.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o glyph2d.lo `test -f 'glyph2d.cpp' || echo './'`glyph2d.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c glyph2d.cpp -fPIC -DPIC -o .libs/glyph2d.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c glyph2d.cpp -o glyph2d.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o glyph3d.lo `test -f 'glyph3d.cpp' || echo './'`glyph3d.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c glyph3d.cpp -fPIC -DPIC -o .libs/glyph3d.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c glyph3d.cpp -o glyph3d.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o default3dfont.lo `test -f 'default3dfont.cpp' || echo './'`default3dfont.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c default3dfont.cpp -fPIC -DPIC -o .libs/default3dfont.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c default3dfont.cpp -o default3dfont.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o default2dfont.lo `test -f 'default2dfont.cpp' || echo './'`default2dfont.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c default2dfont.cpp -fPIC -DPIC -o .libs/default2dfont.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c default2dfont.cpp -o default2dfont.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o common.lo `test -f 'common.cpp' || echo './'`common.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c common.cpp -fPIC -DPIC -o .libs/common.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c common.cpp -o common.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=link g++ -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -o libfonts.la fontlib_wrapper.lo win32.lo freetype.lo fontspec.lo glyph.lo glyph2d.lo glyph3d.lo default3dfont.lo default2dfont.lo common.lo ar cru .libs/libfonts.a .libs/fontlib_wrapper.o .libs/win32.o .libs/freetype.o .libs/fontspec.o .libs/glyph.o .libs/glyph2d.o .libs/glyph3d.o .libs/default3dfont.o .libs/default2dfont.o .libs/common.o ranlib .libs/libfonts.a creating libfonts.la (cd .libs && rm -f libfonts.la && ln -s ../libfonts.la libfonts.la) make[5]: Leaving directory `/home/hazelsct/coin3-3.1.0/src/fonts' Making all in glue make[5]: Entering directory `/home/hazelsct/coin3-3.1.0/src/glue' /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o cg.lo `test -f 'cg.cpp' || echo './'`cg.cpp mkdir .libs g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c cg.cpp -fPIC -DPIC -o .libs/cg.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c cg.cpp -o cg.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c -o spidermonkey.lo `test -f 'spidermonkey.cpp' || echo './'`spidermonkey.cpp g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c spidermonkey.cpp -fPIC -DPIC -o .libs/spidermonkey.o g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -g -Wall -O2 -W -Wall -Wno-unused -Wno-multichar -Woverloaded-virtual -fno-builtin -finline-functions -Wreturn-type -Wchar-subscripts -Wparentheses -c spidermonkey.cpp -o spidermonkey.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I../../include -I../../include -I../../src -I../../src -D_REENTRANT -DCOIN_DEBUG=1